All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
action(AuthenticationFlowContext context)
Called from a form action invocation.
|
protected javax.ws.rs.core.Response |
challenge(AuthenticationFlowContext context,
String error) |
protected javax.ws.rs.core.Response |
challenge(AuthenticationFlowContext context,
String error,
String field) |
protected javax.ws.rs.core.Response |
createLoginForm(LoginFormsProvider form) |
protected String |
disabledByBruteForceError() |
protected String |
disabledByBruteForceFieldError() |
protected void |
dummyHash(AuthenticationFlowContext context) |
boolean |
enabledUser(AuthenticationFlowContext context,
UserModel user) |
protected String |
getDefaultChallengeMessage(AuthenticationFlowContext context) |
protected boolean |
isDisabledByBruteForce(AuthenticationFlowContext context,
UserModel user) |
protected void |
runDefaultDummyHash(AuthenticationFlowContext context) |
protected javax.ws.rs.core.Response |
setDuplicateUserChallenge(AuthenticationFlowContext context,
String eventError,
String loginFormError,
AuthenticationFlowError authenticatorError) |
void |
testInvalidUser(AuthenticationFlowContext context,
UserModel user) |
boolean |
validatePassword(AuthenticationFlowContext context,
UserModel user,
javax.ws.rs.core.MultivaluedMap<String,String> inputData) |
boolean |
validatePassword(AuthenticationFlowContext context,
UserModel user,
javax.ws.rs.core.MultivaluedMap<String,String> inputData,
boolean clearUser) |
boolean |
validateUser(AuthenticationFlowContext context,
javax.ws.rs.core.MultivaluedMap<String,String> inputData) |
boolean |
validateUserAndPassword(AuthenticationFlowContext context,
javax.ws.rs.core.MultivaluedMap<String,String> inputData) |