Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthToken.Status
-
Packages that use MyAuthToken.Status Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthToken.Status in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthToken.Status Modifier and Type Method Description static MyAuthToken.Status
MyAuthToken.Status. create(String key)
MyAuthToken.Status
MyAuthToken. getStatus()
The user’s credential status.static MyAuthToken.Status
MyAuthToken.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static MyAuthToken.Status[]
MyAuthToken.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 MyAuthToken.Status Modifier and Type Method Description MyAuthToken.Builder
MyAuthToken.Builder. status(MyAuthToken.Status status)
The user’s credential status.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyAuthToken.Status Constructor Description MyAuthToken(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, MyAuthToken.Status status, String expiresOn, MyAuthTokenUser user)
Deprecated.
-