com.feth.play.module.pa.providers.oauth2

OAuth2AuthProvider

class OAuth2AuthProvider [U <: AuthUserIdentity, I <: OAuth2AuthInfo] extends AuthProvider

Attributes
abstract
Linear Supertypes
AuthProvider, Plugin, Plugin, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. OAuth2AuthProvider
  2. AuthProvider
  3. Plugin
  4. Plugin
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OAuth2AuthProvider (app: Application)

Abstract Value Members

  1. def buildInfo (r: Response): I

    Attributes
    protected[oauth2] abstract
  2. def getKey (): String

    Attributes
    abstract
    Definition Classes
    AuthProvider
  3. def transform (info: I): AuthUserIdentity

    Attributes
    protected[oauth2] abstract

Concrete Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def authenticate (context: Context, payload: Any): AnyRef

    Definition Classes
    OAuth2AuthProviderAuthProvider
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def enabled (): Boolean

    Definition Classes
    Plugin → Plugin
  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getAbsoluteUrl (request: Request): String

    Attributes
    protected[providers]
    Definition Classes
    AuthProvider
  14. def getAccessToken (code: String, request: Request): I

    Attributes
    protected[oauth2]
  15. def getApplication (): Application

    Attributes
    protected[providers]
    Definition Classes
    AuthProvider
  16. def getAuthUrl (request: Request, state: String): String

    Attributes
    protected[oauth2]
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def getConfiguration (): Configuration

    Attributes
    protected[providers]
    Definition Classes
    AuthProvider
  19. def getSessionAuthUser (id: String, expires: Long): AuthUser

    Definition Classes
    OAuth2AuthProviderAuthProvider
  20. def getUrl (): String

    Definition Classes
    AuthProvider
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isExternal (): Boolean

    Definition Classes
    OAuth2AuthProviderAuthProvider
  23. def isInstanceOf [T0] : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  25. def neededSettingKeys (): List[String]

    Attributes
    protected[oauth2]
    Definition Classes
    OAuth2AuthProviderAuthProvider
  26. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def onStart (): Unit

    Definition Classes
    AuthProvider → Plugin → Plugin
  29. def onStop (): Unit

    Definition Classes
    AuthProvider → Plugin → Plugin
  30. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  31. def toString (): String

    Definition Classes
    AnyRef → Any
  32. def useSecureRedirectUri (): Boolean

    Attributes
    protected[oauth2]
  33. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AuthProvider

Inherited from Plugin

Inherited from Plugin

Inherited from AnyRef

Inherited from Any