com.feth.play.module.pa.providers.password

UsernamePasswordAuthProvider

abstract class UsernamePasswordAuthProvider[R, UL <: UsernamePasswordAuthUser, US <: UsernamePasswordAuthUser, L <: UsernamePassword, S <: UsernamePassword] extends AuthProvider

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

Instance Constructors

  1. new UsernamePasswordAuthProvider(app: Application)

Abstract Value Members

  1. abstract def buildLoginAuthUser(login: L, ctx: Context): UL

    Attributes
    protected[password]
  2. abstract def buildSignupAuthUser(signup: S, ctx: Context): US

    Attributes
    protected[password]
  3. abstract def generateVerificationRecord(user: US): R

    Attributes
    protected[password]
  4. abstract def getLoginForm(): Form[L]

    Attributes
    protected[password]
  5. abstract def getSignupForm(): Form[S]

    Attributes
    protected[password]
  6. abstract def getVerifyEmailMailingBody(verificationRecord: R, user: US, ctx: Context): Body

    Attributes
    protected[password]
  7. abstract def getVerifyEmailMailingSubject(user: US, ctx: Context): String

    Attributes
    protected[password]
  8. abstract def loginUser(authUser: UL): LoginResult

    Attributes
    protected[password]
  9. abstract def signupUser(user: US): SignupResult

    Attributes
    protected[password]
  10. abstract def userExists(authUser: UsernamePasswordAuthUser): Call

    Attributes
    protected[password]
  11. abstract def userUnverified(authUser: UsernamePasswordAuthUser): Call

    Attributes
    protected[password]

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

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

  8. def clone(): AnyRef

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

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

    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 getApplication(): Application

    Attributes
    protected[providers]
    Definition Classes
    AuthProvider
  15. final def getClass(): java.lang.Class[_]

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

    Attributes
    protected[providers]
    Definition Classes
    AuthProvider
  17. def getEmailName(email: String, name: String): String

    Attributes
    protected[password]
  18. def getEmailName(user: US): String

    Attributes
    protected[password]
  19. def getKey(): String

  20. def getSessionAuthUser(id: String, expires: Long): AuthUser

  21. def getUrl(): String

    Definition Classes
    AuthProvider
  22. def hashCode(): Int

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

  24. final def isInstanceOf[T0]: Boolean

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

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

    Attributes
    protected[password]
    Definition Classes
    UsernamePasswordAuthProviderAuthProvider
  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. def onLoginUserNotFound(context: Context): String

    Attributes
    protected[password]
  30. def onStart(): Unit

    Definition Classes
    UsernamePasswordAuthProviderAuthProvider → Plugin → Plugin
  31. def onStop(): Unit

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AuthProvider

Inherited from Plugin

Inherited from Plugin

Inherited from AnyRef

Inherited from Any