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.org.opensaml.saml.config.impl SAML configuration initializers.org.opensaml.security.config OpenSAML configuration classes.org.opensaml.security.config.impl Security configuration implementation classes.org.opensaml.soap.config.impl Configuration and initialization of SOAP XMLObject providers.org.opensaml.xacml.config.impl Configuration classes for XACML classes.org.opensaml.xacml.profile.saml.config.impl Configuration classes for XACML SAML profile classes.org.opensaml.xmlsec.config OpenSAML configuration classes.org.opensaml.xmlsec.config.impl Configuration and initialization of security. -
-
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". -
Uses of Initializer in org.opensaml.saml.config.impl
Classes in org.opensaml.saml.config.impl that implement Initializer Modifier and Type Class Description classSAMLConfigurationInitializerAn initializer which initializes theSAMLConfigurationinstance held by theConfigurationService.classXMLObjectProviderInitializerXMLObject provider initializer for module "saml-impl". -
Uses of Initializer in org.opensaml.security.config
Classes in org.opensaml.security.config that implement Initializer Modifier and Type Class Description classGlobalNamedCurveRegistryInitializerOpenSAMLInitializerimplementation forNamedCurveRegistry. -
Uses of Initializer in org.opensaml.security.config.impl
Classes in org.opensaml.security.config.impl that implement Initializer Modifier and Type Class Description classClientTLSValidationConfiguratonInitializerAn initializer which initializes the global configuration instance ofClientTLSValidationConfiguration.classHttpClientSecurityConfigurationInitalizerAn initializer which initializes the globalHttpClientSecurityConfiguration. -
Uses of Initializer in org.opensaml.soap.config.impl
Classes in org.opensaml.soap.config.impl that implement Initializer Modifier and Type Class Description classXMLObjectProviderInitializerXMLObject provider initializer for module "soap-impl". -
Uses of Initializer in org.opensaml.xacml.config.impl
Classes in org.opensaml.xacml.config.impl that implement Initializer Modifier and Type Class Description classXMLObjectProviderInitializerXMLObject provider initializer for module "xacml-impl". -
Uses of Initializer in org.opensaml.xacml.profile.saml.config.impl
Classes in org.opensaml.xacml.profile.saml.config.impl that implement Initializer Modifier and Type Class Description classXMLObjectProviderInitializerXMLObject provider initializer for module "xacml-saml-impl". -
Uses of Initializer in org.opensaml.xmlsec.config
Classes in org.opensaml.xmlsec.config that implement Initializer Modifier and Type Class Description classDecryptionParserPoolInitializerAn initializer for the global parser pool for XML decryption use, wrapped byDecryptionParserPool.classGlobalAlgorithmRegistryInitializerOpenSAMLInitializerimplementation for algorithms.classGlobalKeyAgreementProcessorRegistryInitializerOpenSAMLInitializerimplementation for key agreement processors. -
Uses of Initializer in org.opensaml.xmlsec.config.impl
Classes in org.opensaml.xmlsec.config.impl that implement Initializer Modifier and Type Class Description classApacheXMLSecurityInitializerInitializer which initializes the Apache XML Security library (Santuario).classGlobalSecurityConfigurationInitializerAn initializer which initializes the global security configuration.classJavaCryptoValidationInitializerAn initializer which validates the Java Cryptographic Architecture environment is usable.classXMLObjectProviderInitializerXMLObject provider initializer for module "xmlsec-impl".
-