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:
ApplicationTypeMarshaller,ClientSecretKeyReferenceMarshaller,ClientSecretMarshaller,ClientUriMarshaller,DefaultAcrValueMarshaller,GrantTypeMarshaller,IdTokenEncryptedResponseAlgMarshaller,IdTokenEncryptedResponseEncMarshaller,IdTokenSignedResponseAlgMarshaller,InitiateLoginUriMarshaller,JwksDataMarshaller,JwksUriMarshaller,PostLogoutRedirectUriMarshaller,RequestObjectEncryptionAlgMarshaller,RequestObjectEncryptionEncMarshaller,RequestObjectSigningAlgMarshaller,RequestUriMarshaller,ResponseTypeMarshaller,ScopeMarshaller,SectorIdentifierUriMarshaller,SoftwareIdMarshaller,SoftwareVersionMarshaller,TokenEndpointAuthMethodMarshaller,TokenEndpointAuthSigningAlgMarshaller,UserInfoEncryptedResponseAlgMarshaller,UserInfoEncryptedResponseEncMarshaller,UserInfoSignedResponseAlgMarshaller
public abstract class AbstractMetadataValueMarshaller<T extends MetadataValueSAMLObject> extends AbstractSAMLObjectMarshaller
Abstract thread safe Marshaller forMetadataValueSAMLObjectobjects.
-
-
Constructor Summary
Constructors Constructor Description AbstractMetadataValueMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallElementContent(XMLObject samlObject, Element domElement)-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall, marshallAttributes
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallElementContent
protected void marshallElementContent(XMLObject samlObject, Element domElement) throws MarshallingException
- Overrides:
marshallElementContentin classAbstractSAMLObjectMarshaller- Throws:
MarshallingException
-
-