Class SpnegoDisabledAuthenticatorFactory
- java.lang.Object
-
- org.keycloak.authentication.authenticators.browser.SpnegoAuthenticatorFactory
-
- org.keycloak.authentication.authenticators.browser.SpnegoDisabledAuthenticatorFactory
-
- All Implemented Interfaces:
org.keycloak.authentication.AuthenticatorFactory,org.keycloak.authentication.ConfigurableAuthenticatorFactory,org.keycloak.provider.ConfiguredProvider,org.keycloak.provider.EnvironmentDependentProviderFactory,org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
public class SpnegoDisabledAuthenticatorFactory extends SpnegoAuthenticatorFactory implements org.keycloak.authentication.AuthenticatorFactory
Factory used only when KERBEROS feature is disabled. This exists due the KERBEROS authenticator is added by default to realm browser flow (even if DISABLED by default)- Author:
- Marek Posolda
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpnegoDisabledAuthenticatorFactory.SpnegoDisabledAuthenticator
-
Field Summary
-
Fields inherited from class org.keycloak.authentication.authenticators.browser.SpnegoAuthenticatorFactory
PROVIDER_ID, SINGLETON
-
-
Constructor Summary
Constructors Constructor Description SpnegoDisabledAuthenticatorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.keycloak.authentication.Authenticatorcreate(org.keycloak.models.KeycloakSession session)StringgetHelpText()org.keycloak.models.AuthenticationExecutionModel.Requirement[]getRequirementChoices()booleanisSupported()-
Methods inherited from class org.keycloak.authentication.authenticators.browser.SpnegoAuthenticatorFactory
close, getConfigProperties, getDisplayType, getId, getReferenceCategory, init, isConfigurable, isUserSetupAllowed, postInit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
getDisplayType, getReferenceCategory, isConfigurable, isUserSetupAllowed
-
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig, getConfigProperties
-
-
-
-
Method Detail
-
create
public org.keycloak.authentication.Authenticator create(org.keycloak.models.KeycloakSession session)
- Specified by:
createin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>- Overrides:
createin classSpnegoAuthenticatorFactory
-
getHelpText
public String getHelpText()
- Specified by:
getHelpTextin interfaceorg.keycloak.provider.ConfiguredProvider- Overrides:
getHelpTextin classSpnegoAuthenticatorFactory
-
getRequirementChoices
public org.keycloak.models.AuthenticationExecutionModel.Requirement[] getRequirementChoices()
- Specified by:
getRequirementChoicesin interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory- Overrides:
getRequirementChoicesin classSpnegoAuthenticatorFactory
-
isSupported
public boolean isSupported()
- Specified by:
isSupportedin interfaceorg.keycloak.provider.EnvironmentDependentProviderFactory- Overrides:
isSupportedin classSpnegoAuthenticatorFactory
-
-