Class InfinispanIdentityProviderStorageProviderFactory
java.lang.Object
org.keycloak.models.cache.infinispan.idp.InfinispanIdentityProviderStorageProviderFactory
- All Implemented Interfaces:
IdentityProviderStorageProviderFactory<IdentityProviderStorageProvider>,ProviderFactory<IdentityProviderStorageProvider>
public class InfinispanIdentityProviderStorageProviderFactory
extends Object
implements IdentityProviderStorageProviderFactory<IdentityProviderStorageProvider>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) intorder()voidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
InfinispanIdentityProviderStorageProviderFactory
public InfinispanIdentityProviderStorageProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<IdentityProviderStorageProvider>
-
init
- Specified by:
initin interfaceProviderFactory<IdentityProviderStorageProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<IdentityProviderStorageProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<IdentityProviderStorageProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<IdentityProviderStorageProvider>
-
order
public int order()- Specified by:
orderin interfaceProviderFactory<IdentityProviderStorageProvider>
-