Class SamlEncryptionData

    • Constructor Detail

      • SamlEncryptionData

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

      • getKeystorePath

        public String getKeystorePath()
      • getKeystorePassword

        @CheckForNull
        public Secret getKeystorePassword()
      • getKeystorePasswordPlainText

        @CheckForNull
        public String getKeystorePasswordPlainText()
      • getPrivateKeyPassword

        @CheckForNull
        public Secret getPrivateKeyPassword()
      • getPrivateKeyPasswordPlainText

        @CheckForNull
        public String getPrivateKeyPasswordPlainText()
      • getPrivateKeyAlias

        public String getPrivateKeyAlias()
      • isForceSignRedirectBindingAuthnRequest

        public boolean isForceSignRedirectBindingAuthnRequest()
      • isWantsAssertionsSigned

        public boolean isWantsAssertionsSigned()
      • setWantsAssertionsSigned

        public void setWantsAssertionsSigned​(boolean wantsAssertionsSigned)