Packages

p

yoda.security.mvc

authorize

package authorize

Type Members

  1. case class Account(id: String, clientId: String = null, email: String = null, token: String = null, username: String = null, params: Map[String, String] = Map.empty, isActive: Boolean = true, isVerify: Boolean = true, isChangePass: Boolean = false, roles: Set[String] = Set.empty, permissions: Set[String] = Set.empty) extends Product with Serializable

  2. trait Authorizer extends AnyRef

  3. case class HTTPPermission(method: String, action: String) extends Product with Serializable

Ungrouped