Package com.cloudera.cdp.iam.model
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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for currentSamlResponseDecryptionKeyDefined.Getter for nextSamlResponseDecryptionKeyDefined.Getter for samlResponseEncryptionCertificateDefined.Getter for samlResponseEncryptionDecryptionConfigurationLastUpdated.inthashCode()voidsetCurrentSamlResponseDecryptionKeyDefined(Boolean currentSamlResponseDecryptionKeyDefined) Setter for currentSamlResponseDecryptionKeyDefined.voidsetNextSamlResponseDecryptionKeyDefined(Boolean nextSamlResponseDecryptionKeyDefined) Setter for nextSamlResponseDecryptionKeyDefined.voidsetSamlResponseEncryptionCertificateDefined(Boolean samlResponseEncryptionCertificateDefined) Setter for samlResponseEncryptionCertificateDefined.voidsetSamlResponseEncryptionDecryptionConfigurationLastUpdated(ZonedDateTime samlResponseEncryptionDecryptionConfigurationLastUpdated) Setter for samlResponseEncryptionDecryptionConfigurationLastUpdated.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
SetSamlResponseDecryptionKeyResponse
public SetSamlResponseDecryptionKeyResponse()
-
-
Method Details
-
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
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
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
Getter for nextSamlResponseDecryptionKeyDefined. Whether the next decryption key for SAML response is set or cleared. -
setNextSamlResponseDecryptionKeyDefined
Setter for nextSamlResponseDecryptionKeyDefined. Whether the next decryption key for SAML response is set or cleared. -
equals
-
hashCode
public int hashCode() -
toString
-