Class AbstractAssertionEncrypter<T>

    • Method Detail

      • encryptAssertions

        public T encryptAssertions​(T samlMessage)
      • getRequestId

        protected abstract java.lang.String getRequestId​(T response)
      • getEncryptedAssertions

        protected abstract java.util.List<org.opensaml.saml.saml2.core.EncryptedAssertion> getEncryptedAssertions​(T response)
      • getAssertions

        protected abstract java.util.List<org.opensaml.saml.saml2.core.Assertion> getAssertions​(T response)