All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
actionImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected void |
authenticateImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected ExistingUserInfo |
checkExistingUser(AuthenticationFlowContext context,
String username,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
boolean |
configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user)
Is this authenticator configured for this user.
|
protected String |
getUsername(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
boolean |
requiresUser()
Does this authenticator require that the user has already been identified? That AuthenticatorContext.getUser() is not null?
|
protected void |
userRegisteredSuccess(AuthenticationFlowContext context,
UserModel registeredUser,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |