Uses of Class
org.opensaml.core.xml.io.MarshallingException
Packages that use MarshallingException
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.
Support classes for SAML message security operations.
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 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.
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 SAML 2.0 metadata objects.
Provided implementations of the SOAP 1.1 XMLObject interfaces.
XML Object provider implementations for WS-Addressing.
XML Object provider implementations for WS-Federation.
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.
Functional support for XML Signature.
-
Uses of MarshallingException in org.opensaml.core.testing
Methods in org.opensaml.core.testing that throw MarshallingExceptionModifier and TypeMethodDescriptionvoidXMLObjectProviderBaseTestCase.testAttributeIDnessMarshall(XMLObject target, String idValue) Test marshalling of attribute IDness. -
Uses of MarshallingException in org.opensaml.core.xml
Methods in org.opensaml.core.xml that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractExtensibleXMLObjectMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractElementExtensibleXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Noxs:anyAttributeattributes.protected voidAbstractExtensibleXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls thexs:anyAttributeattributes.protected voidAbstractElementExtensibleXMLObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No text content. -
Uses of MarshallingException in org.opensaml.core.xml.io
Methods in org.opensaml.core.xml.io that throw MarshallingExceptionModifier and TypeMethodDescriptionMarshall this element, and its children, and root them in a newly created Document.Marshall this element, and its children, into a W3C DOM element.Marshall the given XMLObject and append it as a child to the given parent element.Marshall this element, and its children, and root them in a newly created Document.Marshall this element, and its children, into a W3C DOM element.Marshall the given XMLObject and append it as a child to the given parent element.protected voidAbstractXMLObjectMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractXMLObjectMarshaller.marshallChildElements(XMLObject xmlObject, Element domElement) Marshalls the child elements of the given XMLObject.protected voidAbstractXMLObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected ElementAbstractXMLObjectMarshaller.marshallInto(XMLObject xmlObject, Element targetElement) Marshalls the given XMLObject into the given DOM Element.protected voidAbstractXMLObjectMarshaller.marshallSchemaInstanceAttributes(XMLObject xmlObject, Element domElement) Creates the XSI type, schemaLocation, and noNamespaceSchemaLocation attributes for an XMLObject.private voidAbstractXMLObjectMarshaller.prepareForAdoption(XMLObject domCachingObject) Prepares the given DOM caching XMLObject for adoption into another document. -
Uses of MarshallingException in org.opensaml.core.xml.mock
Methods in org.opensaml.core.xml.mock that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidSimpleXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSimpleXMLObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.core.xml.schema.impl
Methods in org.opensaml.core.xml.schema.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidXSAnyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidXSAnyMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSBase64BinaryMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSBooleanMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSDateTimeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSIntegerMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSQNameMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSStringMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSURIMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util that throw MarshallingExceptionModifier 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 ElementMarshall an XMLObject.static voidXMLObjectSupport.marshallToOutputStream(XMLObject xmlObject, OutputStream outputStream) Marshall an XMLObject to an OutputStream. -
Uses of MarshallingException in org.opensaml.saml.common
Methods in org.opensaml.saml.common that throw MarshallingExceptionModifier and TypeMethodDescriptionMarshall this element, and its children, into a W3C DOM element.Marshall the given XMLObject and append it as a child to the given parent element.protected voidAbstractSAMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAbstractSAMLObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.saml.common.binding.artifact
Constructors in org.opensaml.saml.common.binding.artifact that throw MarshallingExceptionModifierConstructorDescriptionBasicSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, SAMLObject samlMessage) Constructor.ExpiringSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, SAMLObject samlMessage) Constructor. -
Uses of MarshallingException in org.opensaml.saml.common.messaging
Methods in org.opensaml.saml.common.messaging that throw MarshallingExceptionModifier and TypeMethodDescriptionstatic voidSAMLMessageSecuritySupport.signMessage(MessageContext messageContext) Signs the SAML message represented in the message context if it is aSignableXMLObjectand the message context contains signing parameters as determined bySAMLMessageSecuritySupport.getContextSigningParameters(MessageContext). -
Uses of MarshallingException in org.opensaml.saml.ext.saml2alg.impl
Methods in org.opensaml.saml.ext.saml2alg.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidDigestMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSigningMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.saml.ext.saml2cb.impl
Methods in org.opensaml.saml.ext.saml2cb.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidChannelBindingsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element. -
Uses of MarshallingException in org.opensaml.saml.ext.saml2delrestrict.impl
Methods in org.opensaml.saml.ext.saml2delrestrict.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidDelegateMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.saml.ext.saml2mdquery.impl
Methods in org.opensaml.saml.ext.saml2mdquery.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidQueryDescriptorTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.saml.ext.saml2mdrpi.impl
Methods in org.opensaml.saml.ext.saml2mdrpi.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidPublicationInfoMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidPublicationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRegistrationInfoMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.saml.ext.saml2mdui.impl
Methods in org.opensaml.saml.ext.saml2mdui.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidKeywordsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidLogoMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidKeywordsMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.saml.ext.samlec.impl
Methods in org.opensaml.saml.ext.samlec.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidGeneratedKeyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSessionKeyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.saml.saml1.core.impl
Methods in org.opensaml.saml.saml1.core.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidAssertionMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidRequestAbstractTypeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidResponseAbstractTypeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidActionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAssertionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeDesignatorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeQueryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthenticationQueryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthenticationStatementMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthorityBindingMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthorizationDecisionQueryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthorizationDecisionStatementMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidConditionsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidNameIdentifierMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestAbstractTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidResponseAbstractTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidStatusCodeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectLocalityMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.saml.saml2.core.impl
Methods in org.opensaml.saml.saml2.core.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidAssertionMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidRequestAbstractTypeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidStatusResponseTypeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidActionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAssertionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthnQueryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthnRequestMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthnStatementMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthzDecisionQueryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthzDecisionStatementMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidBaseIDMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidConditionsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidIDPEntryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidLogoutRequestMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidNameIDPolicyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidNameIDTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidProxyRestrictionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRequestAbstractTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRequestedAuthnContextMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidScopingMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidStatusCodeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidStatusResponseTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectConfirmationDataMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectConfirmationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectLocalityMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidNameIDTypeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.saml.saml2.ecp.impl
Methods in org.opensaml.saml.saml2.ecp.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidRelayStateMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestAuthenticatedMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRequestMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidResponseMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectConfirmationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.saml.saml2.metadata.impl
Methods in org.opensaml.saml.saml2.metadata.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidAffiliationDescriptorMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEntitiesDescriptorMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEntityDescriptorMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidRoleDescriptorMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAdditionalMetadataLocationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAffiliationDescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeConsumingServiceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidContactPersonMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidEndpointMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidEntitiesDescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidEntityDescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidIDPSSODescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidIndexedEndpointMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidKeyDescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidLocalizedNameMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidLocalizedURIMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidOrganizationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRequestedAttributeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRoleDescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSPSSODescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAdditionalMetadataLocationMarshaller.marshallElementContent(XMLObject samlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidLocalizedNameMarshaller.marshallElementContent(XMLObject samlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidLocalizedURIMarshaller.marshallElementContent(XMLObject samlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.soap.soap11.impl
Methods in org.opensaml.soap.soap11.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidBodyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidDetailMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEnvelopeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidFaultMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidHeaderMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidBodyMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidDetailMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidEnvelopeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidFaultMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidHeaderMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.soap.wsaddressing.impl
Methods in org.opensaml.soap.wsaddressing.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractWSAddressingObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedQNameMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedUnsignedLongMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedURIMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEndpointReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidMetadataMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidProblemActionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidReferenceParametersMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRelatesToMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractWSAddressingObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAttributedUnsignedLongMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAttributedURIMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.soap.wsfed.impl
Methods in org.opensaml.soap.wsfed.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidAddressMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAppliesToMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEndPointReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestedSecurityTokenMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestSecurityTokenResponseMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAddressMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAppliesToMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidEndPointReferenceMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidRequestedSecurityTokenMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidRequestSecurityTokenResponseMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.soap.wspolicy.impl
Methods in org.opensaml.soap.wspolicy.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidPolicyMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractWSPolicyObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAppliesToMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidPolicyAttachmentMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidPolicyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidPolicyReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractWSPolicyObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.soap.wssecurity.impl
Methods in org.opensaml.soap.wssecurity.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidAttributedDateTimeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAttributedStringMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEncryptedHeaderMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidSecurityTokenReferenceMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidSignatureConfirmationMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidTimestampMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidUsernameTokenMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractWSSecurityObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedDateTimeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedStringMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedURIMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidBinarySecurityTokenMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEmbeddedMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncodedStringMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptedHeaderMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidKeyIdentifierMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidPasswordMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSecurityMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSecurityTokenReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSignatureConfirmationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidTimestampMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidTransformationParametersMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidUsernameTokenMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractWSSecurityObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAttributedDateTimeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAttributedStringMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidIterationMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidSaltMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.soap.wstrust.impl
Methods in org.opensaml.soap.wstrust.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractWSTrustObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidBinaryExchangeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidBinarySecretMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidClaimsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEntropyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRenewingMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestSecurityTokenMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestSecurityTokenResponseCollectionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestSecurityTokenResponseMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSignChallengeTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidUseKeyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractWSTrustObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidDelegatableMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidForwardableMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.xacml.ctx.impl
Methods in org.opensaml.xacml.ctx.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidAttributeTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidAttributeValueTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidMissingAttributeDetailTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidResourceContentTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidResultTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidStatusCodeTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidSubjectTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidAttributeValueTypeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method.protected voidDecisionTypeMarshaller.marshallElementContent(XMLObject samlObject, Element domElement) No-op method.protected voidResourceContentTypeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method.protected voidStatusMessageTypeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.xacml.impl
Methods in org.opensaml.xacml.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidAbstractXACMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAbstractXACMLObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.xacml.policy.impl
Methods in org.opensaml.xacml.policy.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidActionMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidApplyTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeAssignmentTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidAttributeDesignatorTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeSelectorTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeValueTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidCombinerParameterTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidEnvironmentMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidFunctionTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidIdReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidObligationTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidPolicyCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidPolicySetCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidPolicySetTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidPolicyTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidResourceMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRuleCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRuleTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectAttributeDesignatorTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidVariableDefinitionTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidVariableReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeValueTypeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method.protected voidDescriptionTypeMarshaller.marshallElementContent(XMLObject xmlobject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.xacml.profile.saml.impl
Methods in org.opensaml.xacml.profile.saml.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidXACMLAuthzDecisionQueryTypeMarshaller.marshallAttributes(XMLObject samlObject, Element domElement) No-op method. -
Uses of MarshallingException in org.opensaml.xmlsec.encryption.impl
Methods in org.opensaml.xmlsec.encryption.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprotected voidDerivedKeyMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEncryptedTypeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEncryptionPropertiesMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEncryptionPropertyMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractXMLEncryptionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAgreementMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAlgorithmIdentifierTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidCipherReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidConcatKDFParamsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidDerivedKeyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptedKeyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptedTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptionMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptionPropertiesMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptionPropertyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidKeyDerivationMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractXMLEncryptionMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.xmlsec.signature.impl
Methods in org.opensaml.xmlsec.signature.impl that throw MarshallingExceptionModifier and TypeMethodDescriptionprivate ElementSignatureMarshaller.createSignatureElement(Signature signature, Document document) Creates the signature elements but does not compute the signature.Marshall this element, and its children, and root them in a newly created Document.Marshall this element, and its children, into a W3C DOM element.Marshall the given XMLObject and append it as a child to the given parent element.protected voidDEREncodedKeyValueMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidECKeyValueMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidKeyInfoMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidKeyInfoReferenceMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractXMLSignatureMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidDEREncodedKeyValueMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidDigestMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidECKeyValueMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidKeyInfoMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidKeyInfoReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidNamedCurveMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRetrievalMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidTransformMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidX509DigestMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidX509SerialNumberMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractXMLSignatureMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidX509SerialNumberMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.xmlsec.signature.support
Methods in org.opensaml.xmlsec.signature.support that throw MarshallingExceptionModifier and TypeMethodDescriptionstatic voidSignatureSupport.signObject(SignableXMLObject signable, SignatureSigningParameters parameters) Signs aSignableXMLObject.