Class MatchingServiceHealthCheckRequestToSamlAttributeQueryTransformer
- java.lang.Object
-
- uk.gov.ida.saml.hub.transformers.outbound.MatchingServiceHealthCheckRequestToSamlAttributeQueryTransformer
-
- All Implemented Interfaces:
java.util.function.Function<MatchingServiceHealthCheckRequest,org.opensaml.saml.saml2.core.AttributeQuery>
public class MatchingServiceHealthCheckRequestToSamlAttributeQueryTransformer extends java.lang.Object implements java.util.function.Function<MatchingServiceHealthCheckRequest,org.opensaml.saml.saml2.core.AttributeQuery>
-
-
Constructor Summary
Constructors Constructor Description MatchingServiceHealthCheckRequestToSamlAttributeQueryTransformer(uk.gov.ida.saml.core.OpenSamlXmlObjectFactory samlObjectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.saml.saml2.core.AttributeQueryapply(MatchingServiceHealthCheckRequest originalQuery)
-
-
-
Method Detail
-
apply
public org.opensaml.saml.saml2.core.AttributeQuery apply(MatchingServiceHealthCheckRequest originalQuery)
- Specified by:
applyin interfacejava.util.function.Function<MatchingServiceHealthCheckRequest,org.opensaml.saml.saml2.core.AttributeQuery>
-
-