public class MapAuthorizationStoreFactory<K> extends Object implements AmphibianProviderFactory<StoreFactory>, AuthorizationStoreFactory, EnvironmentDependentProviderFactory
Modifier and Type | Field and Description |
---|---|
static String |
PROVIDER_ID |
Constructor and Description |
---|
MapAuthorizationStoreFactory() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This is called when the server shuts down.
|
StoreFactory |
create(KeycloakSession session) |
String |
getHelpText() |
String |
getId() |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
boolean |
isSupported() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, getConfigProperties, onUpdate, preRemove
getCommonProviderConfigProperties, getTypeMetadata, onCreate, validateConfiguration
order, postInit
postInit, registerSynchronizationListeners
public static final String PROVIDER_ID
public StoreFactory create(KeycloakSession session)
create
in interface AmphibianProviderFactory<StoreFactory>
create
in interface ComponentFactory<StoreFactory,StoreFactory>
create
in interface ProviderFactory<StoreFactory>
public void init(Config.Scope config)
ProviderFactory
init
in interface ProviderFactory<StoreFactory>
public void close()
ProviderFactory
close
in interface AmphibianProviderFactory<StoreFactory>
close
in interface ProviderFactory<StoreFactory>
public String getId()
getId
in interface ProviderFactory<StoreFactory>
public String getHelpText()
getHelpText
in interface ConfiguredProvider
public boolean isSupported()
isSupported
in interface EnvironmentDependentProviderFactory
true
if the provider is supported and should be available, false
otherwiseCopyright © 2021 JBoss by Red Hat. All rights reserved.