Package

org.incal.play

security

Permalink

package security

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionSecurity extends AnyRef

    Permalink
  2. case class SecurityPermission(value: String) extends Permission with Product with Serializable

    Permalink

    Generalized permission.

    Generalized permission. Use to construct custom permissions.

    value

    descriptor of the permission. Refer to definitions in SecurityPermissionCache for samples.

  3. case class SecurityRole(name: String) extends Role with Product with Serializable

    Permalink

    Implementation of the security role interface.

    Implementation of the security role interface. SecurityRole is just a wrapper for a String.

Value Members

  1. object ActionSecurity

    Permalink
  2. object AuthAction

    Permalink
  3. object DeadboltHandlerKeys

    Permalink

    Deadbolt handler key definitions

  4. object SecurityRole extends Serializable

    Permalink

    Definitions of predefined security roles.

    Definitions of predefined security roles. Use these for convenience.

  5. object SecurityUtil

    Permalink

    Utils for controller/action access control and security provided mostly by the Deadbolt.

Ungrouped