Package com.dropbox.core.v2.teamlog
Class SsoChangeCertDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SsoChangeCertDetails
Changed X.509 certificate for SSO.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSsoChangeCertDetails(Certificate newCertificateDetails) Changed X.509 certificate for SSO.SsoChangeCertDetails(Certificate newCertificateDetails, Certificate previousCertificateDetails) Changed X.509 certificate for SSO. -
Method Summary
-
Field Details
-
previousCertificateDetails
-
newCertificateDetails
-
-
Constructor Details
-
SsoChangeCertDetails
public SsoChangeCertDetails(@Nonnull Certificate newCertificateDetails, @Nullable Certificate previousCertificateDetails) Changed X.509 certificate for SSO.- Parameters:
newCertificateDetails- New SSO certificate details. Must not benull.previousCertificateDetails- Previous SSO certificate details. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
SsoChangeCertDetails
Changed X.509 certificate for SSO.The default values for unset fields will be used.
- Parameters:
newCertificateDetails- New SSO certificate details. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewCertificateDetails
New SSO certificate details.- Returns:
- value for this field, never
null.
-
getPreviousCertificateDetails
Previous SSO certificate details. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-