Class AbstractMetadataValueUnmarshaller<T extends MetadataValueSAMLObject>
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
net.shibboleth.oidc.saml.xmlobject.impl.AbstractMetadataValueUnmarshaller<T>
- Type Parameters:
T- The metadata value.
- All Implemented Interfaces:
Unmarshaller
- Direct Known Subclasses:
ClientSecretKeyReferenceUnmarshaller,ClientSecretUnmarshaller,DefaultAcrValueUnmarshaller,JwksDataUnmarshaller,JwksUriUnmarshaller,PostLogoutRedirectUriUnmarshaller,RequestUriUnmarshaller
public abstract class AbstractMetadataValueUnmarshaller<T extends MetadataValueSAMLObject>
extends AbstractSAMLObjectUnmarshaller
Abstract thread-safe Unmarshaller for
MetadataValueSAMLObject objects.-
Field Summary
Fields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
CONFIG_PROPERTY_XML_STRICT_MODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessElementContent(XMLObject samlObject, String elementContent) Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersionMethods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processAttribute, processChildElement, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
AbstractMetadataValueUnmarshaller
public AbstractMetadataValueUnmarshaller()
-
-
Method Details
-
processElementContent
- Overrides:
processElementContentin classAbstractXMLObjectUnmarshaller
-