Package org.keycloak.ipatuura_user_spi
Class IpatuuraUserStorageProviderFactory
java.lang.Object
org.keycloak.ipatuura_user_spi.IpatuuraUserStorageProviderFactory
- All Implemented Interfaces:
ComponentFactory<IpatuuraUserStorageProvider,
,UserStorageProvider> ConfiguredProvider
,EnvironmentDependentProviderFactory
,ProviderFactory<UserStorageProvider>
,UserStorageProviderFactory<IpatuuraUserStorageProvider>
public class IpatuuraUserStorageProviderFactory
extends Object
implements UserStorageProviderFactory<IpatuuraUserStorageProvider>, EnvironmentDependentProviderFactory
- Version:
- $Revision: 1 $
- Author:
- Justin Stephenson
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final List<ProviderConfigProperty>
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(KeycloakSession session, ComponentModel model) called per Keycloak transaction.protected IpatuuraAuthenticator
getId()
This is the name of the provider and will be showed in the admin console as an option.boolean
isSupported
(Config.Scope config) Check if the provider is supported and should be available based on the provider configuration.void
validateConfiguration
(KeycloakSession session, RealmModel realm, ComponentModel config) Called before a component is created or updated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.component.ComponentFactory
create, onUpdate, preRemove
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig
Methods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
Methods inherited from interface org.keycloak.storage.UserStorageProviderFactory
close, getCommonProviderConfigProperties, getHelpText, getTypeMetadata, init, onCreate, postInit
-
Field Details
-
PROVIDER_NAME
- See Also:
-
PROVIDERS
-
configMetadata
-
-
Constructor Details
-
IpatuuraUserStorageProviderFactory
public IpatuuraUserStorageProviderFactory()
-
-
Method Details
-
getConfigProperties
- Specified by:
getConfigProperties
in interfaceConfiguredProvider
- Specified by:
getConfigProperties
in interfaceUserStorageProviderFactory<IpatuuraUserStorageProvider>
-
validateConfiguration
public void validateConfiguration(KeycloakSession session, RealmModel realm, ComponentModel config) throws ComponentValidationException Description copied from interface:ComponentFactory
Called before a component is created or updated. Allows you to validate the configuration- Specified by:
validateConfiguration
in interfaceComponentFactory<IpatuuraUserStorageProvider,
UserStorageProvider> - Specified by:
validateConfiguration
in interfaceUserStorageProviderFactory<IpatuuraUserStorageProvider>
- Throws:
ComponentValidationException
-
getId
Description copied from interface:UserStorageProviderFactory
This is the name of the provider and will be showed in the admin console as an option.- Specified by:
getId
in interfaceProviderFactory<UserStorageProvider>
- Specified by:
getId
in interfaceUserStorageProviderFactory<IpatuuraUserStorageProvider>
-
create
Description copied from interface:UserStorageProviderFactory
called per Keycloak transaction.- Specified by:
create
in interfaceComponentFactory<IpatuuraUserStorageProvider,
UserStorageProvider> - Specified by:
create
in interfaceUserStorageProviderFactory<IpatuuraUserStorageProvider>
-
createSCIMAuthenticator
-
isSupported
Description copied from interface:EnvironmentDependentProviderFactory
Check if the provider is supported and should be available based on the provider configuration.- Specified by:
isSupported
in interfaceEnvironmentDependentProviderFactory
- Parameters:
config
- the provider configuration- Returns:
true
if the provider is supported. Otherwise,false
.
-