Package | Description |
---|---|
org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLObjectBuilder<XMLObjectType extends XMLObject>
Base implementation for XMLObject builders.
|
Modifier and Type | Method and Description |
---|---|
XMLObjectBuilder |
XMLObjectBuilderFactory.deregisterBuilder(QName builderKey)
Deregisters a builder.
|
XMLObjectBuilder |
XMLObjectBuilderFactory.getBuilder(Element domElement)
Retrieves the XMLObject builder for the given element.
|
XMLObjectBuilder |
XMLObjectBuilderFactory.getBuilder(QName key)
Retrieves an
XMLObjectBuilder using the key it was registered with. |
Modifier and Type | Method and Description |
---|---|
Map<QName,XMLObjectBuilder> |
XMLObjectBuilderFactory.getBuilders()
Gets an immutable list of all the builders currently registered.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLObjectBuilderFactory.registerBuilder(QName builderKey,
XMLObjectBuilder builder)
Registers a new builder for the given name.
|
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 | Interface and Description |
---|---|
interface |
XMLEncryptionBuilder<XMLEncryptionType extends XMLObject>
Builder for XMLObjects from
org.opensaml.xml.encryption . |
Modifier and Type | Class and Description |
---|---|
class |
XSAnyBuilder
Builder of
XSAnyImpl s. |
class |
XSBase64BinaryBuilder
Builder of
XSBase64BinaryImpl objects. |
class |
XSBooleanBuilder
Builder of
XSBooleanImpl objects. |
class |
XSDateTimeBuilder
Builder of
XSDateTime objects. |
class |
XSIntegerBuilder
Builder of
XSIntegerImpl objects. |
class |
XSQNameBuilder
Builder of
XSQNameImpl objects. |
class |
XSStringBuilder
Builder of
XSStringImpl objects. |
class |
XSURIBuilder
Builder of
XSURIImpl objects. |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLSignatureBuilder<XMLSignatureType extends XMLObject>
Builder for XMLObjects from
org.opensaml.xml.signature |
Copyright © 1999–2013. All rights reserved.