Class AttributeQueryToElementTransformer
- java.lang.Object
-
- uk.gov.ida.saml.hub.transformers.outbound.AttributeQueryToElementTransformer
-
- All Implemented Interfaces:
java.util.function.Function<org.opensaml.saml.saml2.core.AttributeQuery,org.w3c.dom.Element>
public class AttributeQueryToElementTransformer extends java.lang.Object implements java.util.function.Function<org.opensaml.saml.saml2.core.AttributeQuery,org.w3c.dom.Element>
-
-
Constructor Summary
Constructors Constructor Description AttributeQueryToElementTransformer(SigningRequestAbstractTypeSignatureCreator<org.opensaml.saml.saml2.core.AttributeQuery> signatureCreator, SamlAttributeQueryAssertionSignatureSigner samlAttributeQueryAssertionSignatureSigner, SamlSignatureSigner<org.opensaml.saml.saml2.core.AttributeQuery> samlSignatureSigner, XmlObjectToElementTransformer<org.opensaml.saml.saml2.core.AttributeQuery> xmlObjectToElementTransformer, SamlAttributeQueryAssertionEncrypter encrypter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.Elementapply(org.opensaml.saml.saml2.core.AttributeQuery attributeQuery)
-
-
-
Constructor Detail
-
AttributeQueryToElementTransformer
@Inject public AttributeQueryToElementTransformer(SigningRequestAbstractTypeSignatureCreator<org.opensaml.saml.saml2.core.AttributeQuery> signatureCreator, SamlAttributeQueryAssertionSignatureSigner samlAttributeQueryAssertionSignatureSigner, SamlSignatureSigner<org.opensaml.saml.saml2.core.AttributeQuery> samlSignatureSigner, XmlObjectToElementTransformer<org.opensaml.saml.saml2.core.AttributeQuery> xmlObjectToElementTransformer, SamlAttributeQueryAssertionEncrypter encrypter)
-
-