| Package | Description |
|---|---|
| com.helger.photon.basic.security.login | |
| com.helger.photon.basic.security.login.callback |
| Modifier and Type | Method and Description |
|---|---|
ELoginResult |
LoggedInUserManager.loginUser(IUser aUser,
String sPlainTextPassword,
Collection<String> aRequiredRoleIDs)
Login the passed user and require a set of certain roles, the used needs to
have to login here.
|
ELoginResult |
LoggedInUserManager.loginUser(String sLoginName,
String sPlainTextPassword)
Login the passed user without much ado.
|
ELoginResult |
LoggedInUserManager.loginUser(String sLoginName,
String sPlainTextPassword,
Collection<String> aRequiredRoleIDs)
Login the passed user and require a set of certain roles, the used needs to
have to login here.
|
static ELoginResult |
ELoginResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELoginResult[] |
ELoginResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IUserLoginCallback.onUserLoginError(String sUserID,
ELoginResult eLoginResult)
Called when a user failed to logged in.
|
void |
DefaultUserLoginCallback.onUserLoginError(String sUserID,
ELoginResult eLoginResult) |
Copyright © 2014–2015 Philip Helger. All rights reserved.