Class AuthnStatementMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.saml.common.AbstractSAMLObjectMarshaller
org.opensaml.saml.saml2.core.impl.AuthnStatementMarshaller
- All Implemented Interfaces:
Marshaller
A thread-safe Marshaller for
AuthnStatement.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshallAttributes(XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall, marshallElementContentMethods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
AuthnStatementMarshaller
public AuthnStatementMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributesin classAbstractSAMLObjectMarshaller- Throws:
MarshallingException
-