| Package | Description |
|---|---|
| org.opensaml.core.config |
Interfaces and classes related to library configuration and initialization.
|
| org.opensaml.core.xml.config |
Configuration of XML object providers and related functionality.
|
| org.opensaml.saml.config |
SAML configuration initializers.
|
| org.opensaml.security.config |
Security configuration implementation classes.
|
| org.opensaml.soap.config |
Configuration and initialization of SOAP XMLObject providers.
|
| org.opensaml.xmlsec.config |
OpenSAML configuration classes.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.util.ServiceLoader<Initializer> |
InitializationService.getServiceLoader()
Obtain the service loader instance used in the initialization process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXMLObjectProviderInitializer
Reads in an XML configuration and configures the XMLTooling library accordingly.
|
class |
GlobalParserPoolInitializer
An initializer for the global parser pool held by the
XMLObjectProviderRegistry. |
| Modifier and Type | Class and Description |
|---|---|
class |
SAMLConfigurationInitializer
An initializer which initializes the
SAMLConfiguration instance held
by the ConfigurationService. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientTLSValidationConfiguratonInitializer
An initializer which initializes the global configuration instance of
ClientTLSValidationConfiguration. |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLObjectProviderInitializer
XMLObject provider initializer for module "soap-impl".
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheXMLSecurityInitializer
Initializer which initializes the Apache XML Security library (Santuario).
|
class |
GlobalAlgorithmRegistryInitializer
OpenSAML
Initializer implementation for algorithms. |
class |
GlobalSecurityConfigurationInitializer
An initializer which initializes the global security configuration.
|
class |
JavaCryptoValidationInitializer
An initializer which validates the Java Cryptographic Architecture environment is usable.
|