Class

com.feth.play.module.pa.providers.wwwauth

WWWAuthenticateProvider

Related Doc: package wwwauth

Permalink

abstract class WWWAuthenticateProvider extends AuthProvider

Linear Supertypes
AuthProvider, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WWWAuthenticateProvider
  2. AuthProvider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WWWAuthenticateProvider(auth: PlayAuthenticate, lifecycle: ApplicationLifecycle)

    Permalink

Abstract Value Members

  1. abstract def authScheme(): String

    Permalink
  2. abstract def authenticateResponse(response: String): AuthUser

    Permalink
  3. abstract def challenge(context: Context): String

    Permalink
  4. abstract def getKey(): String

    Permalink
    Definition Classes
    AuthProvider

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def afterSave(user: AuthUser, identity: Any, session: Session): Unit

    Permalink
    Definition Classes
    AuthProvider
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    WWWAuthenticateProviderAuthProvider
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected[com.feth.play.module.pa.providers]
    Definition Classes
    AuthProvider
  12. def getAuth(): PlayAuthenticate

    Permalink
    Definition Classes
    AuthProvider
  13. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    AuthProvider
  16. def getUrl(): String

    Permalink
    Definition Classes
    AuthProvider
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    WWWAuthenticateProviderAuthProvider
  19. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Attributes
    protected[com.feth.play.module.pa.providers]
    Definition Classes
    AuthProvider
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def onStart(): Unit

    Permalink
    Attributes
    protected[com.feth.play.module.pa.providers]
    Definition Classes
    AuthProvider
  25. def onStop(): Unit

    Permalink
    Attributes
    protected[com.feth.play.module.pa.providers]
    Definition Classes
    AuthProvider
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. def unauthorized(context: Context): Content

    Permalink
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AuthProvider

Inherited from AnyRef

Inherited from Any

Ungrouped