public class InfinispanPublicKeyStorageProviderFactory extends Object implements PublicKeyStorageProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
KEYS_CLEAR_CACHE_EVENTS |
static String |
PROVIDER_ID |
static String |
PUBLIC_KEY_STORAGE_INVALIDATION_EVENT |
| Constructor and Description |
|---|
InfinispanPublicKeyStorageProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
PublicKeyStorageProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String PROVIDER_ID
public static final String KEYS_CLEAR_CACHE_EVENTS
public static final String PUBLIC_KEY_STORAGE_INVALIDATION_EVENT
public InfinispanPublicKeyStorageProviderFactory()
public PublicKeyStorageProvider create(KeycloakSession session)
create in interface ProviderFactory<PublicKeyStorageProvider>public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<PublicKeyStorageProvider>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<PublicKeyStorageProvider>public void close()
ProviderFactoryclose in interface ProviderFactory<PublicKeyStorageProvider>public String getId()
getId in interface ProviderFactory<PublicKeyStorageProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.