org.nisshiee

crowd4s

package crowd4s

Linear Supertypes
DefaultEnv, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. crowd4s
  2. DefaultEnv
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Authenticate extends AnyRef

  2. sealed trait AuthenticationResult extends Any

  3. sealed trait AuthorizationResult extends Any

  4. trait Authorize extends AnyRef

  5. final case class AuthorizedGroup(names: Seq[String]) extends AnyVal with Product with Serializable

  6. sealed trait ConnectionError extends CrowdError

  7. case class CrowdConnection(urlPrefix: String, appname: String, password: String) extends Product with Serializable

  8. sealed trait CrowdError extends AnyRef

  9. trait CrowdHttp extends AnyRef

  10. trait DefaultEnv extends AnyRef

  11. trait GetGroup extends AnyRef

  12. trait GetGroupList extends AnyRef

  13. trait GetUser extends AnyRef

  14. case class Group(name: String, description: String, active: Boolean) extends Product with Serializable

  15. sealed trait JsonParseError extends RequestError

  16. case class NotFound(reason: String, message: String) extends RequestError with Product with Serializable

  17. final case class Password(value: String) extends AnyVal with Product with Serializable

  18. sealed trait RequestError extends CrowdError

  19. case class User(name: String, firstName: String, lastName: String, displayName: String, email: String, active: Boolean) extends Product with Serializable

Value Members

  1. object Authenticate

  2. object AuthenticationResult

  3. object AuthorizationResult

  4. object Authorize

  5. object Config

  6. object ConnectionError extends ConnectionError with Product with Serializable

  7. object Crowd extends GetUser with GetGroup with Authenticate with GetGroupList with Authorize

  8. object CrowdHttp extends CrowdHttp

  9. object Forbidden extends RequestError with Product with Serializable

  10. object GetGroup

  11. object GetGroupList

  12. object GetUser

  13. object JsonParseError extends JsonParseError with Product with Serializable

  14. object Password extends Serializable

  15. object ResponseParseHelper

  16. object Unauthorized extends RequestError with Product with Serializable

  17. object UnknownError extends RequestError with Product with Serializable

  18. implicit def http: CrowdHttp

    Definition Classes
    DefaultEnv

Inherited from DefaultEnv

Inherited from AnyRef

Inherited from Any

Ungrouped