Class IdaAuthnRequestFromHubToAuthnRequestTransformer

  • All Implemented Interfaces:
    java.util.function.Function<uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub,​org.opensaml.saml.saml2.core.AuthnRequest>

    public class IdaAuthnRequestFromHubToAuthnRequestTransformer
    extends IdaAuthnRequestToAuthnRequestTransformer<uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub>
    • Constructor Detail

      • IdaAuthnRequestFromHubToAuthnRequestTransformer

        @Inject
        public IdaAuthnRequestFromHubToAuthnRequestTransformer​(uk.gov.ida.saml.core.OpenSamlXmlObjectFactory samlObjectFactory)
    • Method Detail

      • supplementAuthnRequestWithDetails

        protected void supplementAuthnRequestWithDetails​(uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub originalRequestFromHub,
                                                         org.opensaml.saml.saml2.core.AuthnRequest authnRequest)
        Specified by:
        supplementAuthnRequestWithDetails in class IdaAuthnRequestToAuthnRequestTransformer<uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub>