Trait/Object

org.incal.play.security

ActionSecurity

Related Docs: object ActionSecurity | package security

Permalink

trait ActionSecurity extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActionSecurity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type USER <: Subject

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def currentUser(outputHandler: DeadboltHandler = handlerCache())(implicit request: AuthenticatedRequest[_]): Future[Option[USER]]

    Permalink
    Attributes
    protected
  7. def currentUserFromRequest(implicit request: AuthenticatedRequest[_]): Option[USER]

    Permalink
    Attributes
    protected
  8. var deadbolt: DeadboltActions

    Permalink
    Attributes
    protected
  9. def defaultDeadboltHandler: DeadboltHandler

    Permalink
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. var handlerCache: HandlerCache

    Permalink
    Attributes
    protected
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def restrictAdmin[A](bodyParser: BodyParser[A], noCaching: Boolean = false, outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformation[A]

    Permalink
    Attributes
    protected
  21. def restrictAdminAny(noCaching: Boolean = false, outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformationAny

    Permalink
    Attributes
    protected
  22. def restrictAdminOrPermission[A](permission: String, bodyParser: BodyParser[A], outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformation[A]

    Permalink
    Attributes
    protected
  23. def restrictAdminOrPermissionAny(permission: String, outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformationAny

    Permalink
    Attributes
    protected
  24. def restrictAdminOrUserCustom[A](isAllowed: (USER, AuthenticatedRequest[A]) ⇒ Future[Boolean], bodyParser: BodyParser[A], outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformation[A]

    Permalink
    Attributes
    protected
  25. def restrictAdminOrUserCustomAny(isAllowed: (USER, AuthenticatedRequest[AnyContent]) ⇒ Future[Boolean], outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformationAny

    Permalink
    Attributes
    protected
  26. def restrictChain[A](restrictions: Seq[AuthActionTransformation[A]], bodyParser: BodyParser[A]): AuthActionTransformation[A]

    Permalink
    Attributes
    protected
  27. def restrictChainAny(restrictions: Seq[AuthActionTransformationAny]): AuthActionTransformation[AnyContent]

    Permalink
    Attributes
    protected
  28. def restrictChainFuture[A](restrictions: Seq[AuthActionFutureTransformation[A]], bodyParser: BodyParser[A]): AuthActionTransformation[A]

    Permalink
    Attributes
    protected
  29. def restrictChainFutureAny(restrictions: Seq[AuthActionFutureTransformationAny]): AuthActionTransformation[AnyContent]

    Permalink
    Attributes
    protected
  30. def restrictRolesOrPermission[A](roleGroups: List[Array[String]] = List(), permission: Option[String] = None, bodyParser: BodyParser[A], outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformation[A]

    Permalink
    Attributes
    protected
  31. def restrictRolesOrPermissionAny(roleGroups: List[Array[String]] = List(), permission: Option[String] = None, outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformationAny

    Permalink
    Attributes
    protected
  32. def restrictSubjectPresent[A](bodyParser: BodyParser[A], noCaching: Boolean = false, outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformation[A]

    Permalink
    Attributes
    protected
  33. def restrictSubjectPresentAny(noCaching: Boolean = false, outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformationAny

    Permalink
    Attributes
    protected
  34. def restrictUserCustom[A](isAllowed: (USER, AuthenticatedRequest[A]) ⇒ Future[Boolean], bodyParser: BodyParser[A], outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformation[A]

    Permalink
    Attributes
    protected
  35. def restrictUserCustomAny(isAllowed: (USER, AuthenticatedRequest[AnyContent]) ⇒ Future[Boolean], outputHandler: DeadboltHandler = handlerCache()): AuthActionTransformationAny

    Permalink
    Attributes
    protected
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def unauthorizedDeadboltHandler: DeadboltHandler

    Permalink
    Attributes
    protected
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped