Uses of Class
com.oracle.bmc.identity.model.AuthToken.LifecycleState
-
Packages that use AuthToken.LifecycleState Package Description com.oracle.bmc.identity.model -
-
Uses of AuthToken.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return AuthToken.LifecycleState Modifier and Type Method Description static AuthToken.LifecycleState
AuthToken.LifecycleState. create(String key)
AuthToken.LifecycleState
AuthToken. getLifecycleState()
The token’s current state.static AuthToken.LifecycleState
AuthToken.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthToken.LifecycleState[]
AuthToken.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type AuthToken.LifecycleState Modifier and Type Method Description AuthToken.Builder
AuthToken.Builder. lifecycleState(AuthToken.LifecycleState lifecycleState)
The token’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type AuthToken.LifecycleState Constructor Description AuthToken(String token, String id, String userId, String description, Date timeCreated, Date timeExpires, AuthToken.LifecycleState lifecycleState, Long inactiveStatus)
Deprecated.
-