Class SamlEncryptionData

    • Constructor Detail

      • SamlEncryptionData

        @DataBoundConstructor
        public SamlEncryptionData​(String keystorePath,
                                  Secret keystorePassword,
                                  Secret privateKeyPassword,
                                  String privateKeyAlias,
                                  boolean forceSignRedirectBindingAuthnRequest)
    • Method Detail

      • getKeystorePath

        public String getKeystorePath()
      • getPrivateKeyPasswordPlainText

        @CheckForNull
        public String getPrivateKeyPasswordPlainText()
      • getPrivateKeyAlias

        public String getPrivateKeyAlias()
      • isForceSignRedirectBindingAuthnRequest

        public boolean isForceSignRedirectBindingAuthnRequest()