Class IdentityProviderAssertionToAssertionTransformer


  • public class IdentityProviderAssertionToAssertionTransformer
    extends java.lang.Object
    • Method Summary

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

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

      • IdentityProviderAssertionToAssertionTransformer

        @Inject
        public IdentityProviderAssertionToAssertionTransformer​(uk.gov.ida.saml.core.OpenSamlXmlObjectFactory openSamlXmlObjectFactory,
                                                               uk.gov.ida.saml.hub.factories.AttributeFactory attributeFactory,
                                                               IdentityProviderAuthnStatementToAuthnStatementTransformer identityProviderAuthnStatementToAuthnStatementTransformer,
                                                               uk.gov.ida.saml.core.transformers.outbound.OutboundAssertionToSubjectTransformer outboundAssertionToSubjectTransformer)
    • Method Detail

      • transform

        public org.opensaml.saml.saml2.core.Assertion transform​(uk.gov.ida.saml.core.domain.IdentityProviderAssertion identityProviderAssertion)