Package

org.incal.play

security

Permalink

package security

Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. 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 AuthAction

    Permalink
  2. object DeadboltHandlerKeys

    Permalink

    Deadbolt handler key definitions

  3. object SecurityRole extends Serializable

    Permalink

    Definitions of predefined security roles.

    Definitions of predefined security roles. Use these for convenience.

  4. object SecurityUtil

    Permalink

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

Ungrouped