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

UsernamePasswordAuthProvider

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

Attributes
abstract
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. def buildLoginAuthUser (login: L): UL

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected[password] 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

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

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

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

    Attributes
    protected[providers]
    Definition Classes
    AuthProvider
  17. def getEmailName (user: US): String

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

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

  20. def getUrl (): String

    Definition Classes
    AuthProvider
  21. def hashCode (): Int

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

  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[password]
    Definition Classes
    UsernamePasswordAuthProviderAuthProvider
  26. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  28. def onLoginUserNotFound (context: Context): String

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

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

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

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

    Definition Classes
    AnyRef → Any
  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