Uses of Class
org.opensaml.core.xml.io.UnmarshallingException
Packages that use UnmarshallingException
Package
Description
Base classes for working with XML as Java objects and configuring the library.
Interfaces and abstract implementations of marshallers and unmarshallers.
Implementations of the interfaces for XMLObjects that represent XML schema types.
Utility classes for working with XML, XMLObjects, and various data types.
Base classes for working with SAML as Java objects.
Classes supporting SAML artifact use.
Implementations for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
Implementation for SAML v2.0 Metadata Extension for Entity Attributes Version 1.0.
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
Concrete implementations of the interfaces for the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
Implementation for SAML V2 Metadata Extensions for UI and Discovery.
Implementation for SAML-EC GSS-API schema content.
Classes for retrieving, filtering, and querying metadata.
Implementations of SAML 1.x core specification types and elements.
Implementations of SAML 2.0 core specification types and elements.
Implementations of SAML 2.0 ECP types and elements.
Concrete implementations of the metadata APIs.
Provided implementations of the SOAP 1.1 XMLObject interfaces.
XML Object provider implementations for WS-Addressing.
XML Object provider implementations for WS-Policy.
XML Object provider implementations for WS-Security.
XML Object provider implementations for WS-Trust.
XMLObject implementations for XACML context schema.
XMLObject provider implementation support for XACML.
XMLObject provider implementation classes for XACML policy schema.
XMLObject implementation classes for XACML SAML profile.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of UnmarshallingException in org.opensaml.core.xml
Methods in org.opensaml.core.xml that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractElementExtensibleXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Noxs:anyAttributeattribute.protected voidAbstractExtensibleXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Unmarshalls thexs:anyAttributeattributes.protected voidAbstractElementExtensibleXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Unmarshalls all child elements in thexs:anylist. -
Uses of UnmarshallingException in org.opensaml.core.xml.io
Methods in org.opensaml.core.xml.io that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected XMLObjectAbstractXMLObjectUnmarshaller.buildXMLObject(Element domElement) Constructs the XMLObject that the given DOM Element will be unmarshalled into.protected voidAbstractXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAbstractXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.AbstractXMLObjectUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject.Unmarshaller.unmarshall(Element element) Unmarshalls the given W3C DOM element into a XMLObject.protected voidAbstractXMLObjectUnmarshaller.unmarshallAttribute(XMLObject xmlObject, Attr attribute) Unmarshalls the attributes from the given DOM Attr into the given XMLObject.protected voidAbstractXMLObjectUnmarshaller.unmarshallChildElement(XMLObject xmlObject, Element childElement) Unmarshalls given Element's children.protected voidAbstractXMLObjectUnmarshaller.unmarshallTextContent(XMLObject xmlObject, Text content) Unmarshalls the given Text node into a usable string by way ofCharacterData.getData()and passes it off toAbstractXMLObjectUnmarshaller.processElementContent(XMLObject, String)if the string is not null and contains something other than whitespace. -
Uses of UnmarshallingException in org.opensaml.core.xml.schema.impl
Methods in org.opensaml.core.xml.schema.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidXSAnyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidXSAnyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXSQNameUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXSQNameUnmarshaller.unmarshallTextContent(XMLObject xmlObject, Text content) Unmarshalls the given Text node into a usable string by way ofCharacterData.getData()and passes it off toAbstractXMLObjectUnmarshaller.processElementContent(XMLObject, String)if the string is not null and contains something other than whitespace. -
Uses of UnmarshallingException in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util that throw UnmarshallingExceptionModifier and TypeMethodDescriptionstatic <T extends XMLObject>
TXMLObjectSupport.cloneXMLObject(T originalXMLObject) Clone an XMLObject by brute force:static <T extends XMLObject>
TXMLObjectSupport.cloneXMLObject(T originalXMLObject, XMLObjectSupport.CloneOutputOption cloneOutputOption) Clone an XMLObject by brute force:static XMLObjectXMLObjectSupport.unmarshallFromInputStream(ParserPool parserPool, InputStream inputStream) Unmarshall a Document from an InputSteam.static XMLObjectXMLObjectSupport.unmarshallFromReader(ParserPool parserPool, Reader reader) Unmarshall a Document from a Reader. -
Uses of UnmarshallingException in org.opensaml.saml.common
Methods in org.opensaml.saml.common that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected SAMLVersionAbstractSAMLObjectUnmarshaller.parseSAMLVersion(Attr attribute) ParseSAMLVersioninstance from the specified DOM attribute. -
Uses of UnmarshallingException in org.opensaml.saml.common.binding.artifact
Constructors in org.opensaml.saml.common.binding.artifact that throw UnmarshallingExceptionModifierConstructorDescriptionBasicSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, SAMLObject samlMessage) Constructor.ExpiringSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, SAMLObject samlMessage) Constructor. -
Uses of UnmarshallingException in org.opensaml.saml.ext.reqattr.impl
Methods in org.opensaml.saml.ext.reqattr.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidRequestedAttributesUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2alg.impl
Methods in org.opensaml.saml.ext.saml2alg.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidDigestMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSigningMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDigestMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSigningMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2cb.impl
Methods in org.opensaml.saml.ext.saml2cb.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidChannelBindingsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2delrestrict.impl
Methods in org.opensaml.saml.ext.saml2delrestrict.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidDelegateUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDelegateUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDelegationRestrictionTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2mdattr.impl
Methods in org.opensaml.saml.ext.saml2mdattr.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidEntityAttributesUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2mdquery.impl
Methods in org.opensaml.saml.ext.saml2mdquery.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidQueryDescriptorTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthzDecisionQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2mdrpi.impl
Methods in org.opensaml.saml.ext.saml2mdrpi.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidPublicationInfoUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPublicationUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRegistrationInfoUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPublicationInfoUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPublicationPathUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRegistrationInfoUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.saml2mdui.impl
Methods in org.opensaml.saml.ext.saml2mdui.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidKeywordsUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLogoUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDiscoHintsUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidUIInfoUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.ext.samlec.impl
Methods in org.opensaml.saml.ext.samlec.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidGeneratedKeyUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSessionKeyUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSessionKeyUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.metadata.resolver.impl
Methods in org.opensaml.saml.metadata.resolver.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected XMLObjectAbstractMetadataResolver.unmarshallMetadata(InputStream metadataInput) Unmarshalls the metadata from the given stream. -
Uses of UnmarshallingException in org.opensaml.saml.saml1.core.impl
Methods in org.opensaml.saml.saml1.core.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidActionUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAssertionUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeDesignatorUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeQueryUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthenticationQueryUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthenticationStatementUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthorityBindingUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthorizationDecisionQueryUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthorizationDecisionStatementUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidConditionsUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNameIdentifierUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestAbstractTypeUnmarshaller.processAttribute(XMLObject samlElement, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResponseAbstractTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusCodeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectLocalityUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAdviceUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAssertionUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeStatementUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAudienceRestrictionConditionUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthenticationStatementUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthorizationDecisionQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthorizationDecisionStatementUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConditionsUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEvidenceUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestAbstractTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestUnmarshaller.processChildElement(XMLObject parentElement, XMLObject childElement) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseAbstractTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusCodeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusDetailUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectStatementUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.AssertionUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject.RequestAbstractTypeUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject.ResponseAbstractTypeUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.saml2.core.impl
Methods in org.opensaml.saml.saml2.core.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidActionUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAssertionUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthnQueryUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthnRequestUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthnStatementUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthzDecisionQueryUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthzDecisionStatementUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBaseIDUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidConditionsUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidExtensionsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIDPEntryUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLogoutRequestUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNameIDPolicyUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNameIDTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidProxyRestrictionUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestAbstractTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestedAuthnContextUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidScopingUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusCodeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusResponseTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectConfirmationDataUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectConfirmationUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectLocalityUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAdviceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidArtifactResolveUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidArtifactResponseUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAssertionIDRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAssertionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAudienceRestrictionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnContextUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthzDecisionQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthzDecisionStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConditionsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedElementTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEvidenceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidExtensionsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidIDPListUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidLogoutRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidManageNameIDRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidNameIDMappingRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidNameIDMappingResponseUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidProxyRestrictionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestAbstractTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedAuthnContextUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidScopingUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusCodeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusDetailUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusResponseTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationDataUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectQueryUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.saml2.ecp.impl
Methods in org.opensaml.saml.saml2.ecp.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidRelayStateUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestAuthenticatedUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResponseUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectConfirmationUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.saml.saml2.metadata.impl
Methods in org.opensaml.saml.saml2.metadata.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAdditionalMetadataLocationUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAffiliationDescriptorUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeConsumingServiceUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidContactPersonUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEndpointUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEntitiesDescriptorUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEntityDescriptorUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidExtensionsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIDPSSODescriptorUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIndexedEndpointUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyDescriptorUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLocalizedNameUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLocalizedURIUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidOrganizationUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestedAttributeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRoleDescriptorUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSPSSODescriptorUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAffiliationDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeAuthorityDescriptorUnmarshaller.processChildElement(XMLObject parentElement, XMLObject childElement) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeConsumingServiceUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnAuthorityDescriptorUnmarshaller.processChildElement(XMLObject parentElement, XMLObject childElement) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidContactPersonUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEndpointUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEntitiesDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEntityDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidExtensionsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidIDPSSODescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidOrganizationUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPDPDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRoleDescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSPSSODescriptorUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSSODescriptorUnmarshaller.processChildElement(XMLObject parentElement, XMLObject childElement) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.soap11.impl
Methods in org.opensaml.soap.soap11.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidBodyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDetailUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEnvelopeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidFaultUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidHeaderUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBodyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDetailUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvelopeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidFaultUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidHeaderUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.wsaddressing.impl
Methods in org.opensaml.soap.wsaddressing.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractWSAddressingObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedQNameUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedUnsignedLongUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedURIUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEndpointReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidMetadataUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidProblemActionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferenceParametersUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRelatesToUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAbstractWSAddressingObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEndpointReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidMetadataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidProblemActionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidReferenceParametersUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.wspolicy.impl
Methods in org.opensaml.soap.wspolicy.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractWSPolicyObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAppliesToUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyAttachmentUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAbstractWSPolicyObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAppliesToUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidOperatorContentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPolicyAttachmentUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.wssecurity.impl
Methods in org.opensaml.soap.wssecurity.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractWSSecurityObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedDateTimeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedStringUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedURIUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBinarySecurityTokenUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEmbeddedUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncodedStringUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptedHeaderUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyIdentifierUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPasswordUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSecurityTokenReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSecurityUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSignatureConfirmationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidTimestampUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidTransformationParametersUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidUsernameTokenUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAbstractWSSecurityObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEmbeddedUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedHeaderUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSecurityTokenReferenceUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSecurityUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTimestampUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformationParametersUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidUsernameTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.soap.wstrust.impl
Methods in org.opensaml.soap.wstrust.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractWSTrustObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBinaryExchangeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBinarySecretUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidClaimsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEntropyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRenewingUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestSecurityTokenResponseCollectionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestSecurityTokenResponseUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestSecurityTokenUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSignChallengeTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidUseKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAbstractWSTrustObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthenticatorUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCancelTargetUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidClaimsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDelegateToUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEntropyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyExchangeTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidLifetimeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidOnBehalfOfUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidParticipantsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidParticipantTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidProofEncryptionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRenewTargetUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedProofTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedSecurityTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenCollectionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenResponseCollectionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenResponseUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSignChallengeTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidUseKeyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidValidateTargetUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xacml.ctx.impl
Methods in org.opensaml.xacml.ctx.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAttributeTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeValueTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidMissingAttributeDetailTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResourceContentTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResultTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusCodeTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidActionTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeValueTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidMissingAttributeDetailTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceContentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResultTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusCodeTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusDetailTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xacml.impl
Methods in org.opensaml.xacml.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractXACMLObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAbstractXACMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xacml.policy.impl
Methods in org.opensaml.xacml.policy.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidActionMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidApplyTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeAssignmentTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeDesignatorTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeSelectorTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeValueTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidCombinerParameterTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEnvironmentMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidFunctionTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIdReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidObligationTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicySetCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicySetTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResourceMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRuleCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRuleTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectAttributeDesignatorTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidVariableDefinitionTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidVariableReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidActionMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidActionsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidActionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidApplyTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeValueTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCombinerParametersTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCombinerParameterTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConditionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDefaultsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidObligationsTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidObligationTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPolicySetTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPolicyTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourcesTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRuleCombinerParametersTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRuleTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTargetTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidVariableDefinitionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidVariableReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xacml.profile.saml.impl
Methods in org.opensaml.xacml.profile.saml.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidXACMLAuthzDecisionQueryTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferencedPoliciesTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLAuthzDecisionQueryTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLAuthzDecisionStatementTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLPolicyQueryTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLPolicyStatementTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xmlsec.encryption.impl
Methods in org.opensaml.xmlsec.encryption.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractXMLEncryptionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAgreementMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAlgorithmIdentifierTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidCipherReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidConcatKDFParamsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDerivedKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptedKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptedTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptionMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptionPropertiesUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptionPropertyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyDerivationMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAbstractXMLEncryptionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAgreementMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAlgorithmIdentifierTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCipherDataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCipherReferenceUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConcatKDFParamsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDerivedKeyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDHKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedKeyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionPropertiesUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionPropertyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyDerivationMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPBKDF2ParamsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidReferenceListUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSaltUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of UnmarshallingException in org.opensaml.xmlsec.signature.impl
Methods in org.opensaml.xmlsec.signature.impl that throw UnmarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractXMLSignatureUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDEREncodedKeyValueUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDigestMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidECKeyValueUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyInfoReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyInfoUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNamedCurveUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRetrievalMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidTransformUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidX509DigestUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidX509SerialNumberUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAbstractXMLSignatureUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDigestMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDSAKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidECKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyInfoUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPGPDataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRetrievalMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRSAKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSPKIDataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidX509DataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidX509IssuerSerialUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidX509SerialNumberUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.SignatureUnmarshaller.unmarshall(Element signatureElement) Unmarshalls the given W3C DOM element into a XMLObject.