public abstract class AbstractDirectGrantAuthenticator extends Object implements Authenticator, AuthenticatorFactory
| Constructor and Description |
|---|
AbstractDirectGrantAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
action(AuthenticationFlowContext context)
Called from a form action invocation.
|
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, waitauthenticate, configuredFor, requiresUser, setRequiredActionsgetIdgetDisplayType, 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()
close in interface Providerclose 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 © 2016 JBoss by Red Hat. All rights reserved.