package security
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- 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
- case class AuthenticationToken(token: String, roleId: Int, accountId: Long) extends Product with Serializable
- trait AuthorizationManager extends AnyRef
- case class Permission(method: Method.Value, action: String) extends Product with Serializable