com.atomizesoftware.spin

auth

package auth

Visibility
  1. Public
  2. All

Type Members

  1. case class AuthenticatedUser(user: User) extends Product with Serializable

    Represents a User for the authentication agents.

  2. trait SpinApiKeyComponent extends AnyRef

  3. trait SpinAuthenticationComponent extends AnyRef

  4. trait SpinBasicAuthComponent extends AnyRef

  5. trait SpinRememberMeComponent extends AnyRef

  6. trait SpinUserPasswordComponent extends AnyRef

  7. case class UserLocations(seesAll: Boolean, locations: List[Long]) extends Product with Serializable

    Contains information about what the user can see, if all can be seen or only the locations in the list.

Ungrouped