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
 
 public class DockerAuthenticator extends HttpBasicAuthenticator 
- 
- 
Constructor SummaryConstructors Constructor Description DockerAuthenticator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconfiguredFor(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.HttpBasicAuthenticatoraction, authenticate, close, requiresUser, setRequiredActions, userSuccessAction
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.authentication.AuthenticatorareRequiredActionsEnabled, getRequiredActions
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final String ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
notValidCredentialsActionprotected void notValidCredentialsAction(AuthenticationFlowContext context, RealmModel realm, UserModel user) - Overrides:
- notValidCredentialsActionin class- HttpBasicAuthenticator
 
 - 
nullUserActionprotected void nullUserAction(AuthenticationFlowContext context, RealmModel realm, String userId) - Overrides:
- nullUserActionin class- HttpBasicAuthenticator
 
 - 
userDisabledActionprotected void userDisabledAction(AuthenticationFlowContext context, RealmModel realm, UserModel user, String eventError) - Overrides:
- userDisabledActionin class- HttpBasicAuthenticator
 
 - 
configuredForpublic boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user) Description copied from interface:AuthenticatorIs this authenticator configured for this user.- Specified by:
- configuredForin interface- Authenticator
- Overrides:
- configuredForin class- HttpBasicAuthenticator
- Returns:
 
 
- 
 
-