| Package | Description |
|---|---|
| org.opensaml.core.xml.config |
Configuration of XML object providers and related functionality.
|
| org.opensaml.core.xml.io |
Interfaces and abstract implementations of marshallers and unmarshallers.
|
| org.opensaml.saml.metadata.resolver.impl |
Class for retrieving, filtering, and querying metadata.
|
| org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
| Modifier and Type | Field and Description |
|---|---|
private UnmarshallerFactory |
XMLObjectProviderRegistry.unmarshallerFactory
Configured XMLObject unmarshaller factory.
|
| Modifier and Type | Method and Description |
|---|---|
static UnmarshallerFactory |
XMLObjectProviderRegistrySupport.getUnmarshallerFactory()
Gets the XMLObject unmarshaller factory that has been configured with information from loaded configuration
files.
|
UnmarshallerFactory |
XMLObjectProviderRegistry.getUnmarshallerFactory()
Gets the XMLObject unmarshaller factory that has been configured with information from loaded configuration
files.
|
| Modifier and Type | Field and Description |
|---|---|
private UnmarshallerFactory |
AbstractXMLObjectUnmarshaller.unmarshallerFactory
Factory for creating unmarshallers for child elements.
|
| Modifier and Type | Field and Description |
|---|---|
private UnmarshallerFactory |
AbstractMetadataResolver.unmarshallerFactory
Unmarshaller factory used to get an unmarshaller for the metadata DOM.
|
| Modifier and Type | Method and Description |
|---|---|
protected UnmarshallerFactory |
AbstractMetadataResolver.getUnmarshallerFactory()
Get the XMLObject unmarshaller factory to use.
|
| Modifier and Type | Field and Description |
|---|---|
private UnmarshallerFactory |
Decrypter.unmarshallerFactory
Unmarshaller factory, used in decryption of EncryptedData objects.
|