@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface IdentityProviderCredentialsTrust extends ExtensibleResource
Modifier and Type | Interface and Description |
---|---|
static class |
IdentityProviderCredentialsTrust.RevocationEnum
Enum revocation
|
Modifier and Type | Method and Description |
---|---|
String |
getAudience() |
String |
getIssuer() |
String |
getKid() |
IdentityProviderCredentialsTrust.RevocationEnum |
getRevocation() |
Integer |
getRevocationCacheLifetime() |
IdentityProviderCredentialsTrust |
setAudience(String audience) |
IdentityProviderCredentialsTrust |
setIssuer(String issuer) |
IdentityProviderCredentialsTrust |
setKid(String kid) |
IdentityProviderCredentialsTrust |
setRevocation(IdentityProviderCredentialsTrust.RevocationEnum revocation) |
IdentityProviderCredentialsTrust |
setRevocationCacheLifetime(Integer revocationCacheLifetime) |
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
String getAudience()
IdentityProviderCredentialsTrust setAudience(String audience)
String getIssuer()
IdentityProviderCredentialsTrust setIssuer(String issuer)
String getKid()
IdentityProviderCredentialsTrust setKid(String kid)
IdentityProviderCredentialsTrust.RevocationEnum getRevocation()
IdentityProviderCredentialsTrust setRevocation(IdentityProviderCredentialsTrust.RevocationEnum revocation)
Integer getRevocationCacheLifetime()
IdentityProviderCredentialsTrust setRevocationCacheLifetime(Integer revocationCacheLifetime)
Copyright © 2017–2023 Okta. All rights reserved.