Class EncryptedAssertionUnmarshaller
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.EncryptedAssertionUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public class EncryptedAssertionUnmarshaller extends EncryptedElementTypeUnmarshaller
A thread-safe Unmarshaller for
EncryptedAssertion
.-
Constructor Summary
Constructors Constructor Description EncryptedAssertionUnmarshaller()
-
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
-
EncryptedAssertionUnmarshaller
public EncryptedAssertionUnmarshaller()
-