Uses of Class
com.okta.sdk.resource.identity.provider.IdentityProviderCredentialsTrust.RevocationEnum
-
Packages that use IdentityProviderCredentialsTrust.RevocationEnum Package Description com.okta.sdk.resource.identity.provider -
-
Uses of IdentityProviderCredentialsTrust.RevocationEnum in com.okta.sdk.resource.identity.provider
Methods in com.okta.sdk.resource.identity.provider that return IdentityProviderCredentialsTrust.RevocationEnum Modifier and Type Method Description IdentityProviderCredentialsTrust.RevocationEnumIdentityProviderCredentialsTrust. getRevocation()static IdentityProviderCredentialsTrust.RevocationEnumIdentityProviderCredentialsTrust.RevocationEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IdentityProviderCredentialsTrust.RevocationEnum[]IdentityProviderCredentialsTrust.RevocationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.identity.provider with parameters of type IdentityProviderCredentialsTrust.RevocationEnum Modifier and Type Method Description IdentityProviderCredentialsTrustIdentityProviderCredentialsTrust. setRevocation(IdentityProviderCredentialsTrust.RevocationEnum revocation)
-