Uses of Interface
org.opensaml.core.config.Initializer
-
Packages that use Initializer Package Description org.opensaml.core.config Interfaces and classes related to library configuration and initialization.org.opensaml.core.metrics.impl Implementation classes supporting code instrumentation.org.opensaml.core.xml.config Configuration of XML object providers and related functionality. -
-
Uses of Initializer in org.opensaml.core.config
Methods in org.opensaml.core.config that return types with arguments of type Initializer Modifier and Type Method Description private static ServiceLoader<Initializer>InitializationService. getServiceLoader()Obtain the service loader instance used in the initialization process. -
Uses of Initializer in org.opensaml.core.metrics.impl
Classes in org.opensaml.core.metrics.impl that implement Initializer Modifier and Type Class Description classMetricRegistryInitializerAn initializer for theMetricRegistryheld by theConfigurationService. -
Uses of Initializer in org.opensaml.core.xml.config
Classes in org.opensaml.core.xml.config that implement Initializer Modifier and Type Class Description classAbstractXMLObjectProviderInitializerReads in an XML configuration and configures the XMLTooling library accordingly.classGlobalParserPoolInitializerAn initializer for the global parser pool held by theXMLObjectProviderRegistry.classXMLObjectProviderInitializerXMLObject provider initializer for module "core".
-