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)
Called from a form action invocation.
|
void |
close()
This is called when the server shuts down.
|
Authenticator |
create(KeycloakSession session) |
javax.ws.rs.core.Response |
errorResponse(int status,
String error,
String errorDescription) |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareRequiredActionsEnabled, authenticate, configuredFor, getRequiredActions, requiresUser, setRequiredActionsgetId, ordergetDisplayType, getReferenceCategory, getRequirementChoices, isConfigurable, isUserSetupAllowedgetConfigProperties, getHelpTextpublic javax.ws.rs.core.Response errorResponse(int status,
String error,
String errorDescription)
public void action(AuthenticationFlowContext context)
Authenticatoraction in interface Authenticatorpublic void close()
ProviderFactoryclose in interface Providerclose in interface ProviderFactory<Authenticator>public Authenticator create(KeycloakSession session)
create in interface ProviderFactory<Authenticator>public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<Authenticator>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<Authenticator>Copyright © 2021 JBoss by Red Hat. All rights reserved.