Object

securesocial.core.SecureSocial

SecuredAction

Related Doc: package SecureSocial

Permalink

object SecuredAction extends SecuredActionBuilder[SecuredRequest[_]]

A secured action. If there is no user in the session the request is redirected to the login page

Linear Supertypes
SecuredActionBuilder[SecuredRequest[_]], ActionBuilder[[A]SecuredRequest[A]], ActionFunction[Request, [A]SecuredRequest[A]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecuredAction
  2. SecuredActionBuilder
  3. ActionBuilder
  4. ActionFunction
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def andThen[Q[_]](other: ActionFunction[[A]SecuredRequest[A], Q]): ActionBuilder[Q]

    Permalink
    Definition Classes
    ActionBuilder → ActionFunction
  5. def apply[A](ajaxCall: Boolean, authorize: Authorization): SecuredActionBuilder[A]

    Permalink

    Creates a secured action

    Creates a secured action

    ajaxCall

    a boolean indicating whether this is an ajax call or not

    authorize

    an Authorize object that checks if the user is authorized to invoke the action

  6. def apply[A](authorize: Authorization): SecuredActionBuilder[A]

    Permalink

    Creates a secured action

    Creates a secured action

    authorize

    an Authorize object that checks if the user is authorized to invoke the action

  7. def apply[A](ajaxCall: Boolean): SecuredActionBuilder[A]

    Permalink

    Creates a secured action

    Creates a secured action

    ajaxCall

    a boolean indicating whether this is an ajax call or not

  8. def apply[A](): SecuredActionBuilder[A]

    Permalink

    Creates a secured action

  9. final def apply(block: ⇒ Result): Action[AnyContent]

    Permalink
    Definition Classes
    ActionBuilder
  10. final def apply(block: (SecuredRequest[AnyContent]) ⇒ Result): Action[AnyContent]

    Permalink
    Definition Classes
    ActionBuilder
  11. final def apply[A](bodyParser: BodyParser[A])(block: (SecuredRequest[A]) ⇒ Result): Action[A]

    Permalink
    Definition Classes
    ActionBuilder
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. final def async[A](bodyParser: BodyParser[A])(block: (SecuredRequest[A]) ⇒ Future[Result]): Action[A]

    Permalink
    Definition Classes
    ActionBuilder
  14. final def async(block: (SecuredRequest[AnyContent]) ⇒ Future[Result]): Action[AnyContent]

    Permalink
    Definition Classes
    ActionBuilder
  15. final def async(block: ⇒ Future[Result]): Action[AnyContent]

    Permalink
    Definition Classes
    ActionBuilder
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def compose(other: ActionBuilder[Request]): ActionBuilder[[A]SecuredRequest[A]]

    Permalink
    Definition Classes
    ActionFunction
  18. def compose[Q[_]](other: ActionFunction[Q, Request]): ActionFunction[Q, [A]SecuredRequest[A]]

    Permalink
    Definition Classes
    ActionFunction
  19. def composeAction[A](action: Action[A]): Action[A]

    Permalink
    Attributes
    protected
    Definition Classes
    ActionBuilder
  20. def composeParser[A](bodyParser: BodyParser[A]): BodyParser[A]

    Permalink
    Attributes
    protected
    Definition Classes
    ActionBuilder
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def executionContext: ExecutionContext

    Permalink
    Attributes
    protected
    Definition Classes
    ActionFunction
  24. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def invokeBlock[A](request: Request[A], block: (SecuredRequest[A]) ⇒ Future[Result]): Future[Result]

    Permalink
    Definition Classes
    SecuredActionBuilder → ActionFunction
  28. def invokeSecuredBlock[A](ajaxCall: Boolean, authorize: Option[Authorization], request: Request[A], block: (SecuredRequest[A]) ⇒ Future[Result]): Future[Result]

    Permalink
    Definition Classes
    SecuredActionBuilder
  29. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

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

Inherited from ActionBuilder[[A]SecuredRequest[A]]

Inherited from ActionFunction[Request, [A]SecuredRequest[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped