Class AbstractX509ClientCertificateAuthenticatorFactory
- java.lang.Object
-
- org.keycloak.authentication.authenticators.x509.AbstractX509ClientCertificateAuthenticatorFactory
-
- All Implemented Interfaces:
org.keycloak.authentication.AuthenticatorFactory,org.keycloak.authentication.ConfigurableAuthenticatorFactory,org.keycloak.provider.ConfiguredProvider,org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
- Direct Known Subclasses:
ValidateX509CertificateUsernameFactory,X509ClientCertificateAuthenticatorFactory
public abstract class AbstractX509ClientCertificateAuthenticatorFactory extends Object implements org.keycloak.authentication.AuthenticatorFactory
- Version:
- $Revision: 1 $
- Author:
- Peter Nalyvayko
-
-
Field Summary
Fields Modifier and Type Field Description protected static List<org.keycloak.provider.ProviderConfigProperty>configPropertiesprotected static ServicesLoggerlogger
-
Constructor Summary
Constructors Constructor Description AbstractX509ClientCertificateAuthenticatorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()List<org.keycloak.provider.ProviderConfigProperty>getConfigProperties()StringgetReferenceCategory()voidinit(org.keycloak.Config.Scope config)booleanisConfigurable()booleanisUserSetupAllowed()voidpostInit(org.keycloak.models.KeycloakSessionFactory factory)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
logger
protected static ServicesLogger logger
-
configProperties
protected static final List<org.keycloak.provider.ProviderConfigProperty> configProperties
-
-
Method Detail
-
getConfigProperties
public List<org.keycloak.provider.ProviderConfigProperty> getConfigProperties()
- Specified by:
getConfigPropertiesin interfaceorg.keycloak.provider.ConfiguredProvider
-
getReferenceCategory
public String getReferenceCategory()
- Specified by:
getReferenceCategoryin interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
isConfigurable
public boolean isConfigurable()
- Specified by:
isConfigurablein interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
isUserSetupAllowed
public boolean isUserSetupAllowed()
- Specified by:
isUserSetupAllowedin interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
init
public void init(org.keycloak.Config.Scope config)
- Specified by:
initin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
-
postInit
public void postInit(org.keycloak.models.KeycloakSessionFactory factory)
- Specified by:
postInitin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
-
close
public void close()
- Specified by:
closein interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
-
-