Interface CredentialOfferStorageFactory
- All Superinterfaces:
ProviderFactory<CredentialOfferStorage>
- All Known Implementing Classes:
InMemoryCredentialOfferStorageFactory
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()This is called when the server shuts down.Methods inherited from interface org.keycloak.provider.ProviderFactory
create, dependsOn, getConfigMetadata, getId, init, order, postInit
-
Method Details
-
close
default void close()Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
closein interfaceProviderFactory<CredentialOfferStorage>
-