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) Friendly name for the authenticatorgetId()Optional categories that this authenticator can have (for example passkeys in username/form).booleanisSupported(Config.Scope config) Check if the provider is supported and should be available based on the provider configuration.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
Description copied from interface:ConfigurableAuthenticatorFactoryFriendly name for the authenticator- Specified by:
getDisplayTypein interfaceConfigurableAuthenticatorFactory- Overrides:
getDisplayTypein classIdentityProviderAuthenticatorFactory- Returns:
-
getHelpText
- Specified by:
getHelpTextin interfaceConfiguredProvider- Overrides:
getHelpTextin classIdentityProviderAuthenticatorFactory
-
create
- Specified by:
createin interfaceProviderFactory<Authenticator>- Overrides:
createin classIdentityProviderAuthenticatorFactory
-
isSupported
Description copied from interface:EnvironmentDependentProviderFactoryCheck if the provider is supported and should be available based on the provider configuration.- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Parameters:
config- the provider configuration- Returns:
trueif the provider is supported. Otherwise,false.
-
getConfigProperties
- Specified by:
getConfigPropertiesin interfaceConfiguredProvider- Overrides:
getConfigPropertiesin classIdentityProviderAuthenticatorFactory
-
getOptionalReferenceCategories
Description copied from interface:ConfigurableAuthenticatorFactoryOptional categories that this authenticator can have (for example passkeys in username/form). Optional categories are not taken into account by LoA.- Specified by:
getOptionalReferenceCategoriesin interfaceConfigurableAuthenticatorFactory- Parameters:
session- The current session in the request- Returns:
- Set of extra optional categories, empty by default
-