Package com.okta.sdk.resource.model
Class MtlsTrustCredentials
java.lang.Object
com.okta.sdk.resource.model.MtlsTrustCredentials
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class MtlsTrustCredentials
extends Object
implements Serializable
MtlsTrustCredentials
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNot usedDescription of the certificate issuergetKid()IdP Key Credential reference to the Okta X.509 signature certificateGet revocationTime in minutes to cache the certificate revocation information maximum: 4320inthashCode()revocation(MtlsTrustCredentialsRevocation revocation) revocationCacheLifetime(BigDecimal revocationCacheLifetime) voidsetAudience(String audience) voidvoidvoidsetRevocation(MtlsTrustCredentialsRevocation revocation) voidsetRevocationCacheLifetime(BigDecimal revocationCacheLifetime) toString()
-
Field Details
-
JSON_PROPERTY_AUDIENCE
- See Also:
-
JSON_PROPERTY_ISSUER
- See Also:
-
JSON_PROPERTY_KID
- See Also:
-
JSON_PROPERTY_REVOCATION
- See Also:
-
JSON_PROPERTY_REVOCATION_CACHE_LIFETIME
- See Also:
-
-
Constructor Details
-
MtlsTrustCredentials
public MtlsTrustCredentials()
-
-
Method Details
-
audience
-
getAudience
Not used- Returns:
- audience
-
setAudience
-
issuer
-
getIssuer
Description of the certificate issuer- Returns:
- issuer
-
setIssuer
-
kid
-
getKid
IdP Key Credential reference to the Okta X.509 signature certificate- Returns:
- kid
-
setKid
-
revocation
-
getRevocation
Get revocation- Returns:
- revocation
-
setRevocation
-
revocationCacheLifetime
-
getRevocationCacheLifetime
Time in minutes to cache the certificate revocation information maximum: 4320- Returns:
- revocationCacheLifetime
-
setRevocationCacheLifetime
-
equals
-
hashCode
public int hashCode() -
toString
-