Class AuthnRequestToIdaRequestFromHubTransformer

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

    public class AuthnRequestToIdaRequestFromHubTransformer
    extends java.lang.Object
    implements java.util.function.Function<org.opensaml.saml.saml2.core.AuthnRequest,​uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub apply​(org.opensaml.saml.saml2.core.AuthnRequest authnRequest)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • AuthnRequestToIdaRequestFromHubTransformer

        public AuthnRequestToIdaRequestFromHubTransformer​(IdaAuthnRequestFromHubUnmarshaller idaAuthnRequestFromHubUnmarshaller,
                                                          uk.gov.ida.saml.security.validators.signature.SamlRequestSignatureValidator<org.opensaml.saml.saml2.core.AuthnRequest> samlRequestSignatureValidator)
    • Method Detail

      • apply

        public uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub apply​(org.opensaml.saml.saml2.core.AuthnRequest authnRequest)
        Specified by:
        apply in interface java.util.function.Function<org.opensaml.saml.saml2.core.AuthnRequest,​uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub>