Uses of Class
org.opensaml.core.xml.io.MarshallingException
Package | Description |
---|---|
org.opensaml.core.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.core.xml.io |
Interfaces and abstract implementations of marshallers and unmarshallers.
|
org.opensaml.core.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.core.xml.util |
Utility classes for working with XML, XMLObjects, and various data types.
|
org.opensaml.saml.common |
Base classes for working with SAML as Java objects.
|
org.opensaml.saml.common.binding.artifact |
Classes supporting SAML artifact use.
|
org.opensaml.saml.common.messaging |
Support classes for SAML message security operations.
|
org.opensaml.saml.ext.saml2alg.impl |
Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
|
org.opensaml.saml.ext.saml2cb.impl |
Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.
|
org.opensaml.saml.ext.saml2delrestrict.impl |
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
|
org.opensaml.saml.ext.saml2mdquery.impl |
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
|
org.opensaml.saml.ext.saml2mdrpi.impl |
Concrete implementations of the interfaces for the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
|
org.opensaml.saml.ext.saml2mdui.impl |
Implementation for SAML V2 Metadata Extensions for UI and Discovery.
|
org.opensaml.saml.ext.samlec.impl |
Implementation for SAML-EC GSS-API schema content.
|
org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml.saml2.ecp.impl |
Implementations of SAML 2.0 ECP types and elements.
|
org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
org.opensaml.soap.soap11.impl |
Provided implementations of the SOAP 1.1 XMLObject interfaces.
|
org.opensaml.soap.wsaddressing.impl |
XML Object provider implementations for WS-Addressing.
|
org.opensaml.soap.wspolicy.impl |
XML Object provider implementations for WS-Policy.
|
org.opensaml.soap.wssecurity.impl |
XML Object provider implementations for WS-Security.
|
org.opensaml.soap.wstrust.impl |
XML Object provider implementations for WS-Trust.
|
org.opensaml.xacml.ctx.impl |
XMLObject implementations for XACML context schema.
|
org.opensaml.xacml.impl |
XMLObject provider implementation support for XACML.
|
org.opensaml.xacml.policy.impl |
XMLObject provider implementation classes for XACML policy schema.
|
org.opensaml.xacml.profile.saml.impl |
XMLObject implementation classes for XACML SAML profile.
|
org.opensaml.xmlsec.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
org.opensaml.xmlsec.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
org.opensaml.xmlsec.signature.support |
Functional support for XML Signature.
|
-
Uses of MarshallingException in org.opensaml.core.xml
Methods in org.opensaml.core.xml that throw MarshallingException Modifier and Type Method Description protected void
AbstractExtensibleXMLObjectMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
AbstractElementExtensibleXMLObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Noxs:anyAttribute
attributes.protected void
AbstractExtensibleXMLObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls thexs:anyAttribute
attributes.protected void
AbstractElementExtensibleXMLObjectMarshaller. 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 MarshallingException Modifier and Type Method Description Element
AbstractXMLObjectMarshaller. marshall(XMLObject xmlObject)
Marshall this element, and its children, and root them in a newly created Document.Element
AbstractXMLObjectMarshaller. marshall(XMLObject xmlObject, Document document)
Marshall this element, and its children, into a W3C DOM element.Element
AbstractXMLObjectMarshaller. marshall(XMLObject xmlObject, Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.Element
Marshaller. marshall(XMLObject xmlObject)
Marshall this element, and its children, and root them in a newly created Document.Element
Marshaller. marshall(XMLObject xmlObject, Document document)
Marshall this element, and its children, into a W3C DOM element.Element
Marshaller. marshall(XMLObject xmlObject, Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.protected void
AbstractXMLObjectMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
AbstractXMLObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AbstractXMLObjectMarshaller. marshallChildElements(XMLObject xmlObject, Element domElement)
Marshalls the child elements of the given XMLObject.protected void
AbstractXMLObjectMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected Element
AbstractXMLObjectMarshaller. marshallInto(XMLObject xmlObject, Element targetElement)
Marshalls the given XMLObject into the given DOM Element.protected void
AbstractXMLObjectMarshaller. marshallSchemaInstanceAttributes(XMLObject xmlObject, Element domElement)
Creates the XSI type, schemaLocation, and noNamespaceSchemaLocation attributes for an XMLObject.private void
AbstractXMLObjectMarshaller. prepareForAdoption(XMLObject domCachingObject)
Prepares the given DOM caching XMLObject for adoption into another document. -
Uses of MarshallingException in org.opensaml.core.xml.schema.impl
Methods in org.opensaml.core.xml.schema.impl that throw MarshallingException Modifier and Type Method Description protected void
XSAnyMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
XSAnyMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
XSBase64BinaryMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
XSBooleanMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
XSDateTimeMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
XSIntegerMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
XSQNameMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
XSStringMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
XSURIMarshaller. 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 MarshallingException Modifier and Type Method Description static <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 Element
XMLObjectSupport. marshall(XMLObject xmlObject)
Marshall an XMLObject.static void
XMLObjectSupport. 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 MarshallingException Modifier and Type Method Description Element
AbstractSAMLObjectMarshaller. marshall(XMLObject xmlObject, Document document)
Marshall this element, and its children, into a W3C DOM element.Element
AbstractSAMLObjectMarshaller. marshall(XMLObject xmlObject, Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.protected void
AbstractSAMLObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
AbstractSAMLObjectMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
No-op method. -
Uses of MarshallingException in org.opensaml.saml.common.binding.artifact
Constructors in org.opensaml.saml.common.binding.artifact that throw MarshallingException Constructor Description BasicSAMLArtifactMapEntry(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 MarshallingException Modifier and Type Method Description static void
SAMLMessageSecuritySupport. signMessage(MessageContext messageContext)
Signs the SAML message represented in the message context if it is aSignableXMLObject
and 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 MarshallingException Modifier and Type Method Description protected void
DigestMethodMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
SigningMethodMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
ChannelBindingsMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
DelegateMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
QueryDescriptorTypeMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
PublicationInfoMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
PublicationMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
RegistrationInfoMarshaller. marshallAttributes(XMLObject samlObject, 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 MarshallingException Modifier and Type Method Description protected void
KeywordsMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
LogoMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
KeywordsMarshaller. marshallElementContent(XMLObject samlObject, 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 MarshallingException Modifier and Type Method Description protected void
GeneratedKeyMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
SessionKeyMarshaller. marshallAttributes(XMLObject samlObject, 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 MarshallingException Modifier and Type Method Description protected void
AssertionMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
RequestAbstractTypeMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
ResponseAbstractTypeMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
ActionMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AssertionMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
AttributeDesignatorMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
AttributeQueryMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
AuthenticationQueryMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
AuthenticationStatementMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.void
AuthorityBindingMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
AuthorizationDecisionQueryMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
AuthorizationDecisionStatementMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
ConditionsMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
NameIdentifierMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
RequestAbstractTypeMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
ResponseAbstractTypeMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
StatusCodeMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.void
SubjectLocalityMarshaller. marshallAttributes(XMLObject samlElement, 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 MarshallingException Modifier and Type Method Description protected void
AssertionMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
RequestAbstractTypeMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
StatusResponseTypeMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
ActionMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AssertionMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
AttributeMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
AuthnQueryMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
AuthnRequestMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
AuthnStatementMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
AuthzDecisionQueryMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
AuthzDecisionStatementMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
BaseIDMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
ConditionsMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
ExtensionsMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
IDPEntryMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
LogoutRequestMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
NameIDPolicyMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
NameIDTypeMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
ProxyRestrictionMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
RequestAbstractTypeMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
RequestedAuthnContextMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
ScopingMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
StatusCodeMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
StatusResponseTypeMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
SubjectConfirmationDataMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
SubjectConfirmationMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
SubjectLocalityMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
ExtensionsMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
No-op method.protected void
NameIDTypeMarshaller. marshallElementContent(XMLObject samlObject, 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 MarshallingException Modifier and Type Method Description protected void
RelayStateMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
RequestAuthenticatedMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
RequestMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
ResponseMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
SubjectConfirmationMarshaller. marshallAttributes(XMLObject samlObject, 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 MarshallingException Modifier and Type Method Description protected void
AffiliationDescriptorMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
EntitiesDescriptorMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
EntityDescriptorMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
RoleDescriptorMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
AdditionalMetadataLocationMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AffiliationDescriptorMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
AttributeConsumingServiceMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
ContactPersonMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
EntitiesDescriptorMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
EntityDescriptorMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
ExtensionsMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
IDPSSODescriptorMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
KeyDescriptorMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
LocalizedNameMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
LocalizedURIMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
OrganizationMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
RequestedAttributeMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
RoleDescriptorMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
SPSSODescriptorMarshaller. marshallAttributes(XMLObject samlObject, Element domElement)
No-op method.protected void
AdditionalMetadataLocationMarshaller. marshallElementContent(XMLObject samlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
ExtensionsMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
No-op method.protected void
LocalizedNameMarshaller. marshallElementContent(XMLObject samlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
LocalizedURIMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
BodyMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
DetailMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EnvelopeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
FaultMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
HeaderMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
BodyMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
DetailMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
EnvelopeMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
FaultMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
HeaderMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
AbstractWSAddressingObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AttributedQNameMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AttributedUnsignedLongMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AttributedURIMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EndpointReferenceTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
MetadataMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
ProblemActionMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
ReferenceParametersMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
RelatesToMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AbstractWSAddressingObjectMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
AttributedUnsignedLongMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
AttributedURIMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.soap.wspolicy.impl
Methods in org.opensaml.soap.wspolicy.impl that throw MarshallingException Modifier and Type Method Description protected void
PolicyMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
AbstractWSPolicyObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AppliesToMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
PolicyAttachmentMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
PolicyMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
PolicyReferenceMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AbstractWSPolicyObjectMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.soap.wssecurity.impl
Methods in org.opensaml.soap.wssecurity.impl that throw MarshallingException Modifier and Type Method Description protected void
AttributedDateTimeMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
AttributedStringMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
EncryptedHeaderMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
SecurityTokenReferenceMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
SignatureConfirmationMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
TimestampMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
UsernameTokenMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
AbstractWSSecurityObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AttributedDateTimeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AttributedStringMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AttributedURIMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
BinarySecurityTokenMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EmbeddedMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EncodedStringMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EncryptedHeaderMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
KeyIdentifierMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
PasswordMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
ReferenceMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
SecurityMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
SecurityTokenReferenceMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
SignatureConfirmationMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
TimestampMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
TransformationParametersMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
UsernameTokenMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AbstractWSSecurityObjectMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
AttributedDateTimeMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
AttributedStringMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
IterationMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
SaltMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
AbstractWSTrustObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
BinaryExchangeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
BinarySecretMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
ClaimsMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EntropyMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
RenewingMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
RequestSecurityTokenMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
RequestSecurityTokenResponseCollectionMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
RequestSecurityTokenResponseMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
SignChallengeTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
UseKeyMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AbstractWSTrustObjectMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
DelegatableMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
ForwardableMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
AttributeTypeMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
AttributeValueTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
MissingAttributeDetailTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
ResourceContentTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
ResultTypeMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
StatusCodeTypeMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
SubjectTypeMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
AttributeValueTypeMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
No-op method.protected void
DecisionTypeMarshaller. marshallElementContent(XMLObject samlObject, Element domElement)
No-op method.protected void
ResourceContentTypeMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
No-op method.protected void
StatusMessageTypeMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
No-op method. -
Uses of MarshallingException in org.opensaml.xacml.impl
Methods in org.opensaml.xacml.impl that throw MarshallingException Modifier and Type Method Description protected void
AbstractXACMLObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
AbstractXACMLObjectMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
ActionMatchTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
ApplyTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
AttributeAssignmentTypeMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
AttributeDesignatorTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
AttributeSelectorTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
AttributeValueTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
CombinerParameterTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
EnvironmentMatchTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
FunctionTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
IdReferenceTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
ObligationTypeMarshaller. marshallAttributes(XMLObject samlElement, Element domElement)
No-op method.protected void
PolicyCombinerParametersTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
PolicySetCombinerParametersTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
PolicySetTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
PolicyTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
ResourceMatchTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
RuleCombinerParametersTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
RuleTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
SubjectAttributeDesignatorTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
SubjectMatchTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
VariableDefinitionTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
VariableReferenceTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
No-op method.protected void
AttributeValueTypeMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
No-op method.protected void
DescriptionTypeMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
XACMLAuthzDecisionQueryTypeMarshaller. 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 MarshallingException Modifier and Type Method Description protected void
DerivedKeyMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
EncryptedTypeMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
EncryptionPropertiesMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
EncryptionPropertyMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
AbstractXMLEncryptionMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AgreementMethodMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AlgorithmIdentifierTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
CipherReferenceMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
ConcatKDFParamsMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
DerivedKeyMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EncryptedKeyMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EncryptedTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EncryptionMethodMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EncryptionPropertiesMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
EncryptionPropertyMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
KeyDerivationMethodMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
ReferenceTypeMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AbstractXMLEncryptionMarshaller. 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 MarshallingException Modifier and Type Method Description private Element
SignatureMarshaller. createSignatureElement(Signature signature, Document document)
Creates the signature elements but does not compute the signature.Element
SignatureMarshaller. marshall(XMLObject xmlObject)
Marshall this element, and its children, and root them in a newly created Document.Element
SignatureMarshaller. marshall(XMLObject xmlObject, Document document)
Marshall this element, and its children, into a W3C DOM element.Element
SignatureMarshaller. marshall(XMLObject xmlObject, Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.protected void
DEREncodedKeyValueMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
ECKeyValueMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
KeyInfoMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
KeyInfoReferenceMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)
Marshalls the IDness of the ID attribute present on the element, if any.protected void
AbstractXMLSignatureMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
DEREncodedKeyValueMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
DigestMethodMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
ECKeyValueMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
KeyInfoMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
KeyInfoReferenceMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
NamedCurveMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
RetrievalMethodMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
TransformMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
X509DigestMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
X509SerialNumberMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)
Marshalls a given XMLObject into a W3C Element.protected void
AbstractXMLSignatureMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.protected void
X509SerialNumberMarshaller. 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 MarshallingException Modifier and Type Method Description static void
SignatureSupport. signObject(SignableXMLObject signable, SignatureSigningParameters parameters)
Signs aSignableXMLObject
.