Package | Description |
---|---|
org.opensaml.core.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.core.xml.io |
Interfaces and abstract implementations of marshallers and unmarshallers.
|
org.opensaml.core.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.core.xml.util |
Utility classes for working with XML, XMLObjects, and various data types.
|
org.opensaml.saml.common.binding.artifact |
Classes supporting SAML artifact use.
|
org.opensaml.saml.ext.saml2alg.impl |
Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
|
org.opensaml.saml.ext.saml2cb.impl |
Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.
|
org.opensaml.saml.ext.saml2delrestrict.impl |
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
|
org.opensaml.saml.ext.saml2mdattr.impl |
Implementation for SAML v2.0 Metadata Extension for Entity Attributes Version 1.0.
|
org.opensaml.saml.ext.saml2mdquery.impl |
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
|
org.opensaml.saml.ext.saml2mdrpi.impl |
Concrete implementations of the interfaces for the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
|
org.opensaml.saml.ext.saml2mdui.impl |
Implementation for SAML V2 Metadata Extensions for UI and Discovery.
|
org.opensaml.saml.ext.samlec.impl |
Implementation for SAML-EC GSS-API schema content.
|
org.opensaml.saml.metadata.resolver.impl |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml.saml2.ecp.impl |
Implementations of SAML 2.0 ECP types and elements.
|
org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
org.opensaml.soap.soap11.impl |
Provided implementations of the SOAP 1.1 XMLObject interfaces.
|
org.opensaml.soap.wsaddressing.impl |
XML Object provider implementations for WS-Addressing.
|
org.opensaml.soap.wspolicy.impl |
XML Object provider implementations for WS-Policy.
|
org.opensaml.soap.wssecurity.impl |
XML Object provider implementations for WS-Security.
|
org.opensaml.soap.wstrust.impl |
XML Object provider implementations for WS-Trust.
|
org.opensaml.xacml.ctx.impl |
XMLObject implementations for XACML context schema.
|
org.opensaml.xacml.impl |
XMLObject provider implementation support for XACML.
|
org.opensaml.xacml.policy.impl |
XMLObject provider implementation classes for XACML policy schema.
|
org.opensaml.xacml.profile.saml.impl |
XMLObject implementation classes for XACML SAML profile.
|
org.opensaml.xmlsec.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xmlsec.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractElementExtensibleXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
No
xs:anyAttribute attribute. |
protected void |
AbstractExtensibleXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Unmarshalls the
xs:anyAttribute attributes. |
protected void |
AbstractElementExtensibleXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Unmarshalls all child elements in the
xs:any list. |
Modifier and Type | Method and Description |
---|---|
protected XMLObject |
AbstractXMLObjectUnmarshaller.buildXMLObject(Element domElement)
Constructs the XMLObject that the given DOM Element will be unmarshalled into.
|
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 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 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.
|
XMLObject |
AbstractXMLObjectUnmarshaller.unmarshall(Element domElement)
Unmarshalls the given W3C DOM element into a XMLObject.
|
XMLObject |
Unmarshaller.unmarshall(Element element)
Unmarshalls the given W3C DOM element into a 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.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 |
---|---|
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 |
XSURIUnmarshaller.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 |
XSIntegerUnmarshaller.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 |
XSAnyUnmarshaller.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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
---|---|
static <T extends XMLObject> |
XMLObjectSupport.cloneXMLObject(T originalXMLObject)
Clone an XMLObject by brute force:
|
static <T extends XMLObject> |
XMLObjectSupport.cloneXMLObject(T originalXMLObject,
boolean rootInNewDocument)
Clone an XMLObject by brute force:
|
static XMLObject |
XMLObjectSupport.unmarshallFromInputStream(net.shibboleth.utilities.java.support.xml.ParserPool parserPool,
InputStream inputStream)
Unmarshall a Document from an InputSteam.
|
static XMLObject |
XMLObjectSupport.unmarshallFromReader(net.shibboleth.utilities.java.support.xml.ParserPool parserPool,
Reader reader)
Unmarshall a Document from a Reader.
|
Constructor and Description |
---|
BasicSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage)
Constructor.
|
ExpiringSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SigningMethodUnmarshaller.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 |
SigningMethodUnmarshaller.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ChannelBindingsUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
Modifier and Type | Method and Description |
---|---|
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 | 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 | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RegistrationInfoUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
PublicationUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
PublicationInfoUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RegistrationInfoUnmarshaller.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 |
PublicationPathUnmarshaller.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 |
PublicationInfoUnmarshaller.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 | Method and Description |
---|---|
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 |
KeywordsUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the 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 |
UIInfoUnmarshaller.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 | Method and Description |
---|---|
protected void |
GeneratedKeyUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SessionKeyUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
SessionKeyUnmarshaller.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 | Method and Description |
---|---|
protected XMLObject |
AbstractMetadataResolver.unmarshallMetadata(InputStream metadataInput)
Unmarshalls the metadata from the given stream.
|
Modifier and Type | Method and Description |
---|---|
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 |
NameIdentifierUnmarshaller.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 |
ResponseAbstractTypeUnmarshaller.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 |
SubjectLocalityUnmarshaller.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 |
ConditionsUnmarshaller.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 |
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 |
AuthorityBindingUnmarshaller.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 |
AssertionUnmarshaller.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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
AuthenticationStatementUnmarshaller.processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
XMLObject |
RequestAbstractTypeUnmarshaller.unmarshall(Element domElement)
Unmarshalls the given W3C DOM element into a XMLObject.
|
XMLObject |
ResponseAbstractTypeUnmarshaller.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 |
---|---|
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 |
ActionUnmarshaller.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 |
RequestAbstractTypeUnmarshaller.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 |
ProxyRestrictionUnmarshaller.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 |
AuthzDecisionQueryUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
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 |
AuthnQueryUnmarshaller.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 |
BaseIDUnmarshaller.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 |
RequestedAuthnContextUnmarshaller.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 |
StatusResponseTypeUnmarshaller.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 |
AbstractNameIDTypeUnmarshaller.processAttribute(XMLObject samlObject,
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 |
ScopingUnmarshaller.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 |
AuthzDecisionStatementUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
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 |
AssertionUnmarshaller.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
AssertionUnmarshaller.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 | Method and Description |
---|---|
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 |
ResponseUnmarshaller.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.processAttribute(XMLObject samlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
RequestAuthenticatedUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the 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 |
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 | Method and Description |
---|---|
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 |
LocalizedURIUnmarshaller.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 |
EntitiesDescriptorUnmarshaller.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 |
AffiliationDescriptorUnmarshaller.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 |
SPSSODescriptorUnmarshaller.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 |
AdditionalMetadataLocationUnmarshaller.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 |
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 |
KeyDescriptorUnmarshaller.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 |
ExtensionsUnmarshaller.processAttribute(XMLObject xmlObject,
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
EntityDescriptorUnmarshaller.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 | Method and Description |
---|---|
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 |
FaultUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
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 |
EnvelopeUnmarshaller.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 |
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 |
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 |
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 |
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 |
BodyUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Method and Description |
---|---|
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 |
AttributedQNameUnmarshaller.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 |
EndpointReferenceTypeUnmarshaller.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 |
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 |
AttributedURIUnmarshaller.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.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 |
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.
|
Modifier and Type | Method and Description |
---|---|
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.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 |
PolicyUnmarshaller.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 |
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 |
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 |
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 |
AppliesToUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Method and Description |
---|---|
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 |
PasswordUnmarshaller.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 |
AbstractWSSecurityObjectUnmarshaller.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 |
SecurityUnmarshaller.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 |
EncryptedHeaderUnmarshaller.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 |
EncodedStringUnmarshaller.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 |
AttributedURIUnmarshaller.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 |
AttributedDateTimeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
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 |
KeyIdentifierUnmarshaller.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 |
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 |
AbstractWSSecurityObjectUnmarshaller.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 |
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 |
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 |
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 |
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 |
TimestampUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Method and Description |
---|---|
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 |
ClaimsUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
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 |
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 |
SignChallengeTypeUnmarshaller.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 |
RequestSecurityTokenUnmarshaller.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 |
EntropyUnmarshaller.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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
CancelTargetUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Method and Description |
---|---|
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.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 |
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 |
MissingAttributeDetailTypeUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
MissingAttributeDetailTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
ApplyTypeUnmarshaller.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 |
AttributeValueTypeUnmarshaller.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 |
IdReferenceTypeUnmarshaller.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 |
ActionMatchTypeUnmarshaller.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 |
RuleTypeUnmarshaller.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 |
EnvironmentMatchTypeUnmarshaller.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 |
VariableDefinitionTypeUnmarshaller.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 |
SubjectMatchTypeUnmarshaller.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 |
PolicyTypeUnmarshaller.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 |
VariableReferenceTypeUnmarshaller.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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
VariableDefinitionTypeUnmarshaller.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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
CombinerParameterTypeUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 |
ReferencedPoliciesTypeUnmarshaller.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 |
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 |
XACMLAuthzDecisionQueryTypeUnmarshaller.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 | Method and Description |
---|---|
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 |
EncryptionPropertyUnmarshaller.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 |
EncryptionPropertiesUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
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 |
EncryptedKeyUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
AlgorithmIdentifierTypeUnmarshaller.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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
AlgorithmIdentifierTypeUnmarshaller.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 |
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 |
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 |
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 |
AgreementMethodUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NamedCurveUnmarshaller.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 |
DigestMethodUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
KeyInfoReferenceUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
X509DigestUnmarshaller.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.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
DEREncodedKeyValueUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
ECKeyValueUnmarshaller.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 |
KeyInfoUnmarshaller.processAttribute(XMLObject xmlObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
ECKeyValueUnmarshaller.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 |
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 |
KeyInfoUnmarshaller.processChildElement(XMLObject parentXMLObject,
XMLObject childXMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
Signature |
SignatureUnmarshaller.unmarshall(Element signatureElement)
Unmarshalls the given W3C DOM element into a XMLObject.
|
Copyright © 2017. All rights reserved.