Package org.opensaml.core.config
Class InitializationService
java.lang.Object
org.opensaml.core.config.InitializationService
Service which initializes OpenSAML library modules using the Java Services API.
See also Initializer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ServiceLoader<Initializer>Obtain the service loader instance used in the initialization process.static voidInitialize all the registered library modules.
-
Field Details
-
LOG
@Nonnull private static final org.slf4j.Logger LOGLogger.
-
-
Constructor Details
-
InitializationService
protected InitializationService()Constructor.
-
-
Method Details
-
initialize
Initialize all the registered library modules.- Throws:
InitializationException- if initialization did not complete successfully
-
getServiceLoader
Obtain the service loader instance used in the initialization process.- Returns:
- the service loader instance to use
-