Package org.opensaml.core.config
Interface Initializer
- All Known Implementing Classes:
AbstractXMLObjectProviderInitializer
,ApacheXMLSecurityInitializer
,ClientTLSValidationConfiguratonInitializer
,DecryptionParserPoolInitializer
,GlobalAlgorithmRegistryInitializer
,GlobalKeyAgreementProcessorRegistryInitializer
,GlobalNamedCurveRegistryInitializer
,GlobalParserPoolInitializer
,GlobalSecurityConfigurationInitializer
,HttpClientSecurityConfigurationInitalizer
,JavaCryptoValidationInitializer
,MetricRegistryInitializer
,SAMLConfigurationInitializer
,XMLObjectProviderInitializer
,XMLObjectProviderInitializer
,XMLObjectProviderInitializer
,XMLObjectProviderInitializer
,XMLObjectProviderInitializer
,XMLObjectProviderInitializer
public interface Initializer
Interface for classes responsible for initializing some bit of library configuration or state.
An initializer would typically be called by invoking the InitializationService
, which in turn
locates the registered initializers via the Java Services API.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
Perform the initialization process encompassed by the implementation.
-
Method Details
-
init
Perform the initialization process encompassed by the implementation.- Throws:
InitializationException
- if initialization could not be completed successfully
-