Class AbstractMetadataValueMarshaller<T extends MetadataValueSAMLObject>
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.saml.common.AbstractSAMLObjectMarshaller
net.shibboleth.oidc.saml.xmlobject.impl.AbstractMetadataValueMarshaller<T>
- Type Parameters:
T- The metadata value.
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
ClientSecretKeyReferenceMarshaller,ClientSecretMarshaller,DefaultAcrValueMarshaller,JwksDataMarshaller,JwksUriMarshaller,PostLogoutRedirectUriMarshaller,RequestUriMarshaller
public abstract class AbstractMetadataValueMarshaller<T extends MetadataValueSAMLObject>
extends AbstractSAMLObjectMarshaller
Abstract thread safe Marshaller for
MetadataValueSAMLObject objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshallElementContent(XMLObject samlObject, Element domElement) Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall, marshallAttributesMethods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
AbstractMetadataValueMarshaller
public AbstractMetadataValueMarshaller()
-
-
Method Details
-
marshallElementContent
protected void marshallElementContent(XMLObject samlObject, Element domElement) throws MarshallingException - Overrides:
marshallElementContentin classAbstractSAMLObjectMarshaller- Throws:
MarshallingException
-