Object

securesocial.core.SecureSocial

UserAwareAction

Related Doc: package SecureSocial

Permalink

object UserAwareAction extends UserAwareActionBuilder

An action that adds the current user in the request if it's available.

Linear Supertypes
UserAwareActionBuilder, ActionBuilder[[A]RequestWithUser[A, U], AnyContent], ActionFunction[Request, [A]RequestWithUser[A, U]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserAwareAction
  2. UserAwareActionBuilder
  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]RequestWithUser[A, U], Q]): ActionBuilder[Q, AnyContent]

    Permalink
    Definition Classes
    ActionBuilder → ActionFunction
  5. def apply[A](): UserAwareActionBuilder

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

    Permalink
    Definition Classes
    ActionBuilder
  7. final def apply(block: (RequestWithUser[AnyContent, U]) ⇒ Result): Action[AnyContent]

    Permalink
    Definition Classes
    ActionBuilder
  8. final def apply[A](bodyParser: BodyParser[A]): ActionBuilder[[A]RequestWithUser[A, U], A]

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

    Permalink
    Definition Classes
    Any
  10. final def async[A](bodyParser: BodyParser[A])(block: (RequestWithUser[A, U]) ⇒ Future[Result]): Action[A]

    Permalink
    Definition Classes
    ActionBuilder
  11. final def async(block: (RequestWithUser[AnyContent, U]) ⇒ Future[Result]): Action[AnyContent]

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compose[B](other: ActionBuilder[Request, B]): ActionBuilder[[A]RequestWithUser[A, U], B]

    Permalink
    Definition Classes
    ActionFunction
  15. def compose[Q[_]](other: ActionFunction[Q, Request]): ActionFunction[Q, [A]RequestWithUser[A, U]]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. implicit def executionContext: ExecutionContext

    Permalink
    Attributes
    protected
    Definition Classes
    UserAwareActionBuilder → ActionFunction
  21. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    UserAwareActionBuilder → ActionFunction
  25. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def parser: BodyParser[AnyContent]

    Permalink
    Definition Classes
    UserAwareActionBuilder → ActionBuilder
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from UserAwareActionBuilder

Inherited from ActionBuilder[[A]RequestWithUser[A, U], AnyContent]

Inherited from ActionFunction[Request, [A]RequestWithUser[A, U]]

Inherited from AnyRef

Inherited from Any

Ungrouped