Class SetSamlResponseDecryptionKeyResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.iam.model.SetSamlResponseDecryptionKeyResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-11-14T06:50:08.152-08:00") public class SetSamlResponseDecryptionKeyResponse extends CdpResponse
Response object for setting the encryption certificate and decryption key for SAML response.
  • Constructor Details

    • SetSamlResponseDecryptionKeyResponse

      public SetSamlResponseDecryptionKeyResponse()
  • Method Details

    • getSamlResponseEncryptionDecryptionConfigurationLastUpdated

      public ZonedDateTime getSamlResponseEncryptionDecryptionConfigurationLastUpdated()
      Getter for samlResponseEncryptionDecryptionConfigurationLastUpdated. The date when SAML response encryption certificate and decryption keys were set or cleared.
    • setSamlResponseEncryptionDecryptionConfigurationLastUpdated

      public void setSamlResponseEncryptionDecryptionConfigurationLastUpdated(ZonedDateTime samlResponseEncryptionDecryptionConfigurationLastUpdated)
      Setter for samlResponseEncryptionDecryptionConfigurationLastUpdated. The date when SAML response encryption certificate and decryption keys were set or cleared.
    • getSamlResponseEncryptionCertificateDefined

      public Boolean getSamlResponseEncryptionCertificateDefined()
      Getter for samlResponseEncryptionCertificateDefined. Whether the SAML response encryption certificate is set or cleared.
    • setSamlResponseEncryptionCertificateDefined

      public void setSamlResponseEncryptionCertificateDefined(Boolean samlResponseEncryptionCertificateDefined)
      Setter for samlResponseEncryptionCertificateDefined. Whether the SAML response encryption certificate is set or cleared.
    • getCurrentSamlResponseDecryptionKeyDefined

      public Boolean getCurrentSamlResponseDecryptionKeyDefined()
      Getter for currentSamlResponseDecryptionKeyDefined. Whether the current decryption key for SAML response is set or cleared.
    • setCurrentSamlResponseDecryptionKeyDefined

      public void setCurrentSamlResponseDecryptionKeyDefined(Boolean currentSamlResponseDecryptionKeyDefined)
      Setter for currentSamlResponseDecryptionKeyDefined. Whether the current decryption key for SAML response is set or cleared.
    • getNextSamlResponseDecryptionKeyDefined

      public Boolean getNextSamlResponseDecryptionKeyDefined()
      Getter for nextSamlResponseDecryptionKeyDefined. Whether the next decryption key for SAML response is set or cleared.
    • setNextSamlResponseDecryptionKeyDefined

      public void setNextSamlResponseDecryptionKeyDefined(Boolean nextSamlResponseDecryptionKeyDefined)
      Setter for nextSamlResponseDecryptionKeyDefined. Whether the next decryption key for SAML response is set or cleared.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object