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