Modifier and Type | Class and Description |
---|---|
class |
AuthenticationProcessor.Result |
Modifier and Type | Method and Description |
---|---|
void |
Authenticator.action(AuthenticationFlowContext context)
Called from a form action invocation.
|
void |
Authenticator.authenticate(AuthenticationFlowContext context)
Initial call for the authenticator.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIdpAuthenticator.action(AuthenticationFlowContext context) |
protected void |
IdpReviewProfileAuthenticator.actionImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext userCtx,
BrokeredIdentityContext brokerContext) |
protected void |
IdpEmailVerificationAuthenticator.actionImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected void |
IdpCreateUserIfUniqueAuthenticator.actionImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected void |
IdpConfirmLinkAuthenticator.actionImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected abstract void |
AbstractIdpAuthenticator.actionImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
void |
AbstractIdpAuthenticator.authenticate(AuthenticationFlowContext context) |
protected void |
IdpReviewProfileAuthenticator.authenticateImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext userCtx,
BrokeredIdentityContext brokerContext) |
protected void |
IdpEmailVerificationAuthenticator.authenticateImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected void |
IdpCreateUserIfUniqueAuthenticator.authenticateImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected void |
IdpConfirmLinkAuthenticator.authenticateImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected abstract void |
AbstractIdpAuthenticator.authenticateImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected javax.ws.rs.core.Response |
IdpUsernamePasswordForm.challenge(AuthenticationFlowContext context,
javax.ws.rs.core.MultivaluedMap<String,String> formData) |
protected ExistingUserInfo |
IdpCreateUserIfUniqueAuthenticator.checkExistingUser(AuthenticationFlowContext context,
String username,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected String |
IdpCreateUserIfUniqueAuthenticator.getUsername(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected boolean |
IdpReviewProfileAuthenticator.requiresUpdateProfilePage(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext userCtx,
BrokeredIdentityContext brokerContext) |
protected void |
AbstractIdpAuthenticator.sendFailureChallenge(AuthenticationFlowContext context,
String eventError,
String errorMessage,
AuthenticationFlowError flowError) |
protected LoginFormsProvider |
IdpUsernamePasswordForm.setupForm(AuthenticationFlowContext context,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
UserModel existingUser) |
protected void |
IdpCreateUserIfUniqueAuthenticator.userRegisteredSuccess(AuthenticationFlowContext context,
UserModel registeredUser,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected boolean |
IdpUsernamePasswordForm.validateForm(AuthenticationFlowContext context,
javax.ws.rs.core.MultivaluedMap<String,String> formData) |
Modifier and Type | Method and Description |
---|---|
void |
UsernamePasswordForm.action(AuthenticationFlowContext context) |
void |
SpnegoAuthenticator.action(AuthenticationFlowContext context) |
void |
ScriptBasedAuthenticator.action(AuthenticationFlowContext context) |
void |
OTPFormAuthenticator.action(AuthenticationFlowContext context) |
void |
CookieAuthenticator.action(AuthenticationFlowContext context) |
void |
AbstractUsernameFormAuthenticator.action(AuthenticationFlowContext context) |
void |
UsernamePasswordForm.authenticate(AuthenticationFlowContext context) |
void |
SpnegoAuthenticator.authenticate(AuthenticationFlowContext context) |
void |
ScriptBasedAuthenticator.authenticate(AuthenticationFlowContext context) |
void |
OTPFormAuthenticator.authenticate(AuthenticationFlowContext context) |
void |
CookieAuthenticator.authenticate(AuthenticationFlowContext context) |
void |
ConditionalOtpFormAuthenticator.authenticate(AuthenticationFlowContext context) |
protected javax.ws.rs.core.Response |
UsernamePasswordForm.challenge(AuthenticationFlowContext context,
javax.ws.rs.core.MultivaluedMap<String,String> formData) |
protected javax.ws.rs.core.Response |
OTPFormAuthenticator.challenge(AuthenticationFlowContext context,
String error) |
protected javax.ws.rs.core.Response |
AbstractUsernameFormAuthenticator.disabledUser(AuthenticationFlowContext context) |
boolean |
AbstractUsernameFormAuthenticator.enabledUser(AuthenticationFlowContext context,
UserModel user) |
protected javax.ws.rs.core.Response |
AbstractUsernameFormAuthenticator.invalidCredentials(AuthenticationFlowContext context) |
protected javax.ws.rs.core.Response |
AbstractUsernameFormAuthenticator.invalidUser(AuthenticationFlowContext context) |
boolean |
AbstractUsernameFormAuthenticator.invalidUser(AuthenticationFlowContext context,
UserModel user) |
protected javax.ws.rs.core.Response |
SpnegoAuthenticator.optionalChallengeRedirect(AuthenticationFlowContext context,
String negotiateHeader)
401 challenge sent back that bypasses
|
protected javax.ws.rs.core.Response |
AbstractUsernameFormAuthenticator.setDuplicateUserChallenge(AuthenticationFlowContext context,
String eventError,
String loginFormError,
AuthenticationFlowError authenticatorError) |
protected javax.ws.rs.core.Response |
AbstractUsernameFormAuthenticator.temporarilyDisabledUser(AuthenticationFlowContext context) |
protected boolean |
UsernamePasswordForm.validateForm(AuthenticationFlowContext context,
javax.ws.rs.core.MultivaluedMap<String,String> formData) |
void |
OTPFormAuthenticator.validateOTP(AuthenticationFlowContext context) |
boolean |
AbstractUsernameFormAuthenticator.validatePassword(AuthenticationFlowContext context,
UserModel user,
javax.ws.rs.core.MultivaluedMap<String,String> inputData) |
boolean |
AbstractUsernameFormAuthenticator.validateUserAndPassword(AuthenticationFlowContext context,
javax.ws.rs.core.MultivaluedMap<String,String> inputData) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDirectGrantAuthenticator.action(AuthenticationFlowContext context) |
void |
ValidateUsername.authenticate(AuthenticationFlowContext context) |
void |
ValidatePassword.authenticate(AuthenticationFlowContext context) |
void |
ValidateOTP.authenticate(AuthenticationFlowContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ResetCredentialEmail.action(AuthenticationFlowContext context) |
void |
ResetCredentialChooseUser.action(AuthenticationFlowContext context) |
void |
AbstractSetRequiredActionAuthenticator.action(AuthenticationFlowContext context) |
void |
ResetPassword.authenticate(AuthenticationFlowContext context) |
void |
ResetOTP.authenticate(AuthenticationFlowContext context) |
void |
ResetCredentialEmail.authenticate(AuthenticationFlowContext context) |
void |
ResetCredentialChooseUser.authenticate(AuthenticationFlowContext context) |
protected boolean |
ResetPassword.configuredFor(AuthenticationFlowContext context) |
protected boolean |
ResetOTP.configuredFor(AuthenticationFlowContext context) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.