Class NoOpSamlAttributeQueryAssertionEncrypter


  • public class NoOpSamlAttributeQueryAssertionEncrypter
    extends uk.gov.ida.saml.core.domain.SamlAttributeQueryAssertionEncrypter
    • Field Summary

      • Fields inherited from class uk.gov.ida.saml.core.transformers.outbound.decorators.AbstractAssertionEncrypter

        credentialResolver, encrypterFactory, entityToEncryptForLocator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opensaml.saml.saml2.core.AttributeQuery encryptAssertions​(org.opensaml.saml.saml2.core.AttributeQuery attributeQuery)  
      • Methods inherited from class uk.gov.ida.saml.core.domain.SamlAttributeQueryAssertionEncrypter

        getAssertions, getEncryptedAssertions, getRequestId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoOpSamlAttributeQueryAssertionEncrypter

        public NoOpSamlAttributeQueryAssertionEncrypter()
    • Method Detail

      • encryptAssertions

        public org.opensaml.saml.saml2.core.AttributeQuery encryptAssertions​(org.opensaml.saml.saml2.core.AttributeQuery attributeQuery)
        Overrides:
        encryptAssertions in class uk.gov.ida.saml.core.transformers.outbound.decorators.AbstractAssertionEncrypter<org.opensaml.saml.saml2.core.AttributeQuery>