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, userSuccessActionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareRequiredActionsEnabled, getRequiredActionspublic static final String ID
protected void notValidCredentialsAction(AuthenticationFlowContext context, RealmModel realm, UserModel user)
notValidCredentialsAction in class HttpBasicAuthenticatorprotected void nullUserAction(AuthenticationFlowContext context, RealmModel realm, String userId)
nullUserAction in class HttpBasicAuthenticatorprotected void userDisabledAction(AuthenticationFlowContext context, RealmModel realm, UserModel user, String eventError)
userDisabledAction in class HttpBasicAuthenticatorpublic boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user)
AuthenticatorconfiguredFor in interface AuthenticatorconfiguredFor in class HttpBasicAuthenticatorCopyright © 2021 JBoss by Red Hat. All rights reserved.