Class PassthroughAssertionUnmarshaller


  • public class PassthroughAssertionUnmarshaller
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PassthroughAssertionUnmarshaller​(uk.gov.ida.saml.serializers.XmlObjectToBase64EncodedStringTransformer<org.opensaml.saml.saml2.core.Assertion> assertionStringTransformer, uk.gov.ida.saml.core.transformers.AuthnContextFactory authnContextFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      uk.gov.ida.saml.core.domain.PassthroughAssertion fromAssertion​(org.opensaml.saml.saml2.core.Assertion assertion)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PassthroughAssertionUnmarshaller

        public PassthroughAssertionUnmarshaller​(uk.gov.ida.saml.serializers.XmlObjectToBase64EncodedStringTransformer<org.opensaml.saml.saml2.core.Assertion> assertionStringTransformer,
                                                uk.gov.ida.saml.core.transformers.AuthnContextFactory authnContextFactory)
    • Method Detail

      • fromAssertion

        public uk.gov.ida.saml.core.domain.PassthroughAssertion fromAssertion​(org.opensaml.saml.saml2.core.Assertion assertion)