Instance Constructors
-
new
UsernamePasswordAuthProvider
(app: Application)
Abstract Value Members
-
def
buildLoginAuthUser
(login: L): UL
-
def
buildSignupAuthUser
(signup: S): US
-
def
generateVerificationRecord
(user: US): R
-
def
getLoginForm
(): Form[L]
-
def
getSignupForm
(): Form[S]
-
def
getVerifyEmailMailingBody
(verificationRecord: R, user: US, ctx: Context): Body
-
def
getVerifyEmailMailingSubject
(user: US, ctx: Context): String
-
def
loginUser
(authUser: UL): LoginResult
-
def
signupUser
(user: US): SignupResult
-
-
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
authenticate
(context: Context, payload: Any): AnyRef
-
def
clone
(): AnyRef
-
def
enabled
(): Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getAbsoluteUrl
(request: Request): String
-
def
getApplication
(): Application
-
def
getClass
(): java.lang.Class[_]
-
def
getConfiguration
(): Configuration
-
def
getEmailName
(email: String, name: String): String
-
def
getEmailName
(user: US): String
-
def
getKey
(): String
-
def
getSessionAuthUser
(id: String, expires: Long): AuthUser
-
def
getUrl
(): String
-
def
hashCode
(): Int
-
def
isExternal
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
neededSettingKeys
(): List[String]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
onLoginUserNotFound
(context: Context): String
-
def
onStart
(): Unit
-
def
onStop
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Plugin
Inherited from Plugin
Inherited from AnyRef
Inherited from Any