Class ClientSecretKeyReferenceUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
net.shibboleth.oidc.saml.xmlobject.impl.AbstractMetadataValueUnmarshaller<ClientSecretKeyReference>
net.shibboleth.oidc.saml.xmlobject.impl.ClientSecretKeyReferenceUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public class ClientSecretKeyReferenceUnmarshaller
extends AbstractMetadataValueUnmarshaller<ClientSecretKeyReference>
A thread-safe Unmarshaller for
ClientSecretKeyReference objects.-
Field Summary
Fields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
CONFIG_PROPERTY_XML_STRICT_MODE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.oidc.saml.xmlobject.impl.AbstractMetadataValueUnmarshaller
processElementContentMethods 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
-
ClientSecretKeyReferenceUnmarshaller
public ClientSecretKeyReferenceUnmarshaller()
-