Class AuthnRequestToIdaRequestFromHubTransformer
- java.lang.Object
-
- uk.gov.ida.saml.idp.stub.transformers.inbound.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>
-
-
Constructor Summary
Constructors Constructor Description AuthnRequestToIdaRequestFromHubTransformer(IdaAuthnRequestFromHubUnmarshaller idaAuthnRequestFromHubUnmarshaller, uk.gov.ida.saml.security.validators.signature.SamlRequestSignatureValidator<org.opensaml.saml.saml2.core.AuthnRequest> samlRequestSignatureValidator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHubapply(org.opensaml.saml.saml2.core.AuthnRequest authnRequest)
-
-
-
Constructor Detail
-
AuthnRequestToIdaRequestFromHubTransformer
public AuthnRequestToIdaRequestFromHubTransformer(IdaAuthnRequestFromHubUnmarshaller idaAuthnRequestFromHubUnmarshaller, uk.gov.ida.saml.security.validators.signature.SamlRequestSignatureValidator<org.opensaml.saml.saml2.core.AuthnRequest> samlRequestSignatureValidator)
-
-