object AuthenticatedBuilder

Source
Security.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthenticatedBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[U](userinfo: (RequestHeader) => Option[U], defaultParser: [AnyContent], onUnauthorized: () => Result = DefaultUnauthorized)(implicit ec: ExecutionContext): AuthenticatedBuilder[U]

    Create an authenticated builder

    Create an authenticated builder

    userinfo

    The function that looks up the user info.

    onUnauthorized

    The function to get the result for when no authenticated user can be found.