Class AbstractClientAuthenticator
java.lang.Object
org.keycloak.authentication.authenticators.client.AbstractClientAuthenticator
- All Implemented Interfaces:
ClientAuthenticator,ClientAuthenticatorFactory,ConfigurableAuthenticatorFactory,ConfiguredProvider,Provider,ProviderFactory<ClientAuthenticator>
- Direct Known Subclasses:
ClientIdAndSecretAuthenticator,JWTClientAuthenticator,JWTClientSecretAuthenticator,X509ClientAuthenticator
public abstract class AbstractClientAuthenticator
extends Object
implements ClientAuthenticator, ClientAuthenticatorFactory
- Author:
- Marek Posolda
-
Field Summary
Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
REQUIREMENT_CHOICES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create()create(KeycloakSession session) voidinit(Config.Scope config) booleanvoidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.ClientAuthenticator
authenticateClientMethods inherited from interface org.keycloak.authentication.ClientAuthenticatorFactory
getAdapterConfiguration, getConfigPropertiesPerClient, getProtocolAuthenticatorMethods, isConfigurable, supportsSecretMethods inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
getDisplayType, getRequirementChoicesMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig, getConfigProperties, getHelpTextMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, getId, order
-
Constructor Details
-
AbstractClientAuthenticator
public AbstractClientAuthenticator()
-
-
Method Details
-
create
- Specified by:
createin interfaceClientAuthenticatorFactory
-
close
public void close()- Specified by:
closein interfaceProvider- Specified by:
closein interfaceProviderFactory<ClientAuthenticator>
-
create
- Specified by:
createin interfaceProviderFactory<ClientAuthenticator>
-
init
- Specified by:
initin interfaceProviderFactory<ClientAuthenticator>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<ClientAuthenticator>
-
isUserSetupAllowed
public boolean isUserSetupAllowed()- Specified by:
isUserSetupAllowedin interfaceConfigurableAuthenticatorFactory
-
getReferenceCategory
- Specified by:
getReferenceCategoryin interfaceConfigurableAuthenticatorFactory
-