Packages

p

yoda

security

package security

Type Members

  1. case class Account(id: Long, clientId: Long = 0, email: String, token: String = null, username: String = null, firstName: String = null, lastName: String = null, bio: String = null, isActive: Boolean, isVerify: Boolean, isChangePass: Boolean = false, permissions: Set[String] = Set.empty) extends Product with Serializable

  2. case class AuthenticationToken(token: String, accountId: Long) extends Product with Serializable

  3. trait AuthorizationManager extends AnyRef

  4. case class RestPermission(method: Method, action: String) extends Product with Serializable

Ungrouped