Package | Description |
---|---|
org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xml.io |
Interfaces and abstract implementations of marshallers and unmarshallers.
|
org.opensaml.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementExtensibleXMLObjectUnmarshaller
AbstractElementExtensibleUnmarshaller unmarshalls element of type
xs:any , but without
xs:anyAttribute attributes or text content. |
class |
AbstractExtensibleXMLObjectUnmarshaller
AbstractExtensibleXMLObjectUnmarshaller unmarshalls element of type
xs:any and with
xs:anyAttribute attributes. |
Modifier and Type | Method and Description |
---|---|
static void |
Configuration.registerObjectProvider(QName providerName,
XMLObjectBuilder builder,
Marshaller marshaller,
Unmarshaller unmarshaller)
Adds an object provider to this configuration.
|
static void |
Configuration.registerObjectProvider(QName providerName,
XMLObjectBuilder builder,
Marshaller marshaller,
Unmarshaller unmarshaller,
Element configuration)
Deprecated.
this method is deprecated with no replacement
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLEncryptionUnmarshaller
An abstract unmarshaller implementation for XMLObjects from
org.opensaml.xml.encryption . |
class |
AgreementMethodUnmarshaller
A thread-safe Unmarshaller for
AgreementMethod objects. |
class |
CipherDataUnmarshaller
A thread-safe Unmarshaller for
CipherData objects. |
class |
CipherReferenceUnmarshaller
A thread-safe Unmarshaller for
CipherReference objects. |
class |
DataReferenceUnmarshaller
A thread-safe Unmarshaller for
DataReference objects. |
class |
DHKeyValueUnmarshaller
A thread-safe Unmarshaller for
DHKeyValue objects. |
class |
EncryptedDataUnmarshaller
A thread-safe Unmarshaller for
EncryptedData objects. |
class |
EncryptedKeyUnmarshaller
A thread-safe Unmarshaller for
EncryptedKey objects. |
class |
EncryptedTypeUnmarshaller
A thread-safe Unmarshaller for
EncryptedType objects. |
class |
EncryptionMethodUnmarshaller
A thread-safe Unmarshaller for
EncryptionMethod objects. |
class |
EncryptionPropertiesUnmarshaller
A thread-safe Unmarshaller for
EncryptionProperties objects. |
class |
EncryptionPropertyUnmarshaller
A thread-safe Unmarshaller for
EncryptionProperty objects. |
class |
KeyReferenceUnmarshaller
A thread-safe Unmarshaller for
KeyReference objects. |
class |
OriginatorKeyInfoUnmarshaller
A thread-safe Unmarshaller for
OriginatorKeyInfo objects. |
class |
RecipientKeyInfoUnmarshaller
A thread-safe Unmarshaller for
RecipientKeyInfo objects. |
class |
ReferenceListUnmarshaller
A thread-safe Unmarshaller for
ReferenceList objects. |
class |
ReferenceTypeUnmarshaller
A thread-safe Unmarshaller for
ReferenceType objects. |
class |
TransformsUnmarshaller
A thread-safe Unmarshaller for
Transforms objects. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLObjectUnmarshaller
An thread safe abstract unmarshaller.
|
class |
BaseXMLObjectUnmarshaller
Base class for
Unmarshaller classes. |
Modifier and Type | Method and Description |
---|---|
Unmarshaller |
UnmarshallerFactory.deregisterUnmarshaller(QName key)
Deregisters the unmarshaller for the given element.
|
Unmarshaller |
UnmarshallerFactory.getUnmarshaller(Element domElement)
Retrieves the unmarshaller for the given element.
|
Unmarshaller |
UnmarshallerFactory.getUnmarshaller(QName key)
Gets the Unmarshaller for a particular element or null if no unmarshaller is registered for an element.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,Unmarshaller> |
UnmarshallerFactory.getUnmarshallers()
Gets an immutable listing of all the Unarshallers currently registered.
|
Modifier and Type | Method and Description |
---|---|
void |
UnmarshallerFactory.registerUnmarshaller(QName key,
Unmarshaller unmarshaller)
Registers an Unmarshaller with this factory.
|
Modifier and Type | Class and Description |
---|---|
class |
XSAnyUnmarshaller
A thread-safe unmarshaller for
XSAny s. |
class |
XSBase64BinaryUnmarshaller
Thread-safe unmarshaller for
XSBase64Binary objects. |
class |
XSBooleanUnmarshaller
Thread-safe unmarshaller for
XSBoolean objects. |
class |
XSDateTimeUnmarshaller
Thread-safe unmarshaller for
XSDateTime objects. |
class |
XSIntegerUnmarshaller
Thread-safe unmarshaller for
XSInteger objects. |
class |
XSQNameUnmarshaller
A thread-safe unmarshaller for
XSQName s. |
class |
XSStringUnmarshaller
Thread-safe unmarshaller for
XSString objects. |
class |
XSURIUnmarshaller
A thread-safe unmarshaller for
XSURI s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLSignatureUnmarshaller
An abstract unmarshaller implementation for XMLObjects from
org.opensaml.xml.signature . |
class |
CryptoBinaryUnmarshaller
A thread-safe Unmarshaller for
CryptoBinary objects. |
class |
DigestMethodUnmarshaller
A thread-safe Unmarshaller for
DigestMethod objects. |
class |
DSAKeyValueUnmarshaller
A thread-safe Unmarshaller for
DSAKeyValue objects. |
class |
KeyInfoTypeUnmarshaller
A thread-safe Unmarshaller for
KeyInfoType objects. |
class |
KeyInfoUnmarshaller
Unmarshaller of
KeyInfo objects. |
class |
KeyValueUnmarshaller
A thread-safe Unmarshaller for
KeyValue objects. |
class |
PGPDataUnmarshaller
A thread-safe Unmarshaller for
PGPData objects. |
class |
RetrievalMethodUnmarshaller
A thread-safe Unmarshaller for
RetrievalMethod objects. |
class |
RSAKeyValueUnmarshaller
A thread-safe Unmarshaller for
RSAKeyValue objects. |
class |
SignatureUnmarshaller
An unmarshaller for
Signature objects. |
class |
SPKIDataUnmarshaller
A thread-safe Unmarshaller for
SPKIData objects. |
class |
TransformUnmarshaller
A thread-safe Unmarshaller for
Transform objects. |
class |
X509DataUnmarshaller
A thread-safe Unmarshaller for
X509Data objects. |
class |
X509IssuerSerialUnmarshaller
A thread-safe Unmarshaller for
X509IssuerSerial objects. |
class |
X509SerialNumberUnmarshaller
Thread-safe unmarshaller for
X509SerialNumber objects. |
Copyright © 1999–2015. All rights reserved.