All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
action(AuthenticationFlowContext context)
Called from a form action invocation.
|
protected abstract void |
actionImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
void |
authenticate(AuthenticationFlowContext context)
Initial call for the authenticator.
|
protected abstract void |
authenticateImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
void |
close() |
static UserModel |
getExistingUser(KeycloakSession session,
RealmModel realm,
AuthenticationSessionModel authSession) |
protected void |
sendFailureChallenge(AuthenticationFlowContext context,
javax.ws.rs.core.Response.Status status,
String eventError,
String errorMessage,
AuthenticationFlowError flowError) |
void |
setRequiredActions(KeycloakSession session,
RealmModel realm,
UserModel user)
Set actions to configure authenticator
|