Package com.cloudera.cdp.iam.model
Class SetSamlAuthnRequestSigningKeyResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.iam.model.SetSamlAuthnRequestSigningKeyResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-14T06:50:08.152-08:00")
public class SetSamlAuthnRequestSigningKeyResponse
extends CdpResponse
Response object for setting the SAML AuthnRequest signing key and verification certificate.
-
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 authnRequestConfigurationLastUpdated.Getter for authnRequestSigningKeyDefined.Getter for currentAuthnRequestVerificationCertificateDefined.Getter for nextAuthnRequestVerificationCertificateDefined.inthashCode()voidsetAuthnRequestConfigurationLastUpdated(ZonedDateTime authnRequestConfigurationLastUpdated) Setter for authnRequestConfigurationLastUpdated.voidsetAuthnRequestSigningKeyDefined(Boolean authnRequestSigningKeyDefined) Setter for authnRequestSigningKeyDefined.voidsetCurrentAuthnRequestVerificationCertificateDefined(Boolean currentAuthnRequestVerificationCertificateDefined) Setter for currentAuthnRequestVerificationCertificateDefined.voidsetNextAuthnRequestVerificationCertificateDefined(Boolean nextAuthnRequestVerificationCertificateDefined) Setter for nextAuthnRequestVerificationCertificateDefined.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
SetSamlAuthnRequestSigningKeyResponse
public SetSamlAuthnRequestSigningKeyResponse()
-
-
Method Details
-
getAuthnRequestConfigurationLastUpdated
Getter for authnRequestConfigurationLastUpdated. The date when SAML AuthnRequest signing key and verification certificates were set or cleared. -
setAuthnRequestConfigurationLastUpdated
public void setAuthnRequestConfigurationLastUpdated(ZonedDateTime authnRequestConfigurationLastUpdated) Setter for authnRequestConfigurationLastUpdated. The date when SAML AuthnRequest signing key and verification certificates were set or cleared. -
getAuthnRequestSigningKeyDefined
Getter for authnRequestSigningKeyDefined. Whether the AuthnRequest signing key is set or cleared. -
setAuthnRequestSigningKeyDefined
Setter for authnRequestSigningKeyDefined. Whether the AuthnRequest signing key is set or cleared. -
getCurrentAuthnRequestVerificationCertificateDefined
Getter for currentAuthnRequestVerificationCertificateDefined. Whether the current AuthnRequest verification certificate is set or cleared. -
setCurrentAuthnRequestVerificationCertificateDefined
public void setCurrentAuthnRequestVerificationCertificateDefined(Boolean currentAuthnRequestVerificationCertificateDefined) Setter for currentAuthnRequestVerificationCertificateDefined. Whether the current AuthnRequest verification certificate is set or cleared. -
getNextAuthnRequestVerificationCertificateDefined
Getter for nextAuthnRequestVerificationCertificateDefined. Whether the next AuthnRequest verification certificate is set or cleared. -
setNextAuthnRequestVerificationCertificateDefined
public void setNextAuthnRequestVerificationCertificateDefined(Boolean nextAuthnRequestVerificationCertificateDefined) Setter for nextAuthnRequestVerificationCertificateDefined. Whether the next AuthnRequest verification certificate is set or cleared. -
equals
-
hashCode
public int hashCode() -
toString
-