Class IdaAuthnRequestFromHubToAuthnRequestTransformer
- java.lang.Object
-
- uk.gov.ida.saml.hub.transformers.outbound.IdaAuthnRequestToAuthnRequestTransformer<uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub>
-
- uk.gov.ida.saml.hub.transformers.outbound.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 Summary
Constructors Constructor Description IdaAuthnRequestFromHubToAuthnRequestTransformer(uk.gov.ida.saml.core.OpenSamlXmlObjectFactory samlObjectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsupplementAuthnRequestWithDetails(uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub originalRequestFromHub, org.opensaml.saml.saml2.core.AuthnRequest authnRequest)-
Methods inherited from class uk.gov.ida.saml.hub.transformers.outbound.IdaAuthnRequestToAuthnRequestTransformer
apply, getSamlObjectFactory
-
-
-
-
Method Detail
-
supplementAuthnRequestWithDetails
protected void supplementAuthnRequestWithDetails(uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub originalRequestFromHub, org.opensaml.saml.saml2.core.AuthnRequest authnRequest)- Specified by:
supplementAuthnRequestWithDetailsin classIdaAuthnRequestToAuthnRequestTransformer<uk.gov.ida.saml.hub.domain.IdaAuthnRequestFromHub>
-
-