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: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. val AuthorizePath: String

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

    Definition Classes
    Formatting
  6. val TokenPath: String

  7. 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
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val auth: AuthorizationServer

    Definition Classes
    OAuthorizationAuthorizationProvider
  10. def clone(): AnyRef

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

    Definition Classes
    InittedFilter
  12. def destroy(): Unit

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

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

    Definition Classes
    AnyRef
  15. 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
  16. def finalize(): Unit

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

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

    Definition Classes
    InittedFilter → Filter
  19. def intent: PartialFunction[HttpRequest[HttpServletRequest], ResponseFunction[HttpServletResponse]]

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AuthorizedTokenFlow
  30. 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
  31. def qstr(kvs: Iterable[(String, String)]): String

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

  33. 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
  34. def spaceDecoder(raw: String): Seq[String]

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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