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:
ApplicationTypeUnmarshaller,ClientSecretKeyReferenceUnmarshaller,ClientSecretUnmarshaller,ClientUriUnmarshaller,DefaultAcrValueUnmarshaller,GrantTypeUnmarshaller,IdTokenEncryptedResponseAlgUnmarshaller,IdTokenEncryptedResponseEncUnmarshaller,IdTokenSignedResponseAlgUnmarshaller,InitiateLoginUriUnmarshaller,JwksDataUnmarshaller,JwksUriUnmarshaller,PostLogoutRedirectUriUnmarshaller,RequestObjectEncryptionAlgUnmarshaller,RequestObjectEncryptionEncUnmarshaller,RequestObjectSigningAlgUnmarshaller,RequestUriUnmarshaller,ResponseTypeUnmarshaller,ScopeUnmarshaller,SectorIdentifierUriUnmarshaller,SoftwareIdUnmarshaller,SoftwareVersionUnmarshaller,TokenEndpointAuthMethodUnmarshaller,TokenEndpointAuthSigningAlgUnmarshaller,UserInfoEncryptedResponseAlgUnmarshaller,UserInfoEncryptedResponseEncUnmarshaller,UserInfoSignedResponseAlgUnmarshaller
public abstract class AbstractMetadataValueUnmarshaller<T extends MetadataValueSAMLObject> extends AbstractSAMLObjectUnmarshaller
Abstract thread-safe Unmarshaller forMetadataValueSAMLObjectobjects.
-
-
Constructor Summary
Constructors Constructor Description AbstractMetadataValueUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessElementContent(XMLObject samlObject, String elementContent)-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processAttribute, processChildElement, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Method Detail
-
processElementContent
protected void processElementContent(XMLObject samlObject, String elementContent)
- Overrides:
processElementContentin classAbstractXMLObjectUnmarshaller
-
-