public abstract class AbstractDirectGrantAuthenticator extends Object implements Authenticator, AuthenticatorFactory
REQUIREMENT_CHOICES
Constructor and Description |
---|
AbstractDirectGrantAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
action(AuthenticationFlowContext context) |
void |
close() |
Authenticator |
create(KeycloakSession session) |
javax.ws.rs.core.Response |
errorResponse(int status,
String error,
String errorDescription) |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
areRequiredActionsEnabled, authenticate, configuredFor, getRequiredActions, requiresUser, setRequiredActions
getId, order
getDisplayType, getReferenceCategory, getRequirementChoices, isConfigurable, isUserSetupAllowed
getConfigProperties, getHelpText
public javax.ws.rs.core.Response errorResponse(int status, String error, String errorDescription)
public void action(AuthenticationFlowContext context)
action
in interface Authenticator
public void close()
close
in interface Provider
close
in interface ProviderFactory<Authenticator>
public Authenticator create(KeycloakSession session)
create
in interface ProviderFactory<Authenticator>
public void init(Config.Scope config)
init
in interface ProviderFactory<Authenticator>
public void postInit(KeycloakSessionFactory factory)
postInit
in interface ProviderFactory<Authenticator>
Copyright © 2021 JBoss by Red Hat. All rights reserved.