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.
  • Constructor Details

    • SetSamlAuthnRequestSigningKeyResponse

      public SetSamlAuthnRequestSigningKeyResponse()
  • Method Details

    • getAuthnRequestConfigurationLastUpdated

      public ZonedDateTime 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

      public Boolean getAuthnRequestSigningKeyDefined()
      Getter for authnRequestSigningKeyDefined. Whether the AuthnRequest signing key is set or cleared.
    • setAuthnRequestSigningKeyDefined

      public void setAuthnRequestSigningKeyDefined(Boolean authnRequestSigningKeyDefined)
      Setter for authnRequestSigningKeyDefined. Whether the AuthnRequest signing key is set or cleared.
    • getCurrentAuthnRequestVerificationCertificateDefined

      public Boolean 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

      public Boolean 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

      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