Class EncryptedIDUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
org.opensaml.saml.saml2.core.impl.EncryptedElementTypeUnmarshaller
org.opensaml.saml.saml2.core.impl.EncryptedIDUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public class EncryptedIDUnmarshaller extends EncryptedElementTypeUnmarshaller
A thread-safe Unmarshaller for
EncryptedID
.-
Constructor Summary
Constructors Constructor Description EncryptedIDUnmarshaller()
-
Method Summary
Methods inherited from class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeUnmarshaller
processChildElement
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
parseSAMLVersion
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processAttribute, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
EncryptedIDUnmarshaller
public EncryptedIDUnmarshaller()
-