public class InitializationService extends Object
See also Initializer
.
Modifier | Constructor and Description |
---|---|
protected |
InitializationService()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private static org.slf4j.Logger |
getLogger()
Get a logger.
|
private static ServiceLoader<Initializer> |
getServiceLoader()
Obtain the service loader instance used in the initialization process.
|
static void |
initialize()
Initialize all the registered library modules.
|
public static void initialize() throws InitializationException
InitializationException
- if initialization did not complete successfullyprivate static ServiceLoader<Initializer> getServiceLoader()
@Nonnull private static org.slf4j.Logger getLogger()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.