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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExtensibleXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls the
xs:anyAttribute attributes. |
protected void |
AbstractElementExtensibleXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No
xs:anyAttribute attributes. |
protected void |
AbstractElementExtensibleXMLObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No text content.
|
Modifier and Type | Method and Description |
---|---|
Element |
AbstractXMLObjectMarshaller.marshall(XMLObject xmlObject)
Marshall this element, and its children, and root them in a newly created Document.
|
Element |
Marshaller.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 |
Marshaller.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,
Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.
|
protected void |
AbstractXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
BaseXMLObjectMarshaller.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 void |
BaseXMLObjectMarshaller.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XSStringMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSAnyMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSBase64BinaryMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSBooleanMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSQNameMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSURIMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSIntegerMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
XSStringMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSAnyMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSBase64BinaryMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSDateTimeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSBooleanMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
XSQNameMarshaller.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.
|
protected void |
XSIntegerMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
Modifier and Type | Method and Description |
---|---|
static <T extends XMLObject> |
XMLObjectSupport.cloneXMLObject(T originalXMLObject)
Clone an XMLObject by brute force:
|
static <T extends XMLObject> |
XMLObjectSupport.cloneXMLObject(T originalXMLObject,
boolean rootInNewDocument)
Clone an XMLObject by brute force:
|
static Element |
XMLObjectSupport.marshall(XMLObject xmlObject)
Marshall an XMLObject.
|
static void |
XMLObjectSupport.marshallToOutputStream(XMLObject xmlObject,
OutputStream outputStream)
Marshall an XMLObject to an OutputStream.
|
Modifier and Type | Method and Description |
---|---|
Element |
AbstractSAMLObjectMarshaller.marshall(XMLObject xmlObject,
Document document)
Marshall this element, and its children, into a W3C DOM element.
|
Element |
AbstractSAMLObjectMarshaller.marshall(XMLObject xmlObject,
Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.
|
protected void |
AbstractSAMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AbstractSAMLObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
Constructor and Description |
---|
BasicSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage)
Constructor.
|
ExpiringSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
SAMLMessageSecuritySupport.signMessage(MessageContext<SAMLObject> messageContext)
Signs the SAML message represented in the message context if it is a
SignableXMLObject
and the message context contains signing parameters as determined
by SAMLMessageSecuritySupport.getContextSigningParameters(MessageContext) . |
Modifier and Type | Method and Description |
---|---|
protected void |
DigestMethodMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
SigningMethodMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ChannelBindingsMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DelegateMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QueryDescriptorTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ActionNamespaceMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RegistrationInfoMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
PublicationInfoMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
PublicationMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LogoMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
KeywordsMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
DomainHintMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LogoMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
GeolocationHintMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
IPHintMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
KeywordsMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SessionKeyMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
GeneratedKeyMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AuthorizationDecisionQueryMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AuthenticationQueryMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
RequestAbstractTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
StatusCodeMarshaller.marshallAttributes(XMLObject samlElement,
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 |
AssertionMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ConditionsMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AttributeQueryMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AuthorizationDecisionStatementMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AttributeDesignatorMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
void |
SubjectLocalityMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ResponseAbstractTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ActionMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
NameIdentifierMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AudienceMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AssertionIDReferenceMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
StatusMessageMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ActionMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ConfirmationMethodMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
NameIdentifierMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AssertionArtifactMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AttributeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
RequestAbstractTypeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
StatusCodeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
IDPEntryMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnStatementMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ProxyRestrictionMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnRequestMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthzDecisionStatementMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SubjectConfirmationDataMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AssertionMarshaller.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 |
AuthnQueryMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
StatusResponseTypeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnContextDeclMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AuthzDecisionQueryMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SubjectLocalityMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LogoutRequestMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ExtensionsMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RequestedAuthnContextMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ActionMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ScopingMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
NameIDPolicyMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AbstractNameIDTypeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SubjectConfirmationMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AudienceMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
GetCompleteMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AssertionURIRefMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AssertionIDRefMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ArtifactMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
NewIDMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnContextClassRefMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnContextDeclMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RequesterIDMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthnContextDeclRefMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AuthenticatingAuthorityMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ExtensionsMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
SessionIndexMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
StatusMessageMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ActionMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AbstractNameIDTypeMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResponseMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RequestMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RelayStateMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
SubjectConfirmationMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
RequestAuthenticatedMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LocalizedURIMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LocalizedNameMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
RoleDescriptorMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
OrganizationMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
IDPSSODescriptorMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AffiliationDescriptorMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ExtensionsMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AdditionalMetadataLocationMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ContactPersonMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
RequestedAttributeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AttributeConsumingServiceMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SPSSODescriptorMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
KeyDescriptorMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
GivenNameMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LocalizedURIMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
LocalizedNameMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AttributeProfileMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
SurNameMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
TelephoneNumberMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
ExtensionsMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
NameIDFormatMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AffiliateMemberMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
AdditionalMetadataLocationMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
EmailAddressMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
protected void |
CompanyMarshaller.marshallElementContent(XMLObject samlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HeaderMarshaller.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 |
FaultMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
EnvelopeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
BodyMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
HeaderMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
DetailMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
FaultMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
EnvelopeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
BodyMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MetadataMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
EndpointReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AttributedUnsignedLongMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
ReferenceParametersMarshaller.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 |
RelatesToMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AbstractWSAddressingObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AttributedURIMarshaller.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 |
AttributedUnsignedLongMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AbstractWSAddressingObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AttributedURIMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PolicyAttachmentMarshaller.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 |
PolicyMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AbstractWSPolicyObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
AppliesToMarshaller.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PasswordMarshaller.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 |
SecurityMarshaller.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 |
SecurityTokenReferenceMarshaller.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 |
AbstractWSSecurityObjectMarshaller.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 |
EncryptedHeaderMarshaller.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 |
EncodedStringMarshaller.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 |
AttributedDateTimeMarshaller.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 |
TransformationParametersMarshaller.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 |
SaltMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AbstractWSSecurityObjectMarshaller.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 |
AttributedURIMarshaller.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 |
IterationMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
Modifier and Type | Method and Description |
---|---|
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 |
AbstractWSTrustObjectMarshaller.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 |
RequestSecurityTokenResponseMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
RequestSecurityTokenResponseCollectionMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
EntropyMarshaller.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 |
RenewingMarshaller.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 |
RequestSecurityTokenMarshaller.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StatusCodeTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
AttributeTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
SubjectTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ResourceContentTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeValueTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ResultTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
MissingAttributeDetailTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
StatusMessageTypeMarshaller.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 |
AttributeValueTypeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractXACMLObjectMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AbstractXACMLObjectMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VariableDefinitionTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
PolicyTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ApplyTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
PolicySetCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ResourceMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
VariableReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
SubjectAttributeDesignatorTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
CombinerParameterTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RuleTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
EnvironmentMatchTypeMarshaller.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 |
PolicySetTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
ObligationTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
ActionMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeValueTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
RuleCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeSelectorTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
SubjectMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeAssignmentTypeMarshaller.marshallAttributes(XMLObject samlElement,
Element domElement)
No-op method.
|
protected void |
FunctionTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
AttributeDesignatorTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
PolicyCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
No-op method.
|
protected void |
DescriptionTypeMarshaller.marshallElementContent(XMLObject xmlobject,
Element domElement)
No-op method.
|
protected void |
AttributeValueTypeMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XACMLAuthzDecisionQueryTypeMarshaller.marshallAttributes(XMLObject samlObject,
Element domElement)
No-op method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReferenceTypeMarshaller.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 |
AbstractXMLEncryptionMarshaller.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 |
EncryptionPropertyMarshaller.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 |
AgreementMethodMarshaller.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 |
EncryptionMethodMarshaller.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 |
AbstractXMLEncryptionMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
Modifier and Type | Method and Description |
---|---|
Element |
SignatureMarshaller.marshall(XMLObject xmlObject)
Marshall this element, and its children, and root them in a newly created Document.
|
Element |
SignatureMarshaller.marshall(XMLObject xmlObject,
Document document)
Marshall this element, and its children, into a W3C DOM element.
|
Element |
SignatureMarshaller.marshall(XMLObject xmlObject,
Element parentElement)
Marshall the given XMLObject and append it as a child to the given parent element.
|
protected void |
TransformMarshaller.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 |
X509DigestMarshaller.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 |
ECKeyValueMarshaller.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 |
X509SerialNumberMarshaller.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 |
NamedCurveMarshaller.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 |
AbstractXMLSignatureMarshaller.marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls a given XMLObject into a W3C Element.
|
protected void |
X509SerialNumberMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
protected void |
AbstractXMLSignatureMarshaller.marshallElementContent(XMLObject xmlObject,
Element domElement)
Marshalls data from the XMLObject into content of the DOM Element.
|
Modifier and Type | Method and Description |
---|---|
static void |
SignatureSupport.signObject(SignableXMLObject signable,
SignatureSigningParameters parameters)
Signs a
SignableXMLObject . |
Copyright © 2018. All rights reserved.