Class TokenEndpointAuthMethodUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
- net.shibboleth.oidc.saml.xmlobject.impl.AbstractMetadataValueUnmarshaller<TokenEndpointAuthMethod>
-
- net.shibboleth.oidc.saml.xmlobject.impl.TokenEndpointAuthMethodUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
public class TokenEndpointAuthMethodUnmarshaller extends AbstractMetadataValueUnmarshaller<TokenEndpointAuthMethod>
A thread-safe Unmarshaller forTokenEndpointAuthMethodobjects.
-
-
Constructor Summary
Constructors Constructor Description TokenEndpointAuthMethodUnmarshaller()
-
Method Summary
-
Methods inherited from class net.shibboleth.oidc.saml.xmlobject.impl.AbstractMetadataValueUnmarshaller
processElementContent
-
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
-
-