public class DockerAuthenticator extends HttpBasicAuthenticator
Constructor and Description |
---|
DockerAuthenticator() |
Modifier and Type | Method and Description |
---|---|
boolean |
configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user)
Is this authenticator configured for this user.
|
protected void |
notValidCredentialsAction(AuthenticationFlowContext context,
RealmModel realm,
UserModel user) |
protected void |
nullUserAction(AuthenticationFlowContext context,
RealmModel realm,
String userId) |
protected void |
userDisabledAction(AuthenticationFlowContext context,
RealmModel realm,
UserModel user,
String eventError) |
action, authenticate, close, requiresUser, setRequiredActions, userSuccessAction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
areRequiredActionsEnabled, getRequiredActions
public static final String ID
protected void notValidCredentialsAction(AuthenticationFlowContext context, RealmModel realm, UserModel user)
notValidCredentialsAction
in class HttpBasicAuthenticator
protected void nullUserAction(AuthenticationFlowContext context, RealmModel realm, String userId)
nullUserAction
in class HttpBasicAuthenticator
protected void userDisabledAction(AuthenticationFlowContext context, RealmModel realm, UserModel user, String eventError)
userDisabledAction
in class HttpBasicAuthenticator
public boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user)
Authenticator
configuredFor
in interface Authenticator
configuredFor
in class HttpBasicAuthenticator
Copyright © 2020 JBoss by Red Hat. All rights reserved.