Instance Constructors
-
new
UsernamePasswordAuthProvider(app: Application)
Abstract Value Members
-
abstract
def
buildLoginAuthUser(login: L, ctx: Context): UL
-
abstract
def
buildSignupAuthUser(signup: S, ctx: Context): US
-
abstract
def
generateVerificationRecord(user: US): R
-
abstract
def
getLoginForm(): Form[L]
-
abstract
def
getSignupForm(): Form[S]
-
abstract
def
getVerifyEmailMailingBody(verificationRecord: R, user: US, ctx: Context): Body
-
abstract
def
getVerifyEmailMailingSubject(user: US, ctx: Context): String
-
abstract
def
loginUser(authUser: UL): LoginResult
-
abstract
def
signupUser(user: US): SignupResult
-
-
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
authenticate(context: Context, payload: Any): AnyRef
-
def
clone(): AnyRef
-
def
enabled(): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getAbsoluteUrl(request: Request): String
-
def
getApplication(): Application
-
final
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
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
neededSettingKeys(): List[String]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
onLoginUserNotFound(context: Context): String
-
def
onStart(): Unit
-
def
onStop(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Plugin
Inherited from Plugin
Inherited from AnyRef
Inherited from Any