Uses of Class
com.oracle.bmc.identitydomains.model.AuthToken.Status
-
Packages that use AuthToken.Status Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AuthToken.Status in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthToken.Status Modifier and Type Method Description static AuthToken.Status
AuthToken.Status. create(String key)
AuthToken.Status
AuthToken. getStatus()
The user’s credential status.static AuthToken.Status
AuthToken.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthToken.Status[]
AuthToken.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AuthToken.Status Modifier and Type Method Description AuthToken.Builder
AuthToken.Builder. status(AuthToken.Status status)
The user’s credential status.Constructors in com.oracle.bmc.identitydomains.model with parameters of type AuthToken.Status Constructor Description AuthToken(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String description, String token, AuthToken.Status status, String expiresOn, AuthTokenUser user, ExtensionSelfChangeUser urnIetfParamsScimSchemasOracleIdcsExtensionSelfChangeUser)
Deprecated.
-