- All Superinterfaces:
Ordered
- All Known Subinterfaces:
ConfParamLoader
, ContentLoader
, ImplementationLookup
- All Known Implementing Classes:
AbstractXMLContentLoader
, AMEntitlementLoader
, ClassPathScanImplementationLookup
, ConnectorLoader
, DefaultJobManager
, DomainProcessEngineFactoryBean
, ElasticsearchIndexLoader
, FlowableLoader
, IdMEntitlementLoader
, IdMImplementationTypeLoader
, IdRepoEntitlementLoader
, IdRepoImplementationTypeLoader
, ITImplementationLookup
, KeymasterConfParamLoader
, OIDCC4UILoader
, OpenSearchIndexLoader
, SAML2SP4UILoader
, SCIMLoader
, StartupDomainLoader
, StartupDomainLoader
, TaskExecutorUnloader
, XMLContentLoader
, XMLContentLoader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
-
Method Summary
default void
Perform generic (not related to any domain) init operations.
default void
Perform init operations on the given domain.
default void
Perform generic (not related to any domain) dispose operations.
default void
Perform dispose operations on the given domain.
-
Method Details
-
load
default void load()
Perform generic (not related to any domain) init operations.
-
load
default void load(String domain)
Perform init operations on the given domain.
- Parameters:
domain
- domain to initialize
-
unload
default void unload(String domain)
Perform dispose operations on the given domain.
- Parameters:
domain
- domain to unload
-
unload
default void unload()
Perform generic (not related to any domain) dispose operations.