Package | Description |
---|---|
org.apache.ws.security.saml.ext | |
org.opensaml.common |
Base classes for working with SAML as Java objects.
|
org.opensaml.common.impl |
Base classes for various SAMLObjects constructs.
|
org.opensaml.saml1.binding.decoding |
Classes used to decode SAML messages.
|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
org.opensaml.saml2.binding.decoding |
Classes used to decode SAML 2 messages.
|
org.opensaml.saml2.common |
Interfaces for elements and attribtues used in multiple SAML 2.0 specification.
|
org.opensaml.saml2.common.impl |
Implementations of elements and attribtues used in multiple SAML 2.0 specification.
|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.ecp | |
org.opensaml.saml2.ecp.impl | |
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.samlext.idpdisco | |
org.opensaml.samlext.saml1md |
Interfaces for SAML 1 metadata profile.
|
org.opensaml.samlext.saml1md.impl |
Implementation of SAML 1 metadata profile objects.
|
org.opensaml.samlext.saml2delrestrict |
Interfaces for SAML 2 Condition for Delegation Restriction.
|
org.opensaml.samlext.saml2delrestrict.impl |
Implementation for SAML 2 Condition for Delegation Restriction.
|
org.opensaml.samlext.saml2mdattr | |
org.opensaml.samlext.saml2mdattr.impl | |
org.opensaml.samlext.saml2mdquery |
Interfaces for SAML 2 metadata standalone query endpoints profile.
|
org.opensaml.samlext.saml2mdquery.impl |
Implemention for SAML 2 metadata standalone query endpoints profile objects.
|
org.opensaml.samlext.saml2mdui | |
org.opensaml.samlext.saml2mdui.impl | |
org.opensaml.samlext.samlpthrpty |
Interfaces for SAML 2 protocol third-party response profile.
|
org.opensaml.samlext.samlpthrpty.impl |
Implementation for SAML 2 protocol third-party response profile objects.
|
org.opensaml.ws.message |
Objects related to messages received and sent by web services.
|
org.opensaml.ws.message.decoder |
Messages decoders are responsible for extracting an incomming web serivce message from the inbound transport.
|
org.opensaml.ws.message.encoder |
Messages encoders are responsible for encoding an outgoing web serivce message onto the outbound transport.
|
org.opensaml.ws.soap.common |
Common classes shared across SOAP versions, clients, and transports.
|
org.opensaml.ws.soap.soap11 |
XMLObject interfaces for SOAP 1.1 elements.
|
org.opensaml.ws.soap.soap11.impl |
Provided implementations of the SOAP 1.1 XMLObject interfaces.
|
org.opensaml.ws.soap.util |
General utility classes.
|
org.opensaml.ws.wsaddressing |
XMLObject interfaces for WS-Addressing 1.0 elements.
|
org.opensaml.ws.wsaddressing.impl | |
org.opensaml.ws.wsaddressing.util | |
org.opensaml.ws.wsfed | |
org.opensaml.ws.wsfed.impl | |
org.opensaml.ws.wspolicy |
XMLObject interfaces for WS-Policy 1.2 elements.
|
org.opensaml.ws.wspolicy.impl | |
org.opensaml.ws.wssecurity |
XMLObject interfaces for WS-Security 2004 elements.
|
org.opensaml.ws.wssecurity.impl | |
org.opensaml.ws.wssecurity.util | |
org.opensaml.ws.wstrust |
XMLObject interfaces for WS-Trust 1.3 elements.
|
org.opensaml.ws.wstrust.impl | |
org.opensaml.xacml | |
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl | |
org.opensaml.xacml.impl | |
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl | |
org.opensaml.xacml.profile.saml | |
org.opensaml.xacml.profile.saml.impl | |
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.io |
Interfaces and abstract implementations of marshallers and unmarshallers.
|
org.opensaml.xml.schema |
Interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xml.security.keyinfo.provider |
Specific implementations of
KeyInfoProvider . |
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.
|
org.opensaml.xml.util |
Utility classes for working with XML, XMLObjects, and various data types.
|
org.opensaml.xml.validation |
Interfaces for classes that may be used to validate trees of XMLObjects.
|
Modifier and Type | Method and Description |
---|---|
static XMLObject |
OpenSAMLUtil.fromDom(Element root)
Convert a SAML Assertion from a DOM Element to an XMLObject
|
XMLObject |
AssertionWrapper.getXmlObject()
Method getXmlObject returns the xmlObject of this AssertionWrapper object.
|
Modifier and Type | Method and Description |
---|---|
static Element |
OpenSAMLUtil.toDom(XMLObject xmlObject,
Document doc)
Convert a SAML Assertion from a XMLObject to a DOM Element
|
static Element |
OpenSAMLUtil.toDom(XMLObject xmlObject,
Document doc,
boolean signObject)
Convert a SAML Assertion from a XMLObject to a DOM Element
|
Constructor and Description |
---|
AssertionWrapper(XMLObject xmlObject)
Constructor AssertionWrapper creates a new AssertionWrapper instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SAMLObject
A base interface for all SAML Objects.
|
interface |
SignableSAMLObject
A signable SAMLObject.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLObject
An abstract implementation of SAMLObject.
|
class |
AbstractSignableSAMLObject
Abstract SAMLObject implementation that also implements
SignableXMLObject . |
Modifier and Type | Method and Description |
---|---|
Element |
AbstractSAMLObjectMarshaller.marshall(XMLObject xmlObject,
Document document)
Marshall this element, and its children, into a W3C DOM element.
|
Element |
AbstractSAMLObjectMarshaller.marshall(XMLObject xmlObject,
Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.
|
protected void |
AbstractSAMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AbstractSAMLObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AbstractSAMLObjectUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AbstractSAMLObjectUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AbstractSAMLObjectUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HTTPSOAP11Decoder.checkUnderstoodSOAPHeaders(List<XMLObject> headers)
Checks that, if any SOAP headers, require understand that they are in the understood header list.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Advice
This interface defines how the object representing a SAML 1
Advice element behaves. |
interface |
AssertionArtifact
This interface is for the SAML1
AssertionArtifact extention point. |
interface |
AssertionIDReference
This interface defines how the object representing a SAML 1
AssertionIDReference element behaves. |
interface |
AttributeDesignator
This interface defines how the object representing a SAML 1
AttributeDesignator element behaves. |
interface |
AttributeStatement
This interface defines how the object representing a SAML 1
AttributeStatement element behaves. |
interface |
AudienceRestrictionCondition
This interface describes how ab object representing a SAML1
AudienceRestrictionCondition element will
behave. |
interface |
AuthenticationQuery
Description of the behaviour of the
AuthenticationQuery element |
interface |
AuthenticationStatement
This interface defines how the object representing a SAML1
AuthenticationStatment element behaves. |
interface |
AuthorityBinding
Interface to define how a
AuthorityBinding <\code> element behaves |
interface |
AuthorizationDecisionQuery
Description of the behaviour of the
AuthorizationDecisionQuery element |
interface |
AuthorizationDecisionStatement
This interface defines how the object representing a SAML1
AuthorizationDecisionStatement element
behaves. |
interface |
ConfirmationMethod
This interface defines how the object representing a SAML1
ConfirmationMethod element behaves. |
interface |
DoNotCacheCondition
This interface describes how ab object representing a SAML1
DoNotCacheCondition element will behave. |
interface |
NameIdentifier
Interface to define how a NameIdentifier element behaves.
|
interface |
Query
This interface is for the SAML1
Query extention point. |
interface |
Request
This interface defines how the SAML1
Request objects behave. |
interface |
RespondWith
This interface defines how the (deprecated) RespondWith element would behave.
|
interface |
Response
This interface defines how the object representing a SAML1
Response element behaves. |
interface |
ResponseAbstractType
This interface defines the base class for type derived from the SAML1
ResponseAbstractType . |
interface |
SubjectStatement
Interface to descibe how the anchor point SubjectStatement would work.
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
SubjectConfirmation.getSubjectConfirmationData()
Return the SubjectConfirmationData
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
Attribute.getAttributeValues()
Get all the subsiduary AttributeValue elements
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmation.setSubjectConfirmationData(XMLObject subjectConfirmationData)
Set the SubjectConfirmationData
|
Modifier and Type | Class and Description |
---|---|
class |
AssertionArtifactImpl
Concrete implementation if
AssertionArtifact |
class |
AssertionIDReferenceImpl
Concrete Implementation of
AssertionIDReference Object |
class |
AttributeDesignatorImpl
Concrete Implementation of the
AttributeDesignator interface. |
class |
AudienceRestrictionConditionImpl
Concrete implementation of the org.opensaml.saml1.core.AudienceRestrictionCondition
|
class |
AuthenticationQueryImpl
Concrete implementation of the
AuthenticationQuery interface |
class |
AuthenticationStatementImpl
A Concrete implementation of the
AuthenticationStatement Interface |
class |
AuthorityBindingImpl
A concrete impementation of the
SubjectLocality interface |
class |
AuthorizationDecisionQueryImpl
Concrete implementation of the
AuthorizationDecisionQuery interface |
class |
AuthorizationDecisionStatementImpl
A concrete implementation of
AuthorizationDecisionStatement |
class |
ConfirmationMethodImpl
Concrete Implementation of the
ConfirmationMethod interface |
class |
DoNotCacheConditionImpl
Concrete Implementation of a
DoNotCacheCondition Objects. |
class |
NameIdentifierImpl
Complete implementation of
NameIdentifierImpl |
class |
RespondWithImpl
Implementation of
RespondWith . |
class |
ResponseAbstractTypeImpl
Abstract implementation of
ResponseAbstractType Object |
class |
SubjectStatementImpl
Abstract type to implement SubjectStatementType
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
SubjectConfirmationImpl.getSubjectConfirmationData()
Return the SubjectConfirmationData
|
XMLObject |
ResponseAbstractTypeUnmarshaller.unmarshall(Element domElement)
Unmarshalls the given W3C DOM element into a XMLObject.
|
XMLObject |
RequestAbstractTypeUnmarshaller.unmarshall(Element domElement)
Unmarshalls the given W3C DOM element into a XMLObject.
|
XMLObject |
AssertionUnmarshaller.unmarshall(Element domElement)
Unmarshalls the given W3C DOM element into a XMLObject.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
AttributeImpl.getAttributeValues()
Get all the subsiduary AttributeValue elements
|
List<XMLObject> |
SubjectStatementImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectQueryImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectLocalityImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectConfirmationImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusMessageImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusDetailImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusCodeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ResponseImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ResponseAbstractTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RespondWithImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestAbstractTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
NameIdentifierImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EvidenceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DoNotCacheConditionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ConfirmationMethodImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ConditionsImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthorizationDecisionStatementImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthorizationDecisionQueryImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthorityBindingImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthenticationStatementImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthenticationQueryImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AudienceRestrictionConditionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AudienceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeStatementImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeQueryImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeDesignatorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AssertionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AssertionIDReferenceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AssertionArtifactImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AdviceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ActionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusDetailImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
AdviceImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
StatusDetailImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AdviceImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectLocalityMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
StatusCodeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ResponseAbstractTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
RequestAbstractTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
NameIdentifierMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ConditionsMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AuthorizationDecisionStatementMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AuthorizationDecisionQueryMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
void |
AuthorityBindingMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AuthenticationStatementMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AuthenticationQueryMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AttributeQueryMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AttributeDesignatorMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AssertionMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ActionMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
StatusMessageMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
NameIdentifierMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ConfirmationMethodMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AudienceMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AssertionIDReferenceMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AssertionArtifactMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ActionMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SubjectLocalityUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
StatusCodeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ResponseAbstractTypeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestAbstractTypeUnmarshaller.processAttribute(XMLObject samlElement,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
NameIdentifierUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ConditionsUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthorizationDecisionStatementUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthorizationDecisionQueryUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthorityBindingUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthenticationStatementUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthenticationQueryUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributeQueryUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributeDesignatorUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AssertionUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ActionUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SubjectUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SubjectStatementUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SubjectQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SubjectConfirmationUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusDetailUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusCodeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ResponseUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ResponseAbstractTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestUnmarshaller.processChildElement(XMLObject parentElement,
XMLObject childElement)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestAbstractTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EvidenceUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ConditionsUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthorizationDecisionStatementUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthorizationDecisionQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthenticationStatementUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AudienceRestrictionConditionUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeStatementUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AssertionUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AdviceUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusMessageUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
NameIdentifierUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
ConfirmationMethodUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AudienceUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AssertionIDReferenceUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AssertionArtifactUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
ActionUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
void |
SubjectConfirmationImpl.setSubjectConfirmationData(XMLObject subjectConfirmationData)
Set the SubjectConfirmationData
|
Modifier and Type | Method and Description |
---|---|
protected void |
HTTPSOAP11Decoder.checkUnderstoodSOAPHeaders(List<XMLObject> headers)
Checks that, if any SOAP headers, require understand that they are in the understood header list.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheableSAMLObject
A functional interface for SAMLElements that provide cache duration information.
|
interface |
Extensions
SAML 2.0 Extensions
|
interface |
TimeBoundSAMLObject
A functional interface for SAMLElements that are bounded with a
"validUntil" attribute.
|
Modifier and Type | Method and Description |
---|---|
static org.joda.time.DateTime |
SAML2Helper.getEarliestExpiration(XMLObject xmlObject)
Gets the earliest expiration instant for a XMLObject.
|
static org.joda.time.DateTime |
SAML2Helper.getEarliestExpiration(XMLObject xmlObject,
org.joda.time.DateTime earliestExpiration,
org.joda.time.DateTime now)
Gets the earliest expiration instant within a metadata tree.
|
static boolean |
SAML2Helper.isValid(XMLObject xmlObject)
Checks to see if the given XMLObject is still valid.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionsImpl
Implementation of
Extensions |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
ExtensionsImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ExtensionsImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
ExtensionsImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExtensionsMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
ExtensionsMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
ExtensionsUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ExtensionsUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ExtensionsUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Artifact
SAML 2.0 Core Artifact.
|
interface |
ArtifactResolve
SAML 2.0 Core ArtifactResolve.
|
interface |
ArtifactResponse
SAML 2.0 Core ArtifactResponse.
|
interface |
Assertion
SAML 2.0 Core Assertion.
|
interface |
AssertionIDRef
SAML 2.0 Core AssertionIDRef.
|
interface |
AssertionIDRequest
SAML 2.0 Core AssertionIDRequest.
|
interface |
AssertionURIRef
SAML 2.0 Core AssertionURIRef.
|
interface |
Attribute
SAML 2.0 Core Attribute.
|
interface |
AttributeQuery
SAML 2.0 AttributeQuery.
|
interface |
AttributeValue
This interface defines how the object representing a SAML 12
AttributeValue element behaves. |
interface |
Audience
SAML 2.0 Core Audience.
|
interface |
AudienceRestriction
SAML 2.0 Core AudienceRestriction.
|
interface |
AuthenticatingAuthority
SAML 2.0 Core AuthenticatingAuthority.
|
interface |
AuthnContext
SAML 2.0 Core AuthnContext.
|
interface |
AuthnContextClassRef
SAML 2.0 Core AuthnContextClassRef.
|
interface |
AuthnContextDecl
SAML 2.0 Core AuthnContextDecl.
|
interface |
AuthnContextDeclRef
SAML 2.0 Core AuthnContextDeclRef.
|
interface |
AuthnQuery
SAML 2.0 AuthnQuery.
|
interface |
AuthnRequest
SAML 2.0 Core AuthnRequest.
|
interface |
AuthnStatement
SAML 2.0 Core AuthnStatement.
|
interface |
AuthzDecisionQuery
SAML 2.0 AuthzDecisionQuery.
|
interface |
AuthzDecisionStatement
SAML 2.0 Core AuthzDecisionStatement.
|
interface |
BaseID
SAML 2.0 Core BaseID.
|
interface |
Condition
SAML 2.0 Core Condition.
|
interface |
Conditions
SAML 2.0 Core Conditions.
|
interface |
EncryptedAssertion
SAML 2.0 Core EncryptedAssertion.
|
interface |
EncryptedAttribute
SAML 2.0 Core EncryptedAttribute.
|
interface |
EncryptedElementType
SAML 2.0 Core EncryptedElementType.
|
interface |
EncryptedID
SAML 2.0 Core EncryptedID.
|
interface |
Evidence
SAML 2.0 Core Evidence.
|
interface |
Evidentiary
Marker interface for element types that can constitute evidence within a @{org.opensaml.saml2.core.Evidence} object.
|
interface |
GetComplete
SAML 2.0 Core GetComplete.
|
interface |
IDPEntry
SAML 2.0 Core IDPEntry.
|
interface |
IDPList
SAML 2.0 Core IDPList.
|
interface |
KeyInfoConfirmationDataType
SAML 2.0 Core KeyInfoConfirmationDataType.
|
interface |
LogoutRequest
SAML 2.0 Core LogoutRequest.
|
interface |
LogoutResponse
SAML 2.0 Core LogoutResponse.
|
interface |
ManageNameIDRequest
SAML 2.0 Core ManageNameIDRequest.
|
interface |
ManageNameIDResponse
SAML 2.0 Core ManageNameIDResponse.
|
interface |
NameID
SAML 2.0 Core NameID.
|
interface |
NameIDMappingRequest
SAML 2.0 Core NameIDMappingRequest.
|
interface |
NameIDMappingResponse
SAML 2.0 Core NameIDMappingResponse .
|
interface |
NameIDPolicy
SAML 2.0 Core NameIDPolicy.
|
interface |
NewEncryptedID
SAML 2.0 Core NewEncryptedID.
|
interface |
NewID
SAML 2.0 Core NewID.
|
interface |
OneTimeUse
SAML 2.0 Core OneTimeUse.
|
interface |
ProxyRestriction
SAML 2.0 Core ProxyRestriction.
|
interface |
RequestAbstractType
SAML 2.0 Core RequestAbstractType.
|
interface |
RequestedAuthnContext
SAML 2.0 Core RequestedAuthnContext.
|
interface |
RequesterID
SAML 2.0 Core RequesterID.
|
interface |
Scoping
SAML 2.0 Core Scoping.
|
interface |
SessionIndex
SAML 2.0 Core SessionIndex.
|
interface |
Statement
SAML 2.0 Core Statement.
|
interface |
StatusCode
SAML 2.0 Core StatusCode.
|
interface |
StatusDetail
SAML 2.0 Core StatusDetail.
|
interface |
StatusMessage
SAML 2.0 Core StatusMessage.
|
interface |
StatusResponseType
SAML 2.0 Core StatusResponseType.
|
interface |
Subject
SAML 2.0 Core Subject.
|
interface |
SubjectConfirmation
SAML 2.0 Core SubjectConfirmation.
|
interface |
SubjectConfirmationData
SAML 2.0 Core SubjectConfirmationData.
|
interface |
SubjectLocality
SAML 2.0 Core SubjectLocality.
|
interface |
SubjectQuery
SAML 2.0 Core SubjectQuery.
|
interface |
Terminate
SAML 2.0 Core Terminate
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
Attribute.getAttributeValues()
Gets the list of attribute values for this attribute.
|
List<XMLObject> |
Advice.getChildren()
Gets the list of all child elements attached to this advice.
|
List<XMLObject> |
Advice.getChildren(QName typeOrName)
Gets the list of child elements attached to this advice that match a particular QName.
|
List<XMLObject> |
KeyInfoConfirmationDataType.getKeyInfos()
Get the list of child KeyInfo elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNameIDType
Abstract implementation of
NameIDType . |
class |
ActionImpl
A concrete implementation of
Action . |
class |
AdviceImpl
A concrete implementation of
Advice . |
class |
ArtifactImpl
Concrete implementation of
Artifact . |
class |
ArtifactResolveImpl
Concrete implementation of
ArtifactResolve . |
class |
ArtifactResponseImpl
Concrete implementation of
ArtifactResponse . |
class |
AssertionIDRefImpl
Concrete implementation of
AssertionIDRef . |
class |
AssertionIDRequestImpl
A concrete implementation of
AssertionIDRequest . |
class |
AssertionImpl
A concrete implementation of
Assertion . |
class |
AssertionURIRefImpl
A concrete implementation of
AssertionURIRef . |
class |
AttributeImpl
Concrete implementation of
Attribute . |
class |
AttributeQueryImpl
Concrete implementation of
AttributeQuery . |
class |
AttributeStatementImpl
A concrete implementation of
AttributeStatement . |
class |
AudienceImpl
Concrete implementation of
Audience . |
class |
AudienceRestrictionImpl
Concrete implementation of
AudienceRestriction . |
class |
AuthenticatingAuthorityImpl
A concrete implemenation of
AuthenticatingAuthority . |
class |
AuthnContextClassRefImpl
A concrete implementation of
AuthnContextClassRef . |
class |
AuthnContextDeclImpl
A concrete implementation of
AuthnContextDecl . |
class |
AuthnContextDeclRefImpl
A concrete implementation of
AuthnContextDeclRef . |
class |
AuthnContextImpl
A concrete implemenation of
AuthnContext . |
class |
AuthnQueryImpl
Concrete implementation of
AuthnQuery . |
class |
AuthnRequestImpl
A concrete implementation of
AuthnRequest . |
class |
AuthnStatementImpl
A concrete implementation of
AuthnStatement . |
class |
AuthzDecisionQueryImpl
Concrete implementation of
AuthzDecisionQuery . |
class |
AuthzDecisionStatementImpl
A concrete implementation of
AuthzDecisionStatement . |
class |
BaseIDImpl
Concrete implementation of
BaseID . |
class |
ConditionsImpl
Concrete implementation of
Conditions . |
class |
EncryptedAssertionImpl
A concrete implementation of
EncryptedAssertion . |
class |
EncryptedAttributeImpl
A concrete implementation of
EncryptedAttribute . |
class |
EncryptedElementTypeImpl
A concrete implementation of
EncryptedElementType . |
class |
EncryptedIDImpl
A concrete implementation of
EncryptedID . |
class |
EvidenceImpl
A concrete implementation of
Evidence . |
class |
GetCompleteImpl
Concrete implementation of
GetComplete . |
class |
IDPEntryImpl
Concrete implementation of
IDPEntry . |
class |
IDPListImpl
Concrete implementation of
IDPList . |
class |
IssuerImpl
A concrete implementation of
Issuer . |
class |
KeyInfoConfirmationDataTypeImpl
Concrete implementation of
SubjectConfirmationData . |
class |
LogoutRequestImpl
A concrete implementation of
LogoutRequest . |
class |
LogoutResponseImpl
A concrete implementation of
LogoutResponse . |
class |
ManageNameIDRequestImpl
A concrete implementation of
ManageNameIDRequest . |
class |
ManageNameIDResponseImpl
A Builder for
ManageNameIDResponseImpl objects. |
class |
NameIDImpl
Concrete implementation of
NameID . |
class |
NameIDMappingRequestImpl
A concrete implementation of
NameIDMappingRequest . |
class |
NameIDMappingResponseImpl
Concrete implementation of
NameIDMappingResponse . |
class |
NameIDPolicyImpl
Concrete implementation of
NameIDPolicy . |
class |
NewEncryptedIDImpl
A concrete implementation of
NewEncryptedID . |
class |
NewIDImpl
Concrete implementation of
NewID . |
class |
OneTimeUseImpl
Concrete implementation of
OneTimeUse . |
class |
ProxyRestrictionImpl
Concrete implementation of
ProxyRestriction . |
class |
RequestAbstractTypeImpl
Concrete implementation of
RequestAbstractType . |
class |
RequestedAuthnContextImpl
Concrete implementation of
RequestedAuthnContext . |
class |
RequesterIDImpl
Concrete implementation of
RequesterID . |
class |
ScopingImpl
Concrete implementation of
Scoping . |
class |
SessionIndexImpl
Concrete implementation of
SessionIndex . |
class |
StatusCodeImpl
Concrete implementation of
StatusCode . |
class |
StatusDetailImpl
Concrete implementation of
StatusDetail . |
class |
StatusImpl
Concrete implementation of
Status . |
class |
StatusMessageImpl
Concrete implementation of
StatusMessage . |
class |
StatusResponseTypeImpl
Concrete implementation of
StatusResponseType . |
class |
SubjectConfirmationDataImpl
Concrete implementation of
SubjectConfirmationData . |
class |
SubjectConfirmationImpl
Concrete implementation of
SubjectConfirmation . |
class |
SubjectImpl
Concrete implementation of
Subject . |
class |
SubjectLocalityImpl
A concrete implementation of
SubjectLocality . |
class |
SubjectQueryImpl
Concrete implementation of
SubjectQuery . |
class |
TerminateImpl
Concrete implementation of
Terminate . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
AttributeImpl.getAttributeValues()
Gets the list of attribute values for this attribute.
|
List<XMLObject> |
AdviceImpl.getChildren()
Gets the list of all child elements attached to this advice.
|
List<XMLObject> |
AdviceImpl.getChildren(QName typeOrName)
Gets the list of child elements attached to this advice that match a particular QName.
|
List<XMLObject> |
KeyInfoConfirmationDataTypeImpl.getKeyInfos()
Get the list of child KeyInfo elements.
|
List<XMLObject> |
TerminateImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectQueryImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectLocalityImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectConfirmationImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectConfirmationDataImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusResponseTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusMessageImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusDetailImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusCodeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SessionIndexImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ScopingImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ResponseImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequesterIDImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestedAuthnContextImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestAbstractTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ProxyRestrictionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
OneTimeUseImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
NewIDImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
NameIDPolicyImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
NameIDMappingResponseImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
NameIDMappingRequestImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ManageNameIDRequestImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
LogoutRequestImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
IDPListImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
IDPEntryImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
GetCompleteImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EvidenceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EncryptedElementTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ConditionsImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
BaseIDImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthzDecisionStatementImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthzDecisionQueryImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthnStatementImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthnRequestImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthnQueryImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthnContextImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthnContextDeclRefImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthnContextDeclImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthnContextClassRefImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthenticatingAuthorityImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AudienceRestrictionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AudienceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeStatementImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeQueryImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AssertionURIRefImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AssertionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AssertionIDRequestImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AssertionIDRefImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ArtifactResponseImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ArtifactResolveImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ArtifactImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AdviceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ActionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AbstractNameIDType.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectConfirmationDataImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
StatusDetailImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
AuthnContextDeclImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
SubjectConfirmationDataImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
StatusDetailImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AuthnContextDeclImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SubjectLocalityMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SubjectConfirmationMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SubjectConfirmationDataMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
StatusResponseTypeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
StatusCodeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ScopingMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
RequestedAuthnContextMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
RequestAbstractTypeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ProxyRestrictionMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
NameIDPolicyMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LogoutRequestMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
IDPEntryMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ConditionsMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
BaseIDMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthzDecisionStatementMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthzDecisionQueryMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnStatementMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnRequestMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnQueryMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnContextDeclMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AssertionMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ActionMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AbstractNameIDTypeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
StatusMessageMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SessionIndexMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
RequesterIDMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
NewIDMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
GetCompleteMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnContextDeclRefMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnContextDeclMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AuthnContextClassRefMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthenticatingAuthorityMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AudienceMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AssertionURIRefMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AssertionIDRefMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ArtifactMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ActionMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AbstractNameIDTypeMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SubjectLocalityUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SubjectConfirmationUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SubjectConfirmationDataUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
StatusResponseTypeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
StatusCodeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ScopingUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestedAuthnContextUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestAbstractTypeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ProxyRestrictionUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
NameIDPolicyUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
LogoutRequestUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
IDPEntryUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ConditionsUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
BaseIDUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthzDecisionStatementUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthzDecisionQueryUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthnStatementUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthnRequestUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthnQueryUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AuthnContextDeclUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AssertionUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ActionUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AbstractNameIDTypeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SubjectUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SubjectQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SubjectConfirmationUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SubjectConfirmationDataUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusResponseTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusDetailUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusCodeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ScopingUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ResponseUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestedAuthnContextUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestAbstractTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ProxyRestrictionUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
NameIDMappingResponseUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
NameIDMappingRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ManageNameIDRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
LogoutRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
IDPListUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EvidenceUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EncryptedElementTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ConditionsUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthzDecisionStatementUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthzDecisionQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthnStatementUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthnRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthnQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthnContextUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthnContextDeclUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AudienceRestrictionUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeStatementUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AssertionUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AssertionIDRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ArtifactResponseUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ArtifactResolveUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AdviceUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusMessageUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
SessionIndexUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
RequesterIDUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
NewIDUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
GetCompleteUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AuthnContextDeclUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AuthnContextDeclRefUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AuthnContextClassRefUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AuthenticatingAuthorityUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AudienceUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AssertionURIRefUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AssertionIDRefUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
ArtifactUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
ActionUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AbstractNameIDTypeUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RelayState
SAML 2.0 ECP RelayState SOAP header.
|
Modifier and Type | Class and Description |
---|---|
class |
RelayStateImpl
A concrete implementation of
RelayState . |
class |
RequestImpl
A concrete implementation of
Request . |
class |
ResponseImpl
A concrete implementation of
Response . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
ResponseImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RelayStateImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResponseMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RequestMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RelayStateMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
ResponseUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RelayStateUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdditionalMetadataLocation
SAML 2.0 Metadata AdditionalMetadataLocation
|
interface |
AffiliateMember
SAML 2.0 Metadata AffiliateMember
|
interface |
AffiliationDescriptor
SAML 2.0 Metadata AffiliationDescriptorType
|
interface |
ArtifactResolutionService
SAML 2.0 Metadata ArtifactResolutionService
|
interface |
AssertionConsumerService
SAML 2.0 Metadata AssertionConsumerService
|
interface |
AssertionIDRequestService
SAML 2.0 Metadata AssertionIDRequestService
|
interface |
AttributeAuthorityDescriptor
SAML 2.0 Metadata AttributeAuthorityDescriptor
|
interface |
AttributeConsumingService
SAML 2.0 Metadata AttributeAuthorityDescriptor
|
interface |
AttributeProfile
SAML 2.0 Metadata AttributeProfile
|
interface |
AttributeService
SAML 2.0 Metadata AttributeService
|
interface |
AuthnAuthorityDescriptor
SAML 2.0 Metadata AuthnAuthorityDescriptor
|
interface |
AuthnQueryService
SAML 2.0 Metadata AuthnQueryService
|
interface |
AuthzService
SAML 2.0 Metadata AuthzService
|
interface |
Company
SAML 2.0 Metadata Company
|
interface |
ContactPerson
SAML 2.0 Metadata ContactPerson
|
interface |
EmailAddress
SAML 2.0 Metadata EmailAddress
|
interface |
Endpoint
SAML 2.0 Metadata Endpoint data type interface
|
interface |
EntitiesDescriptor
SAML 2.0 Metadata EntitiesDescriptor.
|
interface |
EntityDescriptor
SAML 2.0 Metadata EntityDescriptor
|
interface |
GivenName
SAML 2.0 Metadata GivenName
|
interface |
IDPSSODescriptor
SAML 2.0 Metadata IDPSSODescriptorType
|
interface |
IndexedEndpoint
SAML 2.0 Metadata IndexedEndpoint.
|
interface |
KeyDescriptor |
interface |
ManageNameIDService
SAML 2.0 Metadata ManageNameIDService
|
interface |
NameIDFormat
SAML 2.0 Metadata NameIDFormat
|
interface |
NameIDMappingService
SAML 2.0 Metadata NameIDMappingService
|
interface |
Organization
SAML 2.0 Metadata Organization
|
interface |
OrganizationDisplayName
SAML 2.0 Metadata OrganizationDisplayName
|
interface |
OrganizationName
SAML 2.0 Metadata OrganizationName
|
interface |
OrganizationURL
SAML 2.0 Metadata OrganizationURL
|
interface |
PDPDescriptor
SAML 2.0 Metadata PDPDescriptor.
|
interface |
RequestedAttribute
SAML 2.0 Metadata RequestedAttribute
|
interface |
RoleDescriptor
SAML 2.0 Metadata RoleDescriptor.
|
interface |
ServiceDescription
SAML 2.0 Metadata ServiceDescription
|
interface |
ServiceName
SAML 2.0 Metadata ServiceName
|
interface |
SingleLogoutService
SAML 2.0 Metadata SingleLogoutService
|
interface |
SingleSignOnService
SAML 2.0 Metadata SingleSignOnService
|
interface |
SPSSODescriptor
SAML 2.0 Metadata SPSSODescriptorType
|
interface |
SSODescriptor
SAML 2.0 Metadata SSODescriptor
|
interface |
SurName
SAML 2.0 Metadata SurName
|
interface |
TelephoneNumber
SAML 2.0 Metadata TelephoneNumber
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
TelephoneNumberImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SurNameImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ServiceNameImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ServiceDescriptionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SSODescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SPSSODescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RoleDescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestedAttributeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
PDPDescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
OrganizationURLImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
OrganizationNameImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
OrganizationImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
OrganizationDisplayNameImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
NameIDFormatImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
KeyDescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
IDPSSODescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
GivenNameImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EntityDescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EntitiesDescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EndpointImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EmailAddressImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ContactPersonImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
CompanyImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthnAuthorityDescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeProfileImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeConsumingServiceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeAuthorityDescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AffiliationDescriptorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AffiliateMemberImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AdditionalMetadataLocationImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EndpointImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
EndpointImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServiceNameMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ServiceDescriptionMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SPSSODescriptorMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
RoleDescriptorMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
RequestedAttributeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
OrganizationURLMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
OrganizationNameMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
OrganizationMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
OrganizationDisplayNameMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
KeyDescriptorMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
void |
IndexedEndpointMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
IDPSSODescriptorMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
EntityDescriptorMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
EntitiesDescriptorMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
void |
EndpointMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ContactPersonMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AttributeConsumingServiceMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AffiliationDescriptorMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AdditionalMetadataLocationMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
TelephoneNumberMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SurNameMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ServiceNameMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ServiceDescriptionMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
OrganizationURLMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
OrganizationNameMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
OrganizationDisplayNameMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
NameIDFormatMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
GivenNameMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
EmailAddressMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
CompanyMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AttributeProfileMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AffiliateMemberMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AdditionalMetadataLocationMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ServiceNameUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ServiceDescriptionUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SPSSODescriptorUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RoleDescriptorUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestedAttributeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
OrganizationUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
OrganizationURLUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
OrganizationNameUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
OrganizationDisplayNameUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
KeyDescriptorUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
IndexedEndpointUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
IDPSSODescriptorUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EntityDescriptorUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EntitiesDescriptorUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EndpointUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ContactPersonUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributeConsumingServiceUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AffiliationDescriptorUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AdditionalMetadataLocationUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SSODescriptorUnmarshaller.processChildElement(XMLObject parentElement,
XMLObject childElement)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SPSSODescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RoleDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
PDPDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
OrganizationUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
KeyDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
IDPSSODescriptorUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EntityDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EntitiesDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EndpointUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ContactPersonUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthnAuthorityDescriptorUnmarshaller.processChildElement(XMLObject parentElement,
XMLObject childElement)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeConsumingServiceUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeAuthorityDescriptorUnmarshaller.processChildElement(XMLObject parentElement,
XMLObject childElement)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AffiliationDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
TelephoneNumberUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
SurNameUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
ServiceNameUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
ServiceDescriptionUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
OrganizationURLUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
OrganizationNameUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
OrganizationDisplayNameUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
NameIDFormatUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
GivenNameUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
EmailAddressUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
CompanyUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AttributeProfileUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AffiliateMemberUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AdditionalMetadataLocationUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Method and Description |
---|---|
protected XMLObject |
DOMMetadataProvider.doGetMetadata()
Gets the metadata currently held by the provider.
|
protected XMLObject |
AbstractReloadingMetadataProvider.doGetMetadata()
Gets the metadata currently held by the provider.
|
protected abstract XMLObject |
AbstractMetadataProvider.doGetMetadata()
Gets the metadata currently held by the provider.
|
XMLObject |
MetadataProvider.getMetadata()
Gets the valid metadata tree, after the registered filter has been applied.
|
XMLObject |
ChainingMetadataProvider.getMetadata()
Gets the metadata from every registered provider and places each within a newly created EntitiesDescriptor.
|
XMLObject |
AbstractMetadataProvider.getMetadata()
Gets the valid metadata tree, after the registered filter has been applied.
|
protected XMLObject |
AbstractReloadingMetadataProvider.unmarshallMetadata(byte[] metadataBytes)
Unmarshalls the given metadata bytes.
|
protected XMLObject |
AbstractMetadataProvider.unmarshallMetadata(InputStream metadataInput)
Unmarshalls the metadata from the given stream.
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureValidationFilter.doFilter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
SchemaValidationFilter.doFilter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
RequiredValidUntilFilter.doFilter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
MetadataFilterChain.doFilter(XMLObject xmlObject)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
MetadataFilter.doFilter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
void |
EntityRoleFilter.doFilter(XMLObject metadata)
Filters the given metadata, perhaps to remove elements that are not wanted.
|
protected void |
AbstractMetadataProvider.filterMetadata(XMLObject metadata)
Filters the given metadata.
|
protected EntityDescriptor |
AbstractMetadataProvider.getEntityDescriptorById(String entityID,
XMLObject metadata)
Gets the EntityDescriptor with the given ID from the cached metadata.
|
protected org.joda.time.DateTime |
RequiredValidUntilFilter.getValidUntil(XMLObject metadata)
Gets the validUntil time of the metadata, if present.
|
protected boolean |
AbstractMetadataProvider.isValid(XMLObject descriptor)
Returns whether the given descriptor is valid.
|
protected void |
FileBackedHTTPMetadataProvider.postProcessMetadata(byte[] metadataBytes,
Document metadataDom,
XMLObject metadata)
Post-processing hook called after new metadata has been unmarshalled, filtered, and the DOM released (from the
XMLObject ) but before the metadata is saved off. |
protected void |
AbstractReloadingMetadataProvider.postProcessMetadata(byte[] metadataBytes,
Document metadataDom,
XMLObject metadata)
Post-processing hook called after new metadata has been unmarshalled, filtered, and the DOM released (from the
XMLObject ) but before the metadata is saved off. |
protected void |
AbstractReloadingMetadataProvider.processNonExpiredMetadata(String metadataIdentifier,
org.joda.time.DateTime refreshStart,
byte[] metadataBytes,
XMLObject metadata)
Processes metadata that has been determined to be valid at the time it was fetched.
|
protected void |
AbstractReloadingMetadataProvider.processPreExpiredMetadata(String metadataIdentifier,
org.joda.time.DateTime refreshStart,
byte[] metadataBytes,
XMLObject metadata)
Processes metadata that has been determined to be invalid (usually because it's already expired) at the time it
was fetched.
|
protected void |
AbstractMetadataProvider.releaseMetadataDOM(XMLObject metadata)
Releases the DOM representation from the metadata object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiscoveryResponse
SAML Identity Provider Discovery Protocol DiscoveryResponse
|
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryResponseImpl
This plugs into the standard opensaml2 parser framework to allow us to get use
DiscoverResponse
elements in our extensions. |
Modifier and Type | Interface and Description |
---|---|
interface |
SourceID
SAML 1 Metadata extension SourceID
|
Modifier and Type | Class and Description |
---|---|
class |
SourceIDImpl |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
SourceIDImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SourceIDMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
SourceIDUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Delegate
SAML 2.0 Condition for Delegation Restriction - Delegate element.
|
interface |
DelegationRestrictionType
SAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateImpl
Implementation of
Delegate . |
class |
DelegationRestrictionTypeImpl
Implementation of
DelegationRestrictionType . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
DelegationRestrictionTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DelegateImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DelegateMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
DelegateUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
DelegationRestrictionTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
DelegateUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntityAttributes
SAML V2.0 Metadata Extension for Entity Attributes EntityAttributes SAML object.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityAttributesImpl
Concrete implementation of
EntityAttributes . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
EntityAttributesImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EntityAttributesUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionNamespace
SAML 2.0 Metadata extension ActionNamespace
|
interface |
AttributeQueryDescriptorType
SAML 2.0 Metadata extension AttributeQueryDescriptorType.
|
interface |
AuthnQueryDescriptorType
SAML 2.0 Metadata extension AuthnQueryDescriptorType.
|
interface |
AuthzDecisionQueryDescriptorType
SAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.
|
interface |
QueryDescriptorType
SAML 2.0 Metadata extension QueryDescriptorType.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionNamespaceImpl
Concrete implementation of
ActionNamespace . |
class |
AttributeQueryDescriptorTypeImpl
Concrete implementation of
AttributeQueryDescriptorType . |
class |
AuthnQueryDescriptorTypeImpl
Concrete implementation of
AuthnQueryDescriptorType . |
class |
AuthzDecisionQueryDescriptorTypeImpl
Concrete implementation of
AuthzDecisionQueryDescriptorType . |
class |
QueryDescriptorTypeImpl
Concrete implementation of
QueryDescriptorType . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
QueryDescriptorTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthzDecisionQueryDescriptorTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeQueryDescriptorTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ActionNamespaceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QueryDescriptorTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ActionNamespaceMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
QueryDescriptorTypeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
QueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthzDecisionQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ActionNamespaceUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Description
DisplayName.
|
interface |
DiscoHints
See IdP Discovery and Login UI Metadata Extension Profile.
|
interface |
DisplayName
DisplayName.
|
interface |
DomainHint
IPHint.
|
interface |
GeolocationHint
IPHint.
|
interface |
InformationURL
InformationURL.
|
interface |
IPHint
IPHint.
|
interface |
Keywords
DisplayName.
|
interface |
LocalizedName
LocalizedName.
|
interface |
LocalizedURI
LocalizedURI.
|
interface |
Logo
Localized logo type.
|
interface |
PrivacyStatementURL
PrivacyStatementURL.
|
interface |
UIInfo
See IdP Discovery and Login UI Metadata Extension Profile.
|
Modifier and Type | Class and Description |
---|---|
class |
DescriptionImpl
Concrete implementation of
Description . |
class |
DiscoHintsImpl
Concrete implementation of
DiscoHints . |
class |
DisplayNameImpl
Concrete implementation of
DisplayName . |
class |
DomainHintImpl
Concrete implementation of
DomainHint . |
class |
GeolocationHintImpl
Concrete implementation of
GeolocationHint . |
class |
InformationURLImpl
Concrete implementation of
InformationURL . |
class |
IPHintImpl
Concrete implementation of
IPHint . |
class |
KeywordsImpl
Concrete Implementation of
Keywords . |
class |
LocalizedNameImpl
Concrete implementation of
LocalizedName . |
class |
LocalizedURIImpl
Concrete implementation of
LocalizedURI . |
class |
LogoImpl
Concrete implementation of
Logo . |
class |
PrivacyStatementURLImpl
Concrete implementation of
PrivacyStatementURL . |
class |
UIInfoImpl
Concrete implementation of
UIInfo . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
UIInfoImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
LogoImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
LocalizedURIImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
LocalizedNameImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
KeywordsImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
IPHintImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
GeolocationHintImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DomainHintImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DiscoHintsImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LogoMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LocalizedURIMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LocalizedNameMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
KeywordsMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LogoMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LocalizedURIMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LocalizedNameMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
KeywordsMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
IPHintMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
GeolocationHintMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
DomainHintMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LogoUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
LocalizedURIUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
LocalizedNameUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
KeywordsUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
UIInfoUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
DiscoHintsUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
LogoUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
LocalizedURIUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
LocalizedNameUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
KeywordsUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
IPHintUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
GeolocationHintUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
DomainHintUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RespondTo
SAML 2.0 Protocol Third-party extension RespondTo
|
Modifier and Type | Class and Description |
---|---|
class |
RespondToImpl
Concerte implementation of
RespondTo . |
Modifier and Type | Method and Description |
---|---|
XMLObject |
MessageContext.getInboundMessage()
Gets the inbound message.
|
XMLObject |
BaseMessageContext.getInboundMessage()
Gets the inbound message.
|
XMLObject |
MessageContext.getOutboundMessage()
Gets the outbound message.
|
XMLObject |
BaseMessageContext.getOutboundMessage()
Gets the outbound message.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setInboundMessage(XMLObject message)
Sets the inbound message.
|
void |
BaseMessageContext.setInboundMessage(XMLObject message)
Sets the inbound message.
|
void |
MessageContext.setOutboundMessage(XMLObject message)
Sets the outbound message.
|
void |
BaseMessageContext.setOutboundMessage(XMLObject message)
Sets the outbound message.
|
Modifier and Type | Method and Description |
---|---|
protected XMLObject |
BaseMessageDecoder.unmarshallMessage(InputStream messageStream)
Helper method that deserializes and unmarshalls the message from the given stream.
|
Modifier and Type | Method and Description |
---|---|
protected Element |
BaseMessageEncoder.marshallMessage(XMLObject message)
Helper method that marshalls the given message.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPObject
Base interface for all SOAP objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtensibleSOAPObject
Abstract class implementating validation and element and attribute extensibility.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
AbstractExtensibleSOAPObject.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AbstractExtensibleSOAPObject.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
AbstractExtensibleSOAPObject.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Body
SOAP 1.1 Body.
|
interface |
Detail
SOAP 1.1 Detail.
|
interface |
Envelope
SOAP 1.1 Envelope.
|
interface |
Fault
SOAP 1.1 Fault.
|
interface |
FaultActor
SOAP 1.1 faultactor.
|
interface |
FaultCode
SOAP 1.1 faultcode.
|
interface |
FaultString
SOAP 1.1 faultstring.
|
interface |
Header
SOAP 1.1 Header.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyImpl
Concrete implemenation of
Body . |
class |
DetailImpl
Concrete implementation of
Detail . |
class |
EnvelopeImpl
Concrete implementation of
Envelope . |
class |
FaultActorImpl
Concrete implementation of
FaultActor . |
class |
FaultCodeImpl
Concrete implementation of
FaultCode . |
class |
FaultImpl
Concrete implemenation of
Fault . |
class |
FaultStringImpl
Concrete implemenation of
FaultString . |
class |
HeaderImpl
Concrete implementation of
Header . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
FaultImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EnvelopeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HeaderMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
FaultMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
EnvelopeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
DetailMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
BodyMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
HeaderMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
FaultMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
EnvelopeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
DetailMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
BodyMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
HeaderUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
FaultUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EnvelopeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
DetailUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
BodyUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
HeaderUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
FaultUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EnvelopeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
DetailUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
BodyUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
HeaderUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
FaultUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
EnvelopeUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
DetailUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
BodyUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Method and Description |
---|---|
static List<XMLObject> |
SOAPHelper.getInboundHeaderBlock(MessageContext msgContext,
QName headerName,
Set<String> targetNodes,
boolean isFinalDestination)
Get a header block from the SOAP envelope contained within the specified message context's
MessageContext.getInboundMessage() . |
static List<XMLObject> |
SOAPHelper.getOutboundHeaderBlock(MessageContext msgContext,
QName headerName,
Set<String> targetNodes,
boolean isFinalDestination)
Get a header block from the SOAP envelope contained within the specified message context's
MessageContext.getOutboundMessage() . |
static List<XMLObject> |
SOAPHelper.getSOAP11HeaderBlock(Envelope envelope,
QName headerName,
Set<String> targetNodes,
boolean isFinalDestination)
Get a header block from the SOAP 1.1 envelope.
|
Modifier and Type | Method and Description |
---|---|
static void |
SOAPHelper.addActorAttribute(XMLObject soapObject,
String actorURI)
Deprecated.
|
static void |
SOAPHelper.addEncodingStyle(XMLObject soapObject,
String encodingStyle)
Deprecated.
use instead
SOAPHelper.addSOAP11EncodingStyle(XMLObject, String) . |
static void |
SOAPHelper.addEncodingStyles(XMLObject soapObject,
List<String> encodingStyles)
Deprecated.
use instead
SOAPHelper.addSOAP11EncodingStyles(XMLObject, List) . |
static void |
SOAPHelper.addHeaderBlock(MessageContext messageContext,
XMLObject headerBlock)
Add a header block to the SOAP envelope contained within the specified message context's
MessageContext.getOutboundMessage() . |
static void |
SOAPHelper.addMustUnderstandAttribute(XMLObject soapObject,
boolean mustUnderstand)
Deprecated.
|
static void |
SOAPHelper.addSOAP11ActorAttribute(XMLObject soapObject,
String actorURI)
Adds a
soap11:actor attribute to the given SOAP object. |
static void |
SOAPHelper.addSOAP11EncodingStyle(XMLObject soapObject,
String encodingStyle)
Adds a single encoding style to the given SOAP object.
|
static void |
SOAPHelper.addSOAP11EncodingStyles(XMLObject soapObject,
List<String> encodingStyles)
Adds a
soap11:encodingStyle attribute to the given SOAP object. |
static void |
SOAPHelper.addSOAP11HeaderBlock(Envelope envelope,
XMLObject headerBlock)
Add a header to the SOAP 1.1 Envelope.
|
static void |
SOAPHelper.addSOAP11MustUnderstandAttribute(XMLObject soapObject,
boolean mustUnderstand)
Adds a
soap11:mustUnderstand attribute to the given SOAP object. |
static void |
SOAPHelper.addSOAP12EncodingStyleAttribute(XMLObject soapObject,
String style)
Adds the
soap12:encodingStyle attribute to the given soap object. |
static void |
SOAPHelper.addSOAP12MustUnderstandAttribute(XMLObject soapObject,
boolean mustUnderstand)
Adds a
soap12:mustUnderstand attribute to the given SOAP object. |
static void |
SOAPHelper.addSOAP12RelayAttribute(XMLObject soapObject,
boolean relay)
Adds a
soap12:relay attribute to the given SOAP object. |
static void |
SOAPHelper.addSOAP12RoleAttribute(XMLObject soapObject,
String role)
Adds the
soap12:role attribute to the given soap object. |
static String |
SOAPHelper.getSOAP11ActorAttribute(XMLObject soapObject)
Gets the
soap11:actor attribute from a given SOAP object. |
static List<String> |
SOAPHelper.getSOAP11EncodingStyles(XMLObject soapObject)
Gets the list value of the
soap11:encodingStyle attribute from the given SOAP object. |
static boolean |
SOAPHelper.getSOAP11MustUnderstandAttribute(XMLObject soapObject)
Get the
soap11:mustUnderstand attribute from a given SOAP object. |
static String |
SOAPHelper.getSOAP12EncodingStyleAttribute(XMLObject soapObject)
Gets the
soap12:encodingStyle . |
static boolean |
SOAPHelper.getSOAP12MustUnderstandAttribute(XMLObject soapObject)
Get the
soap12:mustUnderstand attribute from a given SOAP object. |
static boolean |
SOAPHelper.getSOAP12RelayAttribute(XMLObject soapObject)
Get the
soap12:relay attribute from a given SOAP object. |
static String |
SOAPHelper.getSOAP12RoleAttribute(XMLObject soapObject)
Gets the
soap12:role . |
static boolean |
SOAPHelper.isSOAP11HeaderTargetedToNode(XMLObject header,
Set<String> nodeActors,
boolean isFinalDestination)
Evaluate whether the specified header block is targeted to a SOAP 1.1 node given the specified
parameters.
|
Modifier and Type | Method and Description |
---|---|
static Fault |
SOAPHelper.buildSOAP11Fault(QName faultCode,
String faultString,
String faultActor,
List<XMLObject> detailChildren,
Map<QName,String> detailAttributes)
Build a SOAP 1.1.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Action
The <wsa:Action> element.
|
interface |
Address
The <wsa:Address> element.
|
interface |
AttributedQName
Interface for type <wsa:AttributedQName>.
|
interface |
AttributedUnsignedLong
Interface for type <wsa:AttributedUnsignedLongType>.
|
interface |
EndpointReference
The <wsa:EndpointReference> element.
|
interface |
EndpointReferenceType
Interface for element of type
EndpointReferenceType . |
interface |
FaultTo
The <wsa:FaultTo> element.
|
interface |
From
The <wsa:From> element.
|
interface |
MessageID
The <wsa:MessageID> element.
|
interface |
Metadata
The optional <wsa:Metadata> element.
|
interface |
ProblemAction
Interface for element <wsa:ProblemAction>.
|
interface |
ProblemHeaderQName
Interface for element <wsa:ProblemHeaderQName>.
|
interface |
ProblemIRI
The <wsa:ProblemIRI> element.
|
interface |
ReferenceParameters
The optional <wsa:ReferenceParameters> element.
|
interface |
RelatesTo
Interface for element <wsa:RelatesTo>.
|
interface |
ReplyTo
The <wsa:ReplyTo> element.
|
interface |
RetryAfter
Interface for element <wsa:RetryAfter>.
|
interface |
SoapAction
Interface for element of type <wsa:SoapAction>.
|
interface |
To
The <wsa:To> element.
|
interface |
WSAddressingObject
Abstract WS-Addressing object interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWSAddressingObject
AbstractWSAddressingObject.
|
class |
AttributedQNameImpl
Implementation of
AttributedQName . |
class |
AttributedUnsignedLongImpl
Implementation of
AttributedUnsignedLong . |
class |
EndpointReferenceImpl
Concrete implementation of element
EndpointReference . |
class |
EndpointReferenceTypeImpl
Abstract implementation of the element of type
EndpointReferenceType . |
class |
FaultToImpl
Concrete implementation of element
FaultTo . |
class |
FromImpl
Concrete implementation of element
From . |
class |
MessageIDImpl
Concrete implementation for the
MessageID element. |
class |
MetadataImpl
MetadataImpl.
|
class |
ProblemActionImpl
Implementation of
ProblemAction . |
class |
ProblemHeaderQNameImpl
Concrete implementation for the
ProblemHeaderQName element. |
class |
ProblemIRIImpl
ProblemIRIImpl is the concrete implementation of
ProblemIRI . |
class |
ReferenceParametersImpl
ReferenceParametersImpl.
|
class |
RelatesToImpl
Implementation of
RelatesTo . |
class |
ReplyToImpl
Concrete implementation of element
ReplyTo . |
class |
RetryAfterImpl
Implementation of
RetryAfter . |
class |
SoapActionImpl
Implementation of
SoapAction . |
class |
ToImpl
Concrete implementation for the
To element. |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
ReferenceParametersImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ProblemActionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
MetadataImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EndpointReferenceTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AbstractWSAddressingObject.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ReferenceParametersImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
MetadataImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
EndpointReferenceTypeImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
ReferenceParametersImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
MetadataImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
EndpointReferenceTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RelatesToMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
ReferenceParametersMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
ProblemActionMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
MetadataMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
EndpointReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AttributedUnsignedLongMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AttributedURIMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AttributedQNameMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AbstractWSAddressingObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AttributedUnsignedLongMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AttributedURIMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AbstractWSAddressingObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
RelatesToUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ReferenceParametersUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ProblemActionUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
MetadataUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EndpointReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributedUnsignedLongUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributedURIUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributedQNameUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AbstractWSAddressingObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ReferenceParametersUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ProblemActionUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
MetadataUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EndpointReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AbstractWSAddressingObjectUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributedUnsignedLongUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AttributedURIUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AbstractWSAddressingObjectUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Method and Description |
---|---|
static void |
WSAddressingHelper.addWSAIsReferenceParameter(XMLObject soapObject,
boolean isReferenceParameter)
Adds a
wsa:IsReferenceParameter attribute to the given SOAP object. |
static boolean |
WSAddressingHelper.getWSAIsReferenceParameter(XMLObject soapObject)
Get the
wsa:IsReferenceParameter attribute from a given SOAP object. |
Modifier and Type | Interface and Description |
---|---|
interface |
EndPointReference
This interface defines how the object representing a WS End Point Reference
EndPointReference element
behaves. |
interface |
RequestedSecurityToken
This interface defines how the object representing a Requested Security Token
RequestedSecurityToken
element behaves. |
interface |
WSFedObject
Marker interface for WS-Federation
XMLObject s. |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
RequestedSecurityToken.getSecurityTokens()
Return the list security tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressImpl
Implementation of the
Address object. |
class |
AppliesToImpl
Implementation of the
AppliesTo Object. |
class |
EndPointReferenceImpl
Implementation of the
EndPointReference object. |
class |
RequestedSecurityTokenImpl
Implementation of the
RequestedSecurityToken object. |
class |
RequestSecurityTokenResponseImpl
Implementation of the
RequestSecurityTokenResponse object. |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
RequestedSecurityTokenImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestSecurityTokenResponseImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EndPointReferenceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AppliesToImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AddressImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestedSecurityTokenImpl.getSecurityTokens()
Return the list security tokens.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RequestedSecurityTokenMarshaller.marshallAttributes(XMLObject fedObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
RequestSecurityTokenResponseMarshaller.marshallAttributes(XMLObject fedObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
EndPointReferenceMarshaller.marshallAttributes(XMLObject fedObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AppliesToMarshaller.marshallAttributes(XMLObject fedObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AddressMarshaller.marshallAttributes(XMLObject fedObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
RequestedSecurityTokenMarshaller.marshallElementContent(XMLObject fedObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
RequestSecurityTokenResponseMarshaller.marshallElementContent(XMLObject fedObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
EndPointReferenceMarshaller.marshallElementContent(XMLObject fedObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AppliesToMarshaller.marshallElementContent(XMLObject fedObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AddressMarshaller.marshallElementContent(XMLObject fedObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
RequestedSecurityTokenUnmarshaller.processAttribute(XMLObject fedObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestSecurityTokenResponseUnmarshaller.processAttribute(XMLObject fedObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EndPointReferenceUnmarshaller.processAttribute(XMLObject fedObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AppliesToUnmarshaller.processAttribute(XMLObject fedObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AddressUnmarshaller.processAttribute(XMLObject fedObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestedSecurityTokenUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestSecurityTokenResponseUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EndPointReferenceUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AppliesToUnmarshaller.processChildElement(XMLObject parentFedObject,
XMLObject childFedObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AddressUnmarshaller.processChildElement(XMLObject fedObject,
XMLObject child)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestedSecurityTokenUnmarshaller.processElementContent(XMLObject fedObject,
String content)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
RequestSecurityTokenResponseUnmarshaller.processElementContent(XMLObject fedObject,
String content)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
EndPointReferenceUnmarshaller.processElementContent(XMLObject fedObject,
String content)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AppliesToUnmarshaller.processElementContent(XMLObject fedObject,
String content)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AddressUnmarshaller.processElementContent(XMLObject fedObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
All
The wsp:All element.
|
interface |
AppliesTo
The wsp:AppliesTo element.
|
interface |
ExactlyOne
The wsp:ExactlyOne element.
|
interface |
OperatorContentType
The OperatorContentType complex type.
|
interface |
Policy
The wsp:Policy element.
|
interface |
PolicyAttachment
The wsp:PolicyAttachment element.
|
interface |
PolicyReference
The wsp:PolicyReference element.
|
interface |
WSPolicyObject
WSPolicyObject is the base interface for all WS-Policy elements.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
OperatorContentType.getXMLObjects()
Get the complete modifiable list of XMLObject children.
|
List<XMLObject> |
OperatorContentType.getXMLObjects(QName typeOrName)
Get the modifiable sublist of XMLObject children which match the specified
type or element name.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWSPolicyObject
AbstractWSSecurityObject.
|
class |
AllImpl
AllImpl.
|
class |
ExactlyOneImpl
ExactlyOneImpl.
|
class |
OperatorContentTypeImpl
OperatorContentTypeImpl.
|
class |
PolicyAttachmentImpl
PolicyAttachmentImpl.
|
class |
PolicyImpl
PolicyImpl.
|
class |
PolicyReferenceImpl
PolicyReferenceImpl.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
PolicyReferenceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
PolicyAttachmentImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
OperatorContentTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AppliesToImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
PolicyAttachmentImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
AppliesToImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
PolicyAttachmentImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AppliesToImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
OperatorContentTypeImpl.getXMLObjects()
Get the complete modifiable list of XMLObject children.
|
List<XMLObject> |
OperatorContentTypeImpl.getXMLObjects(QName typeOrName)
Get the modifiable sublist of XMLObject children which match the specified
type or element name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PolicyReferenceMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
PolicyMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
PolicyAttachmentMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AppliesToMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AbstractWSPolicyObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AbstractWSPolicyObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
PolicyUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
PolicyReferenceUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
PolicyAttachmentUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AppliesToUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AbstractWSPolicyObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
PolicyAttachmentUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
OperatorContentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AppliesToUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AbstractWSPolicyObjectUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AbstractWSPolicyObjectUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributedDateTime
Interface for elements of complex type AttributedDateTime.
|
interface |
AttributedString
Interface for elements of complex type AttributedString.
|
interface |
AttributedURI
Interface for elements of complex type AttributedURI.
|
interface |
BinarySecurityToken
The <wsse:BinarySecurityToken> element.
|
interface |
Created
The <wsu:Created> element.
|
interface |
Embedded
the <wsse:Embedded> element.
|
interface |
EncodedString
Interface for elements of complex type EncodedString.
|
interface |
EncryptedHeader
The <wsse:EncryptedHeader> element.
|
interface |
Expires
The <wsu:Expires> element.
|
interface |
Iteration
The <wsse11:Iteration> element within a <wsse:UsernameToken>
element.
|
interface |
KeyIdentifier
The <wsse:KeyIdentifier> element.
|
interface |
Nonce
The <wsse:Nonce> element within a <wsse:UsernameToken> element.
|
interface |
Password
The
Password element. |
interface |
Reference
The <wsse:Reference> empty element.
|
interface |
Salt
The <wsse11:Salt> element within the <wsse:UsernameToken>
element.
|
interface |
Security
The <wsse:Security> header block.
|
interface |
SecurityTokenReference
The <wsse:SecurityTokenReference> element.
|
interface |
SignatureConfirmation
The <wsse11:SignatureConfirmation> element.
|
interface |
Timestamp
The <wsu:Timestamp> element.
|
interface |
TransformationParameters
The <wsse:TransformationParameters> element.
|
interface |
Username
The <wsse:Username> element within the <wsse:UsernameToken>
element.
|
interface |
UsernameToken
The <wsse:UsernameToken> element.
|
interface |
WSSecurityObject
WSSecurityObject is the base interface for all the WS-Security elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWSSecurityObject
AbstractWSSecurityObject
|
class |
AttributedDataTimeImpl
Deprecated.
replacement
AttributedDateTimeImpl . |
class |
AttributedDateTimeImpl
Implementation of
AttributedDateTime . |
class |
AttributedStringImpl
Implementation of
AttributedString . |
class |
AttributedURIImpl
Implementation of
AttributedURI . |
class |
BinarySecurityTokenImpl
BinarySecurityTokenImpl.
|
class |
CreatedImpl
CreatedImpl.
|
class |
EmbeddedImpl
EmbeddedImpl is the concrete implementation of
Embedded . |
class |
EncodedStringImpl
Implementation of
EncodedString . |
class |
EncryptedHeaderImpl
Implementation of
EncryptedHeader . |
class |
ExpiresImpl
ExpiresImpl.
|
class |
IterationImpl
IterationImpl.
|
class |
KeyIdentifierImpl
KeyIdentifierImpl.
|
class |
NonceImpl
NonceImpl.
|
class |
PasswordImpl
PasswordImpl.
|
class |
ReferenceImpl
ReferenceImpl.
|
class |
SaltImpl
SaltImpl.
|
class |
SecurityImpl
SecurityImpl implements the <wsse:Security> header.
|
class |
SecurityTokenReferenceImpl
SecurityTokenReferenceImpl.
|
class |
SignatureConfirmationImpl
SignatureConfirmationImpl.
|
class |
TimestampImpl
Concrete implementation of
Timestamp . |
class |
TransformationParametersImpl
TransformationParametersImpl implements the <wsse:TransformationParameters> element.
|
class |
UsernameImpl
Implementation of
Username . |
class |
UsernameTokenImpl
Implementation of
UsernameToken . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
UsernameTokenImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
TransformationParametersImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
TimestampImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SecurityTokenReferenceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SecurityImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EncryptedHeaderImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EmbeddedImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AbstractWSSecurityObject.getOrderedChildren() |
List<XMLObject> |
UsernameTokenImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
TransformationParametersImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
TimestampImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
SecurityTokenReferenceImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
SecurityImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
EmbeddedImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
UsernameTokenImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
TransformationParametersImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
TimestampImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
SecurityTokenReferenceImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
SecurityImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
EmbeddedImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UsernameTokenMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
TransformationParametersMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
TimestampMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
SignatureConfirmationMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
SecurityTokenReferenceMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
SecurityMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
ReferenceMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
PasswordMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
KeyIdentifierMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
EncryptedHeaderMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
EncodedStringMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
EmbeddedMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
BinarySecurityTokenMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AttributedURIMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AttributedStringMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AttributedDateTimeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AbstractWSSecurityObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement) |
protected void |
SaltMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
IterationMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AttributedURIMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AttributedStringMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AttributedDateTimeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AbstractWSSecurityObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement) |
protected void |
UsernameTokenUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
TransformationParametersUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
TimestampUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SignatureConfirmationUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SecurityUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SecurityTokenReferenceUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ReferenceUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
PasswordUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
KeyIdentifierUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EncryptedHeaderUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EncodedStringUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EmbeddedUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
BinarySecurityTokenUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributedURIUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributedStringUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributedDateTimeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AbstractWSSecurityObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute) |
protected void |
UsernameTokenUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
TransformationParametersUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
TimestampUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SecurityUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SecurityTokenReferenceUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EncryptedHeaderUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EmbeddedUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AbstractWSSecurityObjectUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject) |
protected void |
SaltUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
IterationUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AttributedURIUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AttributedStringUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AttributedDateTimeUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AbstractWSSecurityObjectUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent) |
Modifier and Type | Method and Description |
---|---|
static void |
WSSecurityHelper.addWSSE11TokenType(XMLObject soapObject,
String tokenType)
Adds a
wsse11:TokenType attribute to the given SOAP object. |
static void |
WSSecurityHelper.addWSSEUsage(XMLObject soapObject,
String usage)
Adds a single
wsse:Usage value to the given SOAP object. |
static void |
WSSecurityHelper.addWSSEUsages(XMLObject soapObject,
List<String> usages)
Adds a
wsse:Usage attribute to the given SOAP object. |
static void |
WSSecurityHelper.addWSUId(XMLObject soapObject,
String id)
Adds a
wsu:Id attribute to the given SOAP object. |
static String |
WSSecurityHelper.getWSSE11TokenType(XMLObject soapObject)
Gets the
wsse11:TokenType attribute from a given SOAP object. |
static List<String> |
WSSecurityHelper.getWSSEUsages(XMLObject soapObject)
Gets the list value of the
wsse:Usage attribute from the given SOAP object. |
static String |
WSSecurityHelper.getWSUId(XMLObject soapObject)
Gets the
wsu:Id attribute from a given SOAP object. |
Modifier and Type | Interface and Description |
---|---|
interface |
AllowPostdating
The wst:AllowPostdating element.
|
interface |
AuthenticationType
The wst:AuthenticationType element.
|
interface |
Authenticator
The wst:Authenticator element.
|
interface |
BinaryExchange
The wst:BinaryExchange element.
|
interface |
BinarySecret
The wst:BinarySecret element.
|
interface |
CancelTarget
The wst:CancelTarget element.
|
interface |
CanonicalizationAlgorithm
The wst:CanonicalizationAlgorithm element.
|
interface |
Challenge
The wst:Challenge element.
|
interface |
Claims
The wst:Claims element.
|
interface |
Code
The wst:Code element within a wst:Status element.
|
interface |
CombinedHash
The wst:CombinedHash element.
|
interface |
ComputedKey
The wst:ComputedKey element.
|
interface |
ComputedKeyAlgorithm
The wst:ComputedKeyAlgorithm element.
|
interface |
Delegatable
The wst:Delegatable element.
|
interface |
DelegateTo
The wst:DelegateTo element.
|
interface |
Encryption
The wst:Encryption element.
|
interface |
EncryptionAlgorithm
The wst:EncryptionAlgorithm element.
|
interface |
EncryptWith
The wst:EncryptWith element.
|
interface |
Entropy
The wst:Entropy element.
|
interface |
Forwardable
The wst:Forwardable element.
|
interface |
IssuedTokens
The wst:IssuedTokens element.
|
interface |
Issuer
The wst:Issuer element.
|
interface |
KeyExchangeToken
The wst:KeyExchangeToken element.
|
interface |
KeySize
The wst:KeySize element.
|
interface |
KeyType
The wst:KeyType element.
|
interface |
KeyWrapAlgorithm
The wst:KeyWrapAlgorithm element.
|
interface |
Lifetime
The wst:Lifetime element.
|
interface |
OnBehalfOf
The wst:OnBehalfOf element.
|
interface |
Participant
The wst:Participant element.
|
interface |
Participants
The wst:Participants element.
|
interface |
ParticipantType
Interface ParticipantType complex type.
|
interface |
Primary
The wst:Primary element.
|
interface |
ProofEncryption
The wst:ProofEncryption element.
|
interface |
Reason
The <wst:Reason> child element of a <wst:Status> element.
|
interface |
Renewing
The wst:Renewing element.
|
interface |
RenewTarget
The wst:RenewTarget element.
|
interface |
RequestedAttachedReference
The wst:RequestedAttachedReference element.
|
interface |
RequestedProofToken
The wst:RequestedProofToken element.
|
interface |
RequestedReferenceType
Interface for RequestedReferenceType complex type.
|
interface |
RequestedTokenCancelled
The wst:RequestedTokenCancelled element.
|
interface |
RequestedUnattachedReference
The wst:RequestedUnattachedReference element.
|
interface |
RequestKET
The wst:RequestKET element.
|
interface |
RequestSecurityToken
The wst:RequestSecurityToken element.
|
interface |
RequestSecurityTokenCollection
The wst:RequestSecurityTokenCollection element.
|
interface |
RequestSecurityTokenResponse
The wst:RequestSecurityTokenResponse element.
|
interface |
RequestSecurityTokenResponseCollection
The wst:RequestSecurityTokenResponseCollection element.
|
interface |
RequestType
The wst:RequestType element.
|
interface |
SignatureAlgorithm
The wst:SignatureAlgorithm element.
|
interface |
SignChallenge
The wst:SignChallenge element.
|
interface |
SignChallengeResponse
The wst:SignChallengeResponse element.
|
interface |
SignChallengeType
SignChallengeType complex type.
|
interface |
SignWith
The wst:SignWith element.
|
interface |
Status
The wst:Status element.
|
interface |
TokenType
The wst:TokenType element.
|
interface |
UseKey
The wst:UseKey element.
|
interface |
ValidateTarget
The wst:ValidateTarget element.
|
interface |
WSTrustObject
WSTrustObject is the base interface for all the WS-Trust elements.
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
ValidateTarget.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
UseKey.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
RequestedSecurityToken.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
RequestedProofToken.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
RenewTarget.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
ProofEncryption.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
ParticipantType.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
OnBehalfOf.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
Encryption.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
DelegateTo.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
CancelTarget.getUnknownXMLObject()
Get the unknown child element.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidateTarget.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
UseKey.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
RequestedSecurityToken.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
RequestedProofToken.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
RenewTarget.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
ProofEncryption.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
ParticipantType.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
OnBehalfOf.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
Encryption.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
DelegateTo.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
CancelTarget.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWSTrustObject
AbstractWSTrustObject.
|
class |
AllowPostdatingImpl
AllowPostdatingImpl.
|
class |
AuthenticationTypeImpl
AddressImpl.
|
class |
AuthenticatorImpl
AuthenticatorImpl.
|
class |
BinaryExchangeImpl
BinaryExchangeImpl.
|
class |
BinarySecretImpl
BinarySecretImpl.
|
class |
CancelTargetImpl
CancelTargetImpl.
|
class |
CanonicalizationAlgorithmImpl
CanonicalizationAlgorithmImpl.
|
class |
ChallengeImpl
ChallengeImpl.
|
class |
ClaimsImpl
ClaimsImpl.
|
class |
CodeImpl
CodeImpl.
|
class |
CombinedHashImpl
CombinedHashImpl.
|
class |
ComputedKeyAlgorithmImpl
ComputedKeyAlgorithmImpl.
|
class |
ComputedKeyImpl
ComputedKeyImpl.
|
class |
DelegatableImpl
DelegatableImpl.
|
class |
DelegateToImpl
DelegateToImpl.
|
class |
EncryptionAlgorithmImpl
EncryptionAlgorithmImpl.
|
class |
EncryptionImpl
EncryptionImpl.
|
class |
EncryptWithImpl
EncryptWithImpl.
|
class |
EntropyImpl
EntropyImpl.
|
class |
ForwardableImpl
ForwardableImpl.
|
class |
IssuedTokensImpl
IssuedTokensImpl.
|
class |
KeyExchangeTokenImpl
KeyExchangeTokenImpl.
|
class |
KeySizeImpl
KeySizeImpl.
|
class |
KeyTypeImpl
KeyTypeImpl.
|
class |
KeyWrapAlgorithmImpl
KeyWrapAlgorithmImpl.
|
class |
LifetimeImpl
LifetimeImpl.
|
class |
OnBehalfOfImpl
OnBehalfOfImpl.
|
class |
ParticipantImpl
ParticipantImpl.
|
class |
ParticipantsImpl
ParticipantsImpl.
|
class |
ParticipantTypeImpl
ParticipantTypeImpl.
|
class |
PrimaryImpl
PrimaryImpl.
|
class |
ProofEncryptionImpl
ProofEncryptionImpl.
|
class |
ReasonImpl
ReasonImpl.
|
class |
RenewingImpl
RenewingImpl.
|
class |
RenewTargetImpl
RenewTargetImpl.
|
class |
RequestedAttachedReferenceImpl
RequestedAttachedReferenceImpl.
|
class |
RequestedProofTokenImpl
RequestedProofTokenImpl.
|
class |
RequestedReferenceTypeImpl
RequestedReferenceTypeImpl.
|
class |
RequestedTokenCancelledImpl
RequestedTokenCancelledImpl.
|
class |
RequestedUnattachedReferenceImpl
RequestedUnattachedReferenceImpl.
|
class |
RequestKETImpl
RequestKETImpl.
|
class |
RequestSecurityTokenCollectionImpl
RequestSecurityTokenCollectionImpl.
|
class |
RequestSecurityTokenImpl
RequestSecurityTokenImpl.
|
class |
RequestSecurityTokenResponseCollectionImpl
RequestSecurityTokenResponseCollectionImpl.
|
class |
SignatureAlgorithmImpl
SignatureAlgorithmImpl.
|
class |
SignChallengeImpl
SignChallengeImpl.
|
class |
SignChallengeResponseImpl
SignChallengeImpl.
|
class |
SignChallengeTypeImpl
SignChallengeTypeImpl.
|
class |
SignWithImpl
SignWithImpl.
|
class |
TokenTypeImpl
TokenTypeImpl.
|
class |
UseKeyImpl
UseKeyImpl.
|
class |
ValidateTargetImpl
ValidateTargetImpl.
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
ValidateTargetImpl.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
UseKeyImpl.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
RequestedSecurityTokenImpl.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
RequestedProofTokenImpl.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
RenewTargetImpl.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
ProofEncryptionImpl.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
ParticipantTypeImpl.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
OnBehalfOfImpl.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
EncryptionImpl.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
DelegateToImpl.getUnknownXMLObject()
Get the unknown child element.
|
XMLObject |
CancelTargetImpl.getUnknownXMLObject()
Get the unknown child element.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
ValidateTargetImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
UseKeyImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SignChallengeTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestedTokenCancelledImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestedSecurityTokenImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestedReferenceTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestedProofTokenImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestSecurityTokenResponseImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestSecurityTokenResponseCollectionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestSecurityTokenImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestSecurityTokenCollectionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestKETImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RenewingImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RenewTargetImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ProofEncryptionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ParticipantsImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ParticipantTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
OnBehalfOfImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
LifetimeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
KeyExchangeTokenImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ForwardableImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EntropyImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EncryptionImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DelegateToImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DelegatableImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ClaimsImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
CancelTargetImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
BinarySecretImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AuthenticatorImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AllowPostdatingImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SignChallengeTypeImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
RequestSecurityTokenResponseImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
RequestSecurityTokenImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
ParticipantsImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
KeyExchangeTokenImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
EntropyImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
ClaimsImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
AuthenticatorImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
SignChallengeTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
RequestSecurityTokenResponseImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
RequestSecurityTokenImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
ParticipantsImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
KeyExchangeTokenImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
EntropyImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
ClaimsImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AuthenticatorImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UseKeyMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
SignChallengeTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
RequestSecurityTokenResponseMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
RequestSecurityTokenResponseCollectionMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
RequestSecurityTokenMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
RenewingMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
EntropyMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
ClaimsMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
BinarySecretMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
BinaryExchangeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AbstractWSTrustObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
ForwardableMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
DelegatableMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AbstractWSTrustObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
UseKeyUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SignChallengeTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestSecurityTokenUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestSecurityTokenResponseUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestSecurityTokenResponseCollectionUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RenewingUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EntropyUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ClaimsUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
BinarySecretUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
BinaryExchangeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AbstractWSTrustObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ValidateTargetUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
UseKeyUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SignChallengeTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestedSecurityTokenUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestedReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestedProofTokenUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestSecurityTokenUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestSecurityTokenResponseUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestSecurityTokenResponseCollectionUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestSecurityTokenCollectionUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RenewTargetUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ProofEncryptionUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ParticipantsUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ParticipantTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
OnBehalfOfUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
LifetimeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
KeyExchangeTokenUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EntropyUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EncryptionUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
DelegateToUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ClaimsUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
CancelTargetUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AuthenticatorUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AbstractWSTrustObjectUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ForwardableUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
DelegatableUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AbstractWSTrustObjectUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
void |
ValidateTargetImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
UseKeyImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
RequestedSecurityTokenImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
RequestedProofTokenImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
RenewTargetImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
ProofEncryptionImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
ParticipantTypeImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
OnBehalfOfImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
EncryptionImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
DelegateToImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
void |
CancelTargetImpl.setUnknownXMLObject(XMLObject unknownObject)
Set the unknown child element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XACMLObject
Base interface for XACML objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeType
XACML context Attribute schema type.
|
interface |
DecisionType
XACML context Decision schema type.
|
interface |
MissingAttributeDetailType
XACML context MissingAttributeDetail schema type.
|
interface |
ResourceContentType
XACML context ResourceContent schema type.
|
interface |
ResponseType
XACML context Response schema type.
|
interface |
ResultType
XACML context Result schema type.
|
interface |
StatusCodeType
XACML context StatusCode schema type.
|
interface |
StatusDetailType
XACML context StatusDetail schema type.
|
interface |
StatusMessageType
XACML context StatusMessage schema type.
|
interface |
StatusType
XACML context Status schema type.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeTypeImpl
Concrete implementation of
AttributeType . |
class |
DecisionTypeImpl
Concrete implementation of
DecisionType . |
class |
MissingAttributeDetailTypeImpl
Concrete implementation of
MissingAttributeDetailType . |
class |
RequestTypeImpl
Concrete implementation of
RequestType . |
class |
ResourceContentTypeImpl
Concrete implementation of
ResourceContentType . |
class |
ResponseTypeImpl
Concrete implementation of
ResourceType . |
class |
ResultTypeImpl
Concrete implementation of
ResultType . |
class |
StatusCodeTypeImpl
Concrete implementation of
StatusCodeType . |
class |
StatusDetailTypeImpl
Concrete implementation of
StatusCodeType . |
class |
StatusMessageTypeImpl
Implementation of
StatusMessageType . |
class |
StatusTypeImpl
Concrete implementation of
StatusType . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
SubjectTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusMessageTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusDetailTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusCodeTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ResultTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ResponseTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ResourceTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ResourceContentTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RequestTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
MissingAttributeDetailTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EnvironmentTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DecisionTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeValueTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ActionTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
StatusDetailTypeImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
ResourceContentTypeImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
AttributeValueTypeImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
StatusDetailTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
ResourceContentTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AttributeValueTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SubjectTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
StatusCodeTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ResultTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ResourceContentTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
MissingAttributeDetailTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeValueTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
StatusMessageTypeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ResourceContentTypeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
DecisionTypeMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AttributeValueTypeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
SubjectTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
StatusCodeTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ResultTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ResourceContentTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
MissingAttributeDetailTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributeValueTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributeTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SubjectTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusDetailTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusCodeTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ResultTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ResponseTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ResourceTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ResourceContentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RequestTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
MissingAttributeDetailTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EnvironmentTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeValueTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ActionTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
StatusMessageTypeUnmarshaller.processElementContent(XMLObject xmlObject,
String content)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
ResourceContentTypeUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
DecisionTypeUnmarshaller.processElementContent(XMLObject samlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AttributeValueTypeUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXACMLObject
An abstract implementation of XACMLObject.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractXACMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AbstractXACMLObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AbstractXACMLObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AbstractXACMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AbstractXACMLObjectUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionMatchType
XACML ActionMatch schema type.
|
interface |
ActionsType
XACML Actions schema type.
|
interface |
ActionType
XACML Action schema type.
|
interface |
ApplyType
XACML Apply schema type.
|
interface |
AttributeAssignmentType
XACML AttributeAssignment schema type.
|
interface |
AttributeDesignatorType
XACML AttribtueDesignator schema type.
|
interface |
AttributeSelectorType
XACML AttributeSelector schema type.
|
interface |
AttributeValueType
XACML AttributeValue schema type.
|
interface |
CombinerParametersType
XACML CombinerParameters schema type.
|
interface |
CombinerParameterType
XACML CombinerParameter schema type.
|
interface |
ConditionType
XACML Condition schema type.
|
interface |
DefaultsType
XACML Defaults schema type.
|
interface |
DescriptionType
XACML Description schema type.
|
interface |
EnvironmentMatchType
XACML EnvironmentMatch schema type.
|
interface |
EnvironmentsType
XACML Environments schema type.
|
interface |
EnvironmentType
XACML Environment schema type.
|
interface |
ExpressionType
XACML Expression schema type.
|
interface |
FunctionType
XACML Function schema type.
|
interface |
IdReferenceType
XACML IdReference schema type.
|
interface |
ObligationsType
XACML Obligations schema type.
|
interface |
ObligationType
XACML Obligation schema type.
|
interface |
PolicyCombinerParametersType
XACML PolicyCombinerParameters schema type.
|
interface |
PolicySetCombinerParametersType
XACML PolicySetCombineParameters schema type.
|
interface |
PolicySetType
XACML PolicySet schema types.
|
interface |
PolicyType
XACML Policy schema type.
|
interface |
ResourceMatchType
XACML ResourceMatch schema type.
|
interface |
ResourcesType
XACML Resources schema type.
|
interface |
ResourceType
XACML Resource schema type.
|
interface |
RuleCombinerParametersType
XACML RuleCombinerParameters schema type.
|
interface |
RuleType
XACML Rule schema type.
|
interface |
SubjectAttributeDesignatorType
XACML SubjectAttributeDesignator schema type.
|
interface |
SubjectMatchType
XACML SubjectMatch schema type.
|
interface |
SubjectsType
XACML Subjects schema type.
|
interface |
SubjectType
XACML Subject schema type.
|
interface |
TargetType
XACML Target schema type.
|
interface |
VariableDefinitionType
XACML VariableDefinition schema type.
|
interface |
VariableReferenceType
XACML VariableReference.
|
interface |
XPathVersion
XACML XPathVersion schema.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
VariableReferenceTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
VariableDefinitionTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
TargetTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectsTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectMatchTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SubjectAttributeDesignatorTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RuleTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RuleCombinerParametersTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ResourcesTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ResourceTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ResourceMatchTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
PolicyTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
PolicySetTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
PolicySetCombinerParametersTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
PolicyCombinerParametersTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ObligationsTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ObligationTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
FunctionTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EnvironmentsTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EnvironmentTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EnvironmentMatchTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DescriptionTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DefaultsTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ConditionTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
CombinerParametersTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
CombinerParameterTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeValueTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeSelectorTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeDesignatorTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeAssignmentTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ApplyTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ActionsTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ActionTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ActionMatchTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AttributeValueTypeImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
AttributeValueTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VariableReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
VariableDefinitionTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
SubjectMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
SubjectAttributeDesignatorTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RuleTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RuleCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ResourceMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
PolicyTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
PolicySetTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
PolicySetCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
PolicyCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ObligationTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
IdReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
FunctionTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
EnvironmentMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
CombinerParameterTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeValueTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeSelectorTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeDesignatorTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeAssignmentTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ApplyTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ActionMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
DescriptionTypeMarshaller.marshallElementContent(XMLObject xmlobject,
Element domElement)
No-op method.
|
protected void |
AttributeValueTypeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
VariableReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
VariableDefinitionTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SubjectMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SubjectAttributeDesignatorTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RuleTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RuleCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ResourceMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
PolicyTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
PolicySetTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
PolicySetCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
PolicyCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ObligationTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
IdReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
FunctionTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EnvironmentMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
CombinerParameterTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributeValueTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributeSelectorTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributeDesignatorTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AttributeAssignmentTypeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ApplyTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ActionMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
VariableReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
TargetTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SubjectsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SubjectTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SubjectMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RuleTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RuleCombinerParametersTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ResourcesTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ResourceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ResourceMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
PolicyTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
PolicySetTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ObligationsTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ObligationTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EnvironmentsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EnvironmentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EnvironmentMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
DefaultsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ConditionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
CombinerParametersTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
CombinerParameterTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AttributeValueTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ApplyTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ActionsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ActionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ActionMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
DescriptionTypeUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AttributeValueTypeUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReferencedPoliciesType
/** A SAML XACML profile ReferencedPoliciesType schema type.
|
interface |
XACMLAuthzDecisionQueryType
A SAML XACML profile XACMLAuthzDecisionQuery schema type.
|
interface |
XACMLAuthzDecisionStatementType
A SAML XACML profile XACMLAuthzDecisionStatement schema type.
|
interface |
XACMLPolicyQueryType
A SAML XACML profile XACMLPolicyQuery schema type.
|
interface |
XACMLPolicyStatementType
A SAML XACML profile XACMLPolicyStatement schema type.
|
Modifier and Type | Class and Description |
---|---|
class |
ReferencedPoliciesTypeImpl
Implementation of
ReferencedPoliciesType . |
class |
XACMLAuthzDecisionQueryTypeImpl
A concrete implementation of
XACMLAuthzDecisionQueryType . |
class |
XACMLAuthzDecisionStatementTypeImpl
A concrete implementation of
XACMLAuthzDecisionStatementType . |
class |
XACMLPolicyQueryTypeImpl
Concrete implementation of
XACMLPolicyQueryType . |
class |
XACMLPolicyStatementTypeImpl
Concrete implementation of
XACMLPolicyStatementType . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
XACMLPolicyStatementTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XACMLPolicyQueryTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XACMLAuthzDecisionStatementTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XACMLAuthzDecisionQueryTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ReferencedPoliciesTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XACMLAuthzDecisionQueryTypeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
XACMLAuthzDecisionQueryTypeUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
XACMLPolicyStatementTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
XACMLPolicyQueryTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
XACMLAuthzDecisionStatementTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
XACMLAuthzDecisionQueryTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ReferencedPoliciesTypeUnmarshaller.processChildElement(XMLObject parentObject,
XMLObject childObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLObjectBuilder<XMLObjectType extends XMLObject>
Base implementation for XMLObject builders.
|
interface |
XMLObjectBuilder<XMLObjectType extends XMLObject>
A builder for XMLObjects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeExtensibleXMLObject
An interface for XMLObjects that represent DOM elements that support
the XML Schema anyAttribute construct.
|
interface |
ElementExtensibleXMLObject
An XMLObject whose content model contains "any" child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementExtensibleXMLObject
AbstractElementExtensible is an element of type
xs:any , but without xs:anyAttribute
attribute or text content. |
class |
AbstractExtensibleXMLObject
AbstractExtensibleXMLObject is an element of type
xs:any , and with xs:anyAttribute
attributes. |
class |
AbstractValidatingSignableXMLObject
Extension of
AbstractSignableXMLObject that implements
ValidatingXMLObject . |
class |
AbstractXMLObject
An abstract implementation of XMLObject.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends XMLObject> |
AbstractXMLObject.prepareForAssignment(T oldValue,
T newValue)
A helper function for derived classes, similar to assignString, but for (singleton) SAML objects.
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
NamespaceManager.getOwner()
Get the owning XMLObject instance.
|
XMLObject |
XMLObject.getParent()
Gets the parent of this element or null if there is no parent.
|
XMLObject |
AbstractXMLObject.getParent()
Gets the parent of this element.
|
XMLObject |
XMLObject.resolveID(String id)
Find the XMLObject which is identified by the specified ID attribute, within the subtree of XMLObjects which has
this XMLObject as its root.
|
XMLObject |
AbstractXMLObject.resolveID(String id)
Find the XMLObject which is identified by the specified ID attribute, within the subtree of XMLObjects which has
this XMLObject as its root.
|
XMLObject |
XMLObject.resolveIDFromRoot(String id)
Find the XMLObject which is identified by the specified ID attribute, from the root of the tree of XMLObjects in
which this XMLObject is a member.
|
XMLObject |
AbstractXMLObject.resolveIDFromRoot(String id)
Find the XMLObject which is identified by the specified ID attribute, from the root of the tree of XMLObjects in
which this XMLObject is a member.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
XMLObject.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AbstractElementExtensibleXMLObject.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ElementExtensibleXMLObject.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
AbstractElementExtensibleXMLObject.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
ElementExtensibleXMLObject.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AbstractElementExtensibleXMLObject.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExtensibleXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls the
xs:anyAttribute attributes. |
protected void |
AbstractElementExtensibleXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No
xs:anyAttribute attributes. |
protected void |
AbstractElementExtensibleXMLObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No text content.
|
protected void |
AbstractExtensibleXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Unmarshalls the
xs:anyAttribute attributes. |
protected void |
AbstractElementExtensibleXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
No
xs:anyAttribute attribute. |
protected void |
AbstractElementExtensibleXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Unmarshalls all child elements in the
xs:any list. |
protected void |
AbstractElementExtensibleXMLObjectUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
No text content.
|
void |
XMLObject.setParent(XMLObject parent)
Sets the parent of this element.
|
void |
AbstractXMLObject.setParent(XMLObject newParent)
Sets the parent of this element.
|
protected void |
AbstractValidatingSignableXMLObject.validateChildren(XMLObject xmlObject)
Recursive method used to validate all the children of the given XMLObject that implement
ValidatingXMLObject . |
Constructor and Description |
---|
NamespaceManager(XMLObject owningObject)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLEncryptionBuilder<XMLEncryptionType extends XMLObject>
Builder for XMLObjects from
org.opensaml.xml.encryption . |
Modifier and Type | Interface and Description |
---|---|
interface |
AgreementMethod
XMLObject representing XML Encryption, version 20021210, AgreementMethod element.
|
interface |
CarriedKeyName
XMLObject representing XML Encryption, version 20021210, CarriedKeyName element.
|
interface |
CipherData
XMLObject representing XML Encryption, version 20021210, CipherData element.
|
interface |
CipherReference
XMLObject representing XML Encryption, version 20021210, CipherReference element.
|
interface |
CipherValue
XMLObject representing XML Encryption, version 20021210, CipherValue element.
|
interface |
DataReference
XMLObject representing XML Encryption, version 20021210, DataReference element.
|
interface |
DHKeyValue
XMLObject representing XML Encryption, version 20021210, DHKeyValue element.
|
interface |
EncryptedData
XMLObject representing XML Encryption, version 20021210, EncryptedData element.
|
interface |
EncryptedKey
XMLObject representing XML Encryption, version 20021210, EncryptedKey element.
|
interface |
EncryptedType
XMLObject representing XML Encryption, version 20021210, EncryptedType type.
|
interface |
EncryptionMethod
XMLObject representing XML Encryption, version 20021210, EncryptionMethod element.
|
interface |
EncryptionProperties
XMLObject representing XML Encryption, version 20021210, EncryptionProperties element.
|
interface |
EncryptionProperty
XMLObject representing XML Encryption, version 20021210, EncryptionProperty element.
|
interface |
Generator
XMLObject representing XML Encryption, version 20021210, Generator element.
|
interface |
KANonce
XMLObject representing XML Encryption, version 20021210, KA-Nonce element.
|
interface |
KeyReference
XMLObject representing XML Encryption, version 20021210, KeyReference element.
|
interface |
OAEPparams
XMLObject representing XML Encryption, version 20021210, OAEPparams element.
|
interface |
OriginatorKeyInfo
XMLObject representing XML Encryption, version 20021210, OriginatorKeyInfo element.
|
interface |
Public
XMLObject representing XML Encryption, version 20021210, Public element.
|
interface |
RecipientKeyInfo
XMLObject representing XML Encryption, version 20021210, RecipientKeyInfo element.
|
interface |
ReferenceList
XMLObject representing XML Encryption, version 20021210, ReferenceList element.
|
interface |
ReferenceType
XMLObject representing XML Encryption, version 20021210, ReferenceType type.
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
Decrypter.decryptData(EncryptedData encryptedData)
This is a convenience method for calling
Decrypter.decryptData(EncryptedData, boolean) ,
with the rootInNewDocument parameter value supplied by Decrypter.isRootInNewDocument() . |
XMLObject |
Decrypter.decryptData(EncryptedData encryptedData,
boolean rootInNewDocument)
Decrypts the supplied EncryptedData and returns the resulting XMLObject.
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
Decrypter.decryptDataToList(EncryptedData encryptedData)
This is a convenience method for calling
Decrypter.decryptDataToList(EncryptedData, boolean) ,
with the rootInNewDocument parameter value supplied by Decrypter.isRootInNewDocument() . |
List<XMLObject> |
Decrypter.decryptDataToList(EncryptedData encryptedData,
boolean rootInNewDocument)
Decrypts the supplied EncryptedData and returns the resulting list of XMLObjects.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Encrypter.checkAndMarshall(XMLObject xmlObject)
Ensure that the XMLObject is marshalled.
|
protected void |
Decrypter.checkAndMarshall(XMLObject xmlObject)
Ensure that the XMLObject is marshalled.
|
EncryptedData |
Encrypter.encryptElement(XMLObject xmlObject,
EncryptionParameters encParams)
Encrypts the DOM representation of the XMLObject.
|
EncryptedData |
Encrypter.encryptElement(XMLObject xmlObject,
EncryptionParameters encParams,
KeyEncryptionParameters kekParams)
Encrypts the DOM representation of the XMLObject, encrypts the encryption key using the specified key encryption
parameters and places the resulting EncryptedKey within the EncryptedData's KeyInfo.
|
EncryptedData |
Encrypter.encryptElement(XMLObject xmlObject,
EncryptionParameters encParams,
List<KeyEncryptionParameters> kekParamsList)
Encrypts the DOM representation of the XMLObject, encrypts the encryption key using the specified key encryption
parameters and places the resulting EncryptedKey(s) within the EncryptedData's KeyInfo.
|
protected EncryptedData |
Encrypter.encryptElement(XMLObject xmlObject,
Key encryptionKey,
String encryptionAlgorithmURI,
boolean encryptContentMode)
Encrypts the given XMLObject using the specified encryption key, algorithm URI and content mode flag.
|
EncryptedData |
Encrypter.encryptElementContent(XMLObject xmlObject,
EncryptionParameters encParams)
Encrypts the DOM representation of the content of an XMLObject.
|
EncryptedData |
Encrypter.encryptElementContent(XMLObject xmlObject,
EncryptionParameters encParams,
KeyEncryptionParameters kekParams)
Encrypts the DOM representation of the content of an XMLObject, encrypts the encryption key using the specified
key encryption parameters and places the resulting EncryptedKey within the EncryptedData's KeyInfo..
|
EncryptedData |
Encrypter.encryptElementContent(XMLObject xmlObject,
EncryptionParameters encParams,
List<KeyEncryptionParameters> kekParamsList)
Encrypts the DOM representation of the content of an XMLObject, encrypts the encryption key using the specified
key encryption parameters and places the resulting EncryptedKey(s) within the EncryptedData's KeyInfo..
|
Modifier and Type | Class and Description |
---|---|
class |
AgreementMethodImpl
Concrete implementation of
AgreementMethod . |
class |
CarriedKeyNameImpl
Concrete implementation of
CarriedKeyName . |
class |
CipherDataImpl
Concrete implementation of
CipherData . |
class |
CipherReferenceImpl
Concrete implementation of
CipherReference . |
class |
CipherValueImpl
Concrete implementation of
CipherValue . |
class |
DataReferenceImpl
Concrete implementation of
DataReference . |
class |
DHKeyValueImpl
Concrete implementation of
DHKeyValue . |
class |
EncryptedDataImpl
Concrete implementation of
EncryptedData . |
class |
EncryptedKeyImpl
Concrete implementation of
EncryptedKey . |
class |
EncryptedTypeImpl
Abstract implementation of
EncryptedType . |
class |
EncryptionMethodImpl
Concrete implementation of
EncryptionMethod . |
class |
EncryptionPropertiesImpl
Concrete implementation of
EncryptionProperties . |
class |
EncryptionPropertyImpl
Concrete implementation of
EncryptionProperty |
class |
GeneratorImpl
Concrete implementation of
Generator |
class |
KANonceImpl
Concrete implementation of
KANonce |
class |
KeyReferenceImpl |
class |
OAEPparamsImpl
Concrete implementation of
OAEPparams |
class |
OriginatorKeyInfoImpl
Concrete implementation of
OriginatorKeyInfo |
class |
PublicImpl
Concrete implementation of
Public |
class |
RecipientKeyInfoImpl
Concrete implementation of
RecipientKeyInfo |
class |
ReferenceListImpl
Concrete implementation of
ReferenceList |
class |
ReferenceTypeImpl
Concrete implementation of
ReferenceType |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
TransformsImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ReferenceTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ReferenceListImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EncryptionPropertyImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EncryptionPropertiesImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EncryptionMethodImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EncryptedTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
EncryptedKeyImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DHKeyValueImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
CipherReferenceImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
CipherDataImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
AgreementMethodImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
ReferenceTypeImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
EncryptionPropertyImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
EncryptionMethodImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
AgreementMethodImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
ReferenceTypeImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
EncryptionPropertyImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
EncryptionMethodImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
AgreementMethodImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
EncryptionPropertyMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
EncryptionPropertiesMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
EncryptionMethodMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
EncryptedTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
EncryptedKeyMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
CipherReferenceMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AgreementMethodMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AbstractXMLEncryptionMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AbstractXMLEncryptionMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EncryptionPropertyUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EncryptionPropertiesUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EncryptionMethodUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EncryptedTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
EncryptedKeyUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
CipherReferenceUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AgreementMethodUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AbstractXMLEncryptionUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
TransformsUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
ReferenceListUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EncryptionPropertyUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EncryptionPropertiesUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EncryptionMethodUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EncryptedTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
EncryptedKeyUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
DHKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
CipherReferenceUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
CipherDataUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AgreementMethodUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AbstractXMLEncryptionUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AbstractXMLEncryptionUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
Modifier and Type | Method and Description |
---|---|
protected XMLObject |
AbstractXMLObjectUnmarshaller.buildXMLObject(Element domElement)
Constructs the XMLObject that the given DOM Element will be unmarshalled into.
|
XMLObject |
Unmarshaller.unmarshall(Element element)
Unmarshalls the given W3C DOM element into a XMLObject.
|
XMLObject |
AbstractXMLObjectUnmarshaller.unmarshall(Element domElement)
Unmarshalls the given W3C DOM element into a XMLObject.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractXMLObjectMarshaller.checkXMLObjectIsTarget(XMLObject xmlObject)
Checks to make sure the given XMLObject's schema type or element QName matches the target parameters given at
marshaller construction time.
|
Marshaller |
MarshallerFactory.getMarshaller(XMLObject xmlObject)
Retrieves the marshaller for the given XMLObject.
|
Element |
Marshaller.marshall(XMLObject xmlObject)
Marshall this element, and its children, and root them in a newly created Document.
|
Element |
AbstractXMLObjectMarshaller.marshall(XMLObject xmlObject)
Marshall this element, and its children, and root them in a newly created Document.
|
Element |
Marshaller.marshall(XMLObject xmlObject,
Document document)
Marshall this element, and its children, into a W3C DOM element.
|
Element |
AbstractXMLObjectMarshaller.marshall(XMLObject xmlObject,
Document document)
Marshall this element, and its children, into a W3C DOM element.
|
Element |
Marshaller.marshall(XMLObject xmlObject,
Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.
|
Element |
AbstractXMLObjectMarshaller.marshall(XMLObject xmlObject,
Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.
|
protected void |
BaseXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected abstract void |
AbstractXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AbstractXMLObjectMarshaller.marshallChildElements(XMLObject xmlObject,
Element domElement)
Marshalls the child elements of the given XMLObject.
|
protected void |
BaseXMLObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected abstract void |
AbstractXMLObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected Element |
AbstractXMLObjectMarshaller.marshallInto(XMLObject xmlObject,
Element targetElement)
Marshalls the given XMLObject into the given DOM Element.
|
protected void |
AbstractXMLObjectMarshaller.marshallNamespacePrefix(XMLObject xmlObject,
Element domElement)
Marshalls the namespace prefix of the XMLObject into the DOM element.
|
protected void |
AbstractXMLObjectMarshaller.marshallNamespaces(XMLObject xmlObject,
Element domElement)
Creates the xmlns attributes for any namespaces set on the given XMLObject.
|
protected void |
AbstractXMLObjectMarshaller.marshallSchemaInstanceAttributes(XMLObject xmlObject,
Element domElement)
Creates the XSI type, schemaLocation, and noNamespaceSchemaLocation attributes for an XMLObject.
|
protected void |
BaseXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected abstract void |
AbstractXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
BaseXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected abstract void |
AbstractXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
BaseXMLObjectUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected abstract void |
AbstractXMLObjectUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AbstractXMLObjectUnmarshaller.unmarshallAttribute(XMLObject xmlObject,
Attr attribute)
Unmarshalls the attributes from the given DOM Attr into the given XMLObject.
|
protected void |
AbstractXMLObjectUnmarshaller.unmarshallChildElement(XMLObject xmlObject,
Element childElement)
Unmarshalls given Element's children.
|
protected void |
AbstractXMLObjectUnmarshaller.unmarshallNamespaceAttribute(XMLObject xmlObject,
Attr attribute)
Unmarshalls a namespace declaration attribute.
|
protected void |
AbstractXMLObjectUnmarshaller.unmarshallSchemaInstanceAttributes(XMLObject xmlObject,
Attr attribute)
Unmarshalls the XSI type, schemaLocation, and noNamespaceSchemaLocation attributes.
|
protected void |
AbstractXMLObjectUnmarshaller.unmarshallTextContent(XMLObject xmlObject,
Text content)
Unmarshalls the given Text node into a usable string by way of
Text.getWholeText() and passes it off to
AbstractXMLObjectUnmarshaller.processElementContent(XMLObject, String) if the string is not null and
contains something other than whitespace. |
Modifier and Type | Interface and Description |
---|---|
interface |
XSAny
Represents the schema Any type.
|
interface |
XSBase64Binary
XMLObject that represents an XML Schema base64Binary.
|
interface |
XSBoolean
XSBoolean is the
xs:boolean schema type. |
interface |
XSDateTime
XMLObject that represents an XML Schema dateTime.
|
interface |
XSInteger
XMLObject that represents an XML Schema Integer.
|
interface |
XSQName
XMLObject that represents an XML schema QName content bearing element.
|
interface |
XSString
XMLObject that represents an XML Schema String.
|
interface |
XSURI
XMLObject that represents an XML schema URI content bearing element.
|
Modifier and Type | Class and Description |
---|---|
class |
XSAnyImpl
Concrete implementation of
XSAny . |
class |
XSBase64BinaryImpl
Concrete implementation of
XSBase64Binary . |
class |
XSBooleanImpl
Concrete implementation of
XSBoolean . |
class |
XSDateTimeImpl
Concrete implementation of
XSDateTime . |
class |
XSIntegerImpl
Concrete implementation of
XSInteger . |
class |
XSQNameImpl
Concrete implementation of
XSQName . |
class |
XSStringImpl
Concrete implementation of
XSString . |
class |
XSURIImpl
Conrete implementation of
XSURI . |
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
XSURIImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XSStringImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XSQNameImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XSIntegerImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XSDateTimeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XSBooleanImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XSBase64BinaryImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XSAnyImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
XSAnyImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
XSAnyImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XSURIMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSStringMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSQNameMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSIntegerMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSBooleanMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSBase64BinaryMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSAnyMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSURIMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSStringMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSQNameMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSIntegerMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSDateTimeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSBooleanMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSBase64BinaryMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSAnyMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSURIUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
XSStringUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
XSQNameUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
XSIntegerUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
XSBooleanUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
XSBase64BinaryUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
XSAnyUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
XSURIUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
XSStringUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
XSQNameUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
XSIntegerUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
XSBooleanUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
XSBase64BinaryUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
XSAnyUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
XSURIUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
XSStringUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
XSQNameUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
XSIntegerUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
XSDateTimeUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
XSBooleanUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
XSBase64BinaryUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
XSAnyUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
XSQNameUnmarshaller.unmarshallTextContent(XMLObject xmlObject,
Text content)
Unmarshalls the given Text node into a usable string by way of
Text.getWholeText() and passes it off to
AbstractXMLObjectUnmarshaller.processElementContent(XMLObject, String) if the string is not null and
contains something other than whitespace. |
Modifier and Type | Method and Description |
---|---|
boolean |
KeyInfoProvider.handles(XMLObject keyInfoChild)
Evaluate whether the given provider should attempt to handle resolving a credential
from the specified KeyInfo child.
|
Collection<Credential> |
KeyInfoProvider.process(KeyInfoCredentialResolver resolver,
XMLObject keyInfoChild,
CriteriaSet criteriaSet,
KeyInfoResolutionContext kiContext)
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
|
protected Collection<Credential> |
BasicProviderKeyInfoCredentialResolver.processKeyInfoChild(KeyInfoResolutionContext kiContext,
CriteriaSet criteriaSet,
XMLObject keyInfoChild)
Process the given KeyInfo child with the registered providers.
|
Modifier and Type | Method and Description |
---|---|
protected DSAKeyValue |
DSAKeyValueProvider.getDSAKeyValue(XMLObject xmlObject)
Get the DSAKeyValue from the passed XML object.
|
protected RSAKeyValue |
RSAKeyValueProvider.getRSAKeyValue(XMLObject xmlObject)
Get the RSAKeyValue from the passed XML object.
|
boolean |
RSAKeyValueProvider.handles(XMLObject keyInfoChild)
Evaluate whether the given provider should attempt to handle resolving a credential
from the specified KeyInfo child.
|
boolean |
InlineX509DataProvider.handles(XMLObject keyInfoChild)
Evaluate whether the given provider should attempt to handle resolving a credential
from the specified KeyInfo child.
|
boolean |
DSAKeyValueProvider.handles(XMLObject keyInfoChild)
Evaluate whether the given provider should attempt to handle resolving a credential
from the specified KeyInfo child.
|
Collection<Credential> |
RSAKeyValueProvider.process(KeyInfoCredentialResolver resolver,
XMLObject keyInfoChild,
CriteriaSet criteriaSet,
KeyInfoResolutionContext kiContext)
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
|
Collection<Credential> |
InlineX509DataProvider.process(KeyInfoCredentialResolver resolver,
XMLObject keyInfoChild,
CriteriaSet criteriaSet,
KeyInfoResolutionContext kiContext)
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
|
Collection<Credential> |
DSAKeyValueProvider.process(KeyInfoCredentialResolver resolver,
XMLObject keyInfoChild,
CriteriaSet criteriaSet,
KeyInfoResolutionContext kiContext)
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLSignatureBuilder<XMLSignatureType extends XMLObject>
Builder for XMLObjects from
org.opensaml.xml.signature |
Modifier and Type | Interface and Description |
---|---|
interface |
CryptoBinary
XMLObject representing XML Digital Signature, version 20020212, CryptoBinary simple type.
|
interface |
DigestMethod
XMLObject representing XML Digital Signature, version 20020212, DigestMethod element.
|
interface |
DSAKeyValue
XMLObject representing XML Digital Signature, version 20020212, DSAKeyValue element.
|
interface |
Exponent
XMLObject representing XML Digital Signature, version 20020212, Exponent element.
|
interface |
G
XMLObject representing XML Digital Signature, version 20020212, G element.
|
interface |
J
XMLObject representing XML Digital Signature, version 20020212, J element.
|
interface |
KeyInfo
XMLObject representing XML Digital Signature, version 20020212, KeyInfo element.
|
interface |
KeyInfoType
XMLObject representing XML Digital Signature, version 20020212, KeyInfoType complex type.
|
interface |
KeyName
XMLObject representing XML Digital Signature, version 20020212, KeyName element.
|
interface |
KeyValue
XMLObject representing XML Digital Signature, version 20020212, KeyValue element.
|
interface |
MgmtData
XMLObject representing XML Digital Signature, version 20020212, MgmtData element.
|
interface |
Modulus
XMLObject representing XML Digital Signature, version 20020212, Modulus element.
|
interface |
P
XMLObject representing XML Digital Signature, version 20020212, P element.
|
interface |
PgenCounter
XMLObject representing XML Digital Signature, version 20020212, PgenCounter element.
|
interface |
PGPData
XMLObject representing XML Digital Signature, version 20020212, PGPData element.
|
interface |
PGPKeyID
XMLObject representing XML Digital Signature, version 20020212, PGPKeyID element.
|
interface |
PGPKeyPacket
XMLObject representing XML Digital Signature, version 20020212, PGPKeyPacket element.
|
interface |
Q
XMLObject representing XML Digital Signature, version 20020212, Q element.
|
interface |
RetrievalMethod
XMLObject representing XML Digital Signature, version 20020212, RetrievalMethod element.
|
interface |
RSAKeyValue
XMLObject representing XML Digital Signature, version 20020212, RSAKeyValue element.
|
interface |
Seed
XMLObject representing XML Digital Signature, version 20020212, Seed element.
|
interface |
SignableXMLObject
An XMLObject whose DOM representation can be digitally signed.
|
interface |
Signature
XMLObject representing an enveloped or detached XML Digital Signature, version 20020212, Signature element.
|
interface |
SPKIData
XMLObject representing XML Digital Signature, version 20020212, SPKIData element.
|
interface |
SPKISexp
XMLObject representing XML Digital Signature, version 20020212, SPKISexp element.
|
interface |
Transform
XMLObject representing XML Digital Signature, version 20020212, Transform element.
|
interface |
Transforms
XMLObject representing XML Digital Signature, version 20020212, Transforms element.
|
interface |
X509Certificate
XMLObject representing XML Digital Signature, version 20020212, X509Certificate element.
|
interface |
X509CRL
XMLObject representing XML Digital Signature, version 20020212, X509CRL element.
|
interface |
X509Data
XMLObject representing XML Digital Signature, version 20020212, X509Data element.
|
interface |
X509IssuerName
XMLObject representing XML Digital Signature, version 20020212, X509IssuerName element.
|
interface |
X509IssuerSerial
XMLObject representing XML Digital Signature, version 20020212, X509IssuerSerial element.
|
interface |
X509SerialNumber
XMLObject representing XML Digital Signature, version 20020212, X509SerialNumber element.
|
interface |
X509SKI
MLObject representing XML Digital Signature, version 20020212, X509SKI element.
|
interface |
X509SubjectName
XMLObject representing XML Digital Signature, version 20020212, X509SubjectName element.
|
interface |
XPath
XMLObject representing XML Digital Signature, version 20020212, XPath element.
|
interface |
Y
XMLObject representing XML Digital Signature, version 20020212, Y element.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSignableXMLObject
Base for signable XMLObjects.
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
KeyValue.getUnknownXMLObject()
Get the wildcard <any> XMLObject child element
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
Transform.getAllChildren()
Gets the ordered list of all XMLObject child elements of this element.
|
List<XMLObject> |
X509Data.getXMLObjects()
Get the list of all XMLObject children.
|
List<XMLObject> |
SPKIData.getXMLObjects()
Get the list of all XMLObject children
|
List<XMLObject> |
KeyInfoType.getXMLObjects()
Get the list of all XMLObject children.
|
List<XMLObject> |
X509Data.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element QName matches the specified QName.
|
List<XMLObject> |
Transform.getXMLObjects(QName typeOrName)
Get the list of XMLObject children that match a particular QName
|
List<XMLObject> |
SPKIData.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element
QName matches the specified QName
|
List<XMLObject> |
KeyInfoType.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element QName matches the specified QName.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.setUnknownXMLObject(XMLObject newXMLObject)
Set the wildcard <any> XMLObject child element
|
Modifier and Type | Class and Description |
---|---|
class |
CryptoBinaryImpl
Concrete implementation of
CryptoBinary . |
class |
DigestMethodImpl
Concrete implementation of
DigestMethod . |
class |
DSAKeyValueImpl
Concrete implementation of
DSAKeyValue |
class |
ExponentImpl
Concrete implementation of
Exponent |
class |
GImpl
Concrete implementation of
G |
class |
JImpl
Concrete implementation of
J |
class |
KeyInfoImpl
Concrete implementation of
KeyInfo |
class |
KeyInfoTypeImpl
Concrete implementation of
KeyInfoType |
class |
KeyNameImpl
Concrete implementation of
KeyName |
class |
KeyValueImpl
Concrete implementation of
KeyValue |
class |
MgmtDataImpl
Concrete implementation of
MgmtData |
class |
ModulusImpl
Concrete implementation of
Exponent |
class |
PgenCounterImpl
Concrete implementation of
PgenCounter |
class |
PGPDataImpl
Concrete implementation of
PGPData |
class |
PGPKeyIDImpl
Concrete implementation of
PGPKeyID |
class |
PGPKeyPacketImpl
Concrete implementation of
PGPKeyPacket |
class |
PImpl
Concrete implementation of
P |
class |
QImpl
Concrete implementation of
Q |
class |
RetrievalMethodImpl
Concrete implementation of
RetrievalMethod |
class |
RSAKeyValueImpl
Concrete implementation of
RSAKeyValue |
class |
SeedImpl
Concrete implementation of
Seed |
class |
SignatureImpl
XMLObject representing an enveloped or detached XML Digital Signature, version 20020212, Signature element.
|
class |
SPKIDataImpl
Concrete implementation of
SPKIData |
class |
SPKISexpImpl
Concrete implementation of
SPKISexp |
class |
TransformImpl
Concrete implementation of
Transform |
class |
TransformsImpl
Concrete implementation of
Transforms |
class |
X509CertificateImpl
Concrete implementation of
X509Certificate . |
class |
X509CRLImpl
Concrete implementation of
X509CRL . |
class |
X509DataImpl
Concrete implementation of
X509Data . |
class |
X509IssuerNameImpl
Concrete implementation of
X509IssuerName |
class |
X509IssuerSerialImpl
Concrete implementation of
X509IssuerSerial |
class |
X509SerialNumberImpl
Concrete implementation of
X509SerialNumber . |
class |
X509SKIImpl
Concrete implementation of
X509SKI |
class |
X509SubjectNameImpl
Concrete implementation of
X509SubjectName |
class |
XPathImpl
Concrete implementation of
XPath |
class |
YImpl
Concrete implementation of
Y |
Modifier and Type | Method and Description |
---|---|
XMLObject |
KeyValueImpl.getUnknownXMLObject()
Get the wildcard <any> XMLObject child element
|
Modifier and Type | Method and Description |
---|---|
List<XMLObject> |
TransformImpl.getAllChildren()
Gets the ordered list of all XMLObject child elements of this element.
|
List<XMLObject> |
X509SerialNumberImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
X509IssuerSerialImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
X509DataImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
X509CertificateImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
X509CRLImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
TransformsImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
TransformImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SignatureImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
SPKIDataImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RetrievalMethodImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
RSAKeyValueImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
PGPDataImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
KeyValueImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
KeyInfoTypeImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DigestMethodImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
DSAKeyValueImpl.getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<XMLObject> |
PGPDataImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
DigestMethodImpl.getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
PGPDataImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
DigestMethodImpl.getUnknownXMLObjects(QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
List<XMLObject> |
X509DataImpl.getXMLObjects()
Get the list of all XMLObject children.
|
List<XMLObject> |
SPKIDataImpl.getXMLObjects()
Get the list of all XMLObject children
|
List<XMLObject> |
KeyInfoTypeImpl.getXMLObjects()
Get the list of all XMLObject children.
|
List<XMLObject> |
X509DataImpl.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element QName matches the specified QName.
|
List<XMLObject> |
TransformImpl.getXMLObjects(QName typeOrName)
Get the list of XMLObject children that match a particular QName
|
List<XMLObject> |
SPKIDataImpl.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element
QName matches the specified QName
|
List<XMLObject> |
KeyInfoTypeImpl.getXMLObjects(QName typeOrName)
Get the list of XMLObject children whose type or element QName matches the specified QName.
|
Modifier and Type | Method and Description |
---|---|
Element |
SignatureMarshaller.marshall(XMLObject xmlObject)
Marshall this element, and its children, and root them in a newly created Document.
|
Element |
SignatureMarshaller.marshall(XMLObject xmlObject,
Document document)
Marshall this element, and its children, into a W3C DOM element.
|
Element |
SignatureMarshaller.marshall(XMLObject xmlObject,
Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.
|
protected void |
X509SerialNumberMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
TransformMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RetrievalMethodMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
KeyInfoTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
DigestMethodMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AbstractXMLSignatureMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
X509SerialNumberMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AbstractXMLSignatureMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
X509SerialNumberUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
TransformUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RetrievalMethodUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
KeyInfoTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
DigestMethodUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AbstractXMLSignatureUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
X509SerialNumberUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
X509IssuerSerialUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
X509DataUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
TransformsUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
TransformUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
SPKIDataUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RetrievalMethodUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
RSAKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
PGPDataUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
KeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
KeyInfoTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
DigestMethodUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
DSAKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
AbstractXMLSignatureUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
X509SerialNumberUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void |
AbstractXMLSignatureUnmarshaller.processElementContent(XMLObject xmlObject,
String elementContent)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
void |
KeyValueImpl.setUnknownXMLObject(XMLObject newXMLObject)
Set the wildcard <any> XMLObject child element
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedXMLObjectChildrenList<ElementType extends XMLObject>
A list which indexes XMLObjects by their schema type and element QName for quick retrival based on those items.
|
class |
XMLObjectChildrenList<ElementType extends XMLObject>
Resizable list for the children of XMLObjects.
|
Modifier and Type | Method and Description |
---|---|
static <T extends XMLObject> |
XMLObjectHelper.cloneXMLObject(T originalXMLObject)
Clone an XMLObject by brute force:
|
static <T extends XMLObject> |
XMLObjectHelper.cloneXMLObject(T originalXMLObject,
boolean rootInNewDocument)
Clone an XMLObject by brute force:
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
IDIndex.lookup(String id)
Lookup and return the XMLObject identified by the specified ID attribute.
|
static XMLObject |
XMLObjectHelper.unmarshallFromInputStream(ParserPool parserPool,
InputStream inputStream)
Unmarshall a Document from an InputSteam.
|
static XMLObject |
XMLObjectHelper.unmarshallFromReader(ParserPool parserPool,
Reader reader)
Unmarshall a Document from a Reader.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,XMLObject> |
IDIndex.getIDMappings()
Get the ID-to-XMLObject mappings for this object's object's owner's children.
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLAttributeHelper.addXMLBase(XMLObject xmlObject,
String base)
Adds a
xml:base attribute to the given XML object. |
static void |
XMLAttributeHelper.addXMLId(XMLObject xmlObject,
String id)
Adds a
xml:id attribute to the given XML object. |
static void |
XMLAttributeHelper.addXMLLang(XMLObject xmlObject,
String lang)
Adds a
xml:lang attribute to the given XML object. |
static void |
XMLAttributeHelper.addXMLSpace(XMLObject xmlObject,
SpaceBearing.XMLSpaceEnum space)
Adds a
xml:space attribute to the given XML object. |
static QName |
XMLHelper.constructQName(String qname,
XMLObject owningObject)
Constructs a QName from a string (attribute or element content) value.
|
static String |
XMLAttributeHelper.getXMLBase(XMLObject xmlObject)
Gets the
xml:base attribute from a given XML object. |
static String |
XMLAttributeHelper.getXMLId(XMLObject xmlObject)
Gets the
xml:id attribute from a given XML object. |
static String |
XMLAttributeHelper.getXMLLang(XMLObject xmlObject)
Gets the
xml:lang attribute from a given XML object. |
static SpaceBearing.XMLSpaceEnum |
XMLAttributeHelper.getXMLSpace(XMLObject xmlObject)
Gets the
xml:space attribute from a given XML object. |
static String |
XMLObjectHelper.lookupNamespacePrefix(XMLObject xmlObject,
String namespaceURI)
Get the prefix bound to the specified namespace URI within the scope of the specified
XMLObject.
|
static String |
XMLObjectHelper.lookupNamespaceURI(XMLObject xmlObject,
String prefix)
Get the namespace URI bound to the specified prefix within the scope of the specified
XMLObject.
|
static Element |
XMLObjectHelper.marshall(XMLObject xmlObject)
Marshall an XMLObject.
|
static void |
XMLObjectHelper.marshallToOutputStream(XMLObject xmlObject,
OutputStream outputStream)
Marshall an XMLObject to an OutputStream.
|
static void |
XMLObjectHelper.marshallToWriter(XMLObject xmlObject,
Writer writer)
Marshall an XMLObject to a Writer.
|
void |
IDIndex.registerIDMapping(String id,
XMLObject referent)
Register an ID-to-XMLObject mapping for one of this object's owner's children.
|
Constructor and Description |
---|
AttributeMap(XMLObject newOwner)
Constructor.
|
IDIndex(XMLObject newOwner)
Constructor.
|
IndexedXMLObjectChildrenList(XMLObject parent)
Constructor.
|
IndexedXMLObjectChildrenList(XMLObject parent,
Collection<ElementType> col)
Constructor.
|
XMLObjectChildrenList(XMLObject newParent)
Constructs an empty list with all added XMLObjects being assigned the given parent XMLObject.
|
XMLObjectChildrenList(XMLObject newParent,
Collection<ElementType> newElements)
Constructs a list containing the elements in the specified collection, in the order they are returned by the
collection's iterator, with each added XMLObject assigned the given parent XMLObject.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Validator<XMLObjectType extends XMLObject>
An interface for classes that implement rules for checking the
validity of a XMLObjects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidatingXMLObject
A functional interface for XMLObjects that offer the ability
to evaluate validation rules.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidatingXMLObject
Extension of
AbstractXMLObject that implements
ValidatingXMLObject . |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorSuite.validate(XMLObject xmlObject)
Evaluates the registered validators against the given XMLObject and it's children.
|
protected void |
AbstractValidatingXMLObject.validateChildren(XMLObject xmlObject)
Recursive method used to validate all the children of the given XMLObject that implement
ValidatingXMLObject . |
Copyright © 2018 JBoss by Red Hat. All rights reserved.