unfiltered.oauth2

OAuthorization

case class OAuthorization(auth: AuthorizationServer) extends Authorized with DefaultAuthorizationPaths with DefaultValidationMessages with Product with Serializable

Configured Authorization server module

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OAuthorization
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DefaultValidationMessages
  7. DefaultAuthorizationPaths
  8. Authorized
  9. Plan
  10. InittedFilter
  11. Filter
  12. Flows
  13. Refreshing
  14. ClientCredentialsFlow
  15. PasswordFlow
  16. TokenFlow
  17. AuthCodeFlow
  18. ValidationMessages
  19. Formatting
  20. AuthorizationEndpoints
  21. AuthorizationProvider
  22. AnyRef
  23. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OAuthorization(auth: AuthorizationServer)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val AuthorizePath: String

  7. def Json(kvs: Iterable[(String, String)]): ResponseFunction[Any]

    Definition Classes
    Formatting
  8. val TokenPath: String

  9. def accessResponder(accessToken: String, tokenType: Option[String], expiresIn: Option[Int], refreshToken: Option[String], scope: Seq[String], extras: Iterable[(String, String)]): ResponseFunction[Any]

    returns

    a function which builds a response for an accept token request

    Attributes
    protected
    Definition Classes
    Authorized
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val auth: AuthorizationServer

    Definition Classes
    OAuthorizationAuthorizationProvider
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def config: FilterConfig

    Definition Classes
    InittedFilter
  14. def destroy(): Unit

    Definition Classes
    InittedFilter → Filter
  15. def doFilter(request: ServletRequest, response: ServletResponse, chain: FilterChain): Unit

    Definition Classes
    Plan → Filter
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def errorResponder(error: String, desc: String, euri: Option[String], state: Option[String]): ResponseFunction[Any]

    returns

    a function which builds a response for error responses

    Attributes
    protected
    Definition Classes
    Authorized
  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def init(config: FilterConfig): Unit

    Definition Classes
    InittedFilter → Filter
  21. def intent: Intent[HttpServletRequest, HttpServletResponse]

    Definition Classes
    Authorized → Plan
  22. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def onAuthCode(req: HttpRequest[Any], responseType: Seq[String], clientId: String, redirectUri: String, scope: Seq[String], state: Option[String]): ResponseFunction[Any]

    Definition Classes
    AuthorizedAuthCodeFlow
  27. def onClientCredentials(clientId: String, clientSecret: String, scope: Seq[String]): ResponseFunction[Any]

    Definition Classes
    AuthorizedClientCredentialsFlow
  28. def onGrantAuthCode(code: String, redirectUri: String, clientId: String, clientSecret: String): ResponseFunction[Any]

    Definition Classes
    AuthorizedAuthCodeFlow
  29. def onPassword(userName: String, password: String, clientId: String, clientSecret: String, scope: Seq[String]): ResponseFunction[Any]

    Definition Classes
    AuthorizedPasswordFlow
  30. def onRefresh(refreshToken: String, clientId: String, clientSecret: String, scope: Seq[String]): ResponseFunction[Any]

    Definition Classes
    AuthorizedRefreshing
  31. def onToken(req: HttpRequest[Any], responseType: Seq[String], clientId: String, redirectUri: String, scope: Seq[String], state: Option[String]): ResponseFunction[Any]

    Definition Classes
    AuthorizedTokenFlow
  32. def onUnsupportedAuth(req: HttpRequest[Any], responseType: Seq[String], clientId: String, redirectUri: String, scope: Seq[String], state: Option[String]): ResponseFunction[Any]

    Attributes
    protected
    Definition Classes
    Authorized
  33. def qstr(kvs: Iterable[(String, String)]): String

    Definition Classes
    Formatting
  34. def requiredMsg(what: String): String

  35. implicit def s2qs(uri: String): AnyRef { def ?(qs: String): String }

    Syntactic sugar for appending query strings to paths

    Syntactic sugar for appending query strings to paths

    Definition Classes
    Authorized
  36. val spaceDecoded: Interpreter[Option[String], Option[Seq[String]], Nothing] { def interpret(a: Option[String],name: String): scala.util.Right[Nothing,Option[Seq[String]]] }

    Definition Classes
    Authorized
  37. def spaceDecoder(raw: String): Seq[String]

    Attributes
    protected
    Definition Classes
    Authorized
  38. def spaceEncoder(scopes: Seq[String]): String

    Attributes
    protected
    Definition Classes
    Authorized
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DefaultValidationMessages

Inherited from DefaultAuthorizationPaths

Inherited from Authorized

Inherited from Plan

Inherited from InittedFilter

Inherited from Filter

Inherited from Flows

Inherited from Refreshing

Inherited from ClientCredentialsFlow

Inherited from PasswordFlow

Inherited from TokenFlow

Inherited from AuthCodeFlow

Inherited from ValidationMessages

Inherited from Formatting

Inherited from AuthorizationEndpoints

Inherited from AuthorizationProvider

Inherited from AnyRef

Inherited from Any

Ungrouped