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

PocketAuthProvider

class PocketAuthProvider extends OAuth2AuthProvider[PocketAuthUser, PocketAuthInfo]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PocketAuthProvider
  2. OAuth2AuthProvider
  3. ExternalAuthProvider
  4. AuthProvider
  5. Plugin
  6. Plugin
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PocketAuthProvider(app: Application)

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. def afterSave(user: AuthUser, identity: Any, session: Session): Unit

    Definition Classes
    OAuth2AuthProviderAuthProvider
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def authenticate(context: Context, payload: Any): AnyRef

    Definition Classes
    OAuth2AuthProviderAuthProvider
  9. def buildInfo(r: WSResponse): PocketAuthInfo

  10. def clone(): AnyRef

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

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

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

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

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

    Attributes
    protected[com.feth.play.module.pa.providers]
    Definition Classes
    AuthProvider
  16. def getAccessToken(code: String, request: Request): PocketAuthInfo

    Attributes
    protected[com.feth.play.module.pa.providers.oauth2]
    Definition Classes
    OAuth2AuthProvider
  17. def getAccessTokenParams(c: Configuration, code: String, request: Request): String

  18. def getApplication(): Application

    Attributes
    protected[com.feth.play.module.pa.providers]
    Definition Classes
    AuthProvider
  19. def getAuthParams(c: Configuration, request: Request, state: String): List[NameValuePair]

  20. def getAuthUrl(request: Request, state: String): String

    Attributes
    protected[com.feth.play.module.pa.providers.oauth2]
    Definition Classes
    OAuth2AuthProvider
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getConfiguration(): Configuration

    Attributes
    protected[com.feth.play.module.pa.providers]
    Definition Classes
    AuthProvider
  23. def getErrorParameterKey(): String

    Attributes
    protected[com.feth.play.module.pa.providers.oauth2]
    Definition Classes
    OAuth2AuthProvider
  24. def getHeaders(): Map[String, String]

    Attributes
    protected[com.feth.play.module.pa.providers.oauth2]
    Definition Classes
    OAuth2AuthProvider
  25. def getKey(): String

    Definition Classes
    PocketAuthProviderAuthProvider
  26. def getParams(request: Request, c: Configuration): List[NameValuePair]

    Attributes
    protected[com.feth.play.module.pa.providers.oauth2]
    Definition Classes
    OAuth2AuthProvider
  27. def getRedirectUriKey(): String

    Attributes
    protected[com.feth.play.module.pa.providers.oauth2]
    Definition Classes
    OAuth2AuthProvider
  28. def getRedirectUrl(request: Request): String

    Attributes
    protected[com.feth.play.module.pa.providers.ext]
    Definition Classes
    ExternalAuthProvider
  29. def getRedirectUrl(request: Request, params: List[_ <: NameValuePair]): String

    Attributes
    protected[com.feth.play.module.pa.providers.ext]
    Definition Classes
    ExternalAuthProvider
  30. def getSessionAuthUser(id: String, expires: Long): AuthUser

    Definition Classes
    AuthProvider
  31. def getTimeout(): Long

    Attributes
    protected[com.feth.play.module.pa.providers.ext]
    Definition Classes
    ExternalAuthProvider
  32. def getUrl(): String

    Definition Classes
    AuthProvider
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. def isCallbackRequest(context: Context): Boolean

    Attributes
    protected[com.feth.play.module.pa.providers.oauth2]
    Definition Classes
    OAuth2AuthProvider
  35. def isExternal(): Boolean

    Definition Classes
    ExternalAuthProviderAuthProvider
  36. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  38. def neededSettingKeys(): List[String]

  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. def onStart(): Unit

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

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

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def transform(info: PocketAuthInfo, state: String): AuthUserIdentity

  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExternalAuthProvider

Inherited from AuthProvider

Inherited from Plugin

Inherited from Plugin

Inherited from AnyRef

Inherited from Any

Ungrouped