Class OrganizationAuthenticatorFactory
java.lang.Object
org.keycloak.authentication.authenticators.browser.IdentityProviderAuthenticatorFactory
org.keycloak.organization.authentication.authenticators.browser.OrganizationAuthenticatorFactory
- All Implemented Interfaces:
AuthenticatorFactory,ConfigurableAuthenticatorFactory,ConfiguredProvider,EnvironmentDependentProviderFactory,ProviderFactory<Authenticator>
public class OrganizationAuthenticatorFactory
extends IdentityProviderAuthenticatorFactory
implements EnvironmentDependentProviderFactory
- Author:
- Stian Thorgersen
-
Field Summary
FieldsFields inherited from class org.keycloak.authentication.authenticators.browser.IdentityProviderAuthenticatorFactory
DEFAULT_PROVIDER, PROVIDER_ID, REQUIREMENT_CHOICES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(KeycloakSession session) getId()booleanisSupported(Config.Scope config) Methods inherited from class org.keycloak.authentication.authenticators.browser.IdentityProviderAuthenticatorFactory
close, getReferenceCategory, getRequirementChoices, init, isConfigurable, isUserSetupAllowed, postInitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Field Details
-
ID
- See Also:
-
REQUIRES_USER_MEMBERSHIP
- See Also:
-
-
Constructor Details
-
OrganizationAuthenticatorFactory
public OrganizationAuthenticatorFactory()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceProviderFactory<Authenticator>- Overrides:
getIdin classIdentityProviderAuthenticatorFactory
-
getDisplayType
- Specified by:
getDisplayTypein interfaceConfigurableAuthenticatorFactory- Overrides:
getDisplayTypein classIdentityProviderAuthenticatorFactory
-
getHelpText
- Specified by:
getHelpTextin interfaceConfiguredProvider- Overrides:
getHelpTextin classIdentityProviderAuthenticatorFactory
-
create
- Specified by:
createin interfaceProviderFactory<Authenticator>- Overrides:
createin classIdentityProviderAuthenticatorFactory
-
isSupported
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-
getConfigProperties
- Specified by:
getConfigPropertiesin interfaceConfiguredProvider- Overrides:
getConfigPropertiesin classIdentityProviderAuthenticatorFactory
-