Package org.keycloak.protocol.docker
Class DockerAuthenticator
java.lang.Object
org.keycloak.protocol.saml.profile.ecp.authenticator.HttpBasicAuthenticator
org.keycloak.protocol.docker.DockerAuthenticator
- All Implemented Interfaces:
 Authenticator,Provider
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanconfiguredFor(KeycloakSession session, RealmModel realm, UserModel user) Is this authenticator configured for this user.protected voidnotValidCredentialsAction(AuthenticationFlowContext context, RealmModel realm, UserModel user) protected voidnullUserAction(AuthenticationFlowContext context, RealmModel realm, String userId) protected voiduserDisabledAction(AuthenticationFlowContext context, RealmModel realm, UserModel user, String eventError) Methods inherited from class org.keycloak.protocol.saml.profile.ecp.authenticator.HttpBasicAuthenticator
action, authenticate, close, requiresUser, setRequiredActions, userSuccessActionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.Authenticator
areRequiredActionsEnabled, getRequiredActions 
- 
Field Details
- 
ID
- See Also:
 
 
 - 
 - 
Constructor Details
- 
DockerAuthenticator
public DockerAuthenticator() 
 - 
 - 
Method Details
- 
notValidCredentialsAction
protected void notValidCredentialsAction(AuthenticationFlowContext context, RealmModel realm, UserModel user) - Overrides:
 notValidCredentialsActionin classHttpBasicAuthenticator
 - 
nullUserAction
- Overrides:
 nullUserActionin classHttpBasicAuthenticator
 - 
userDisabledAction
protected void userDisabledAction(AuthenticationFlowContext context, RealmModel realm, UserModel user, String eventError) - Overrides:
 userDisabledActionin classHttpBasicAuthenticator
 - 
configuredFor
Description copied from interface:AuthenticatorIs this authenticator configured for this user.- Specified by:
 configuredForin interfaceAuthenticator- Overrides:
 configuredForin classHttpBasicAuthenticator- Returns:
 
 
 -