Class MapAuthorizationStoreFactory
- java.lang.Object
- 
- org.keycloak.models.map.authorization.MapAuthorizationStoreFactory
 
- 
- All Implemented Interfaces:
- AuthorizationStoreFactory,- AmphibianProviderFactory<StoreFactory>,- ComponentFactory<StoreFactory,StoreFactory>,- ConfiguredProvider,- EnvironmentDependentProviderFactory,- InvalidationHandler,- ProviderFactory<StoreFactory>
 
 public class MapAuthorizationStoreFactory extends Object implements AmphibianProviderFactory<StoreFactory>, AuthorizationStoreFactory, EnvironmentDependentProviderFactory, InvalidationHandler - Author:
- mhajas
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.provider.InvalidationHandlerInvalidationHandler.InvalidableObjectType, InvalidationHandler.ObjectType
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static StringPROVIDER_ID
 - 
Constructor SummaryConstructors Constructor Description MapAuthorizationStoreFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StoreFactorycreate(KeycloakSession session)StringgetHelpText()StringgetId()voidinit(Config.Scope config)Only called once when the factory is first created.voidinvalidate(KeycloakSession session, InvalidationHandler.InvalidableObjectType type, Object... params)Invalidates intermediate states of the given objectsbooleanisSupported()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.component.AmphibianProviderFactoryclose, create, getConfigProperties, onUpdate, preRemove
 - 
Methods inherited from interface org.keycloak.authorization.store.AuthorizationStoreFactorypostInit, registerSynchronizationListeners
 - 
Methods inherited from interface org.keycloak.component.ComponentFactorygetCommonProviderConfigProperties, getTypeMetadata, onCreate, validateConfiguration
 - 
Methods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfig
 - 
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactoryisSupported
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic StoreFactory create(KeycloakSession session) - Specified by:
- createin interface- AmphibianProviderFactory<StoreFactory>
- Specified by:
- createin interface- ComponentFactory<StoreFactory,StoreFactory>
- Specified by:
- createin interface- ProviderFactory<StoreFactory>
 
 - 
initpublic void init(Config.Scope config) Description copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
- initin interface- ProviderFactory<StoreFactory>
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<StoreFactory>
 
 - 
getHelpTextpublic String getHelpText() - Specified by:
- getHelpTextin interface- ConfiguredProvider
 
 - 
isSupportedpublic boolean isSupported() - Specified by:
- isSupportedin interface- EnvironmentDependentProviderFactory
- Returns:
- trueif the provider is supported and should be available,- falseotherwise
 
 - 
invalidatepublic void invalidate(KeycloakSession session, InvalidationHandler.InvalidableObjectType type, Object... params) Description copied from interface:InvalidationHandlerInvalidates intermediate states of the given objects- Specified by:
- invalidatein interface- InvalidationHandler
- Parameters:
- session- KeycloakSession
- type- Type of the objects to invalidate
- params- Parameters used for the invalidation
 
 
- 
 
-