Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AuthToken.Builder |
AuthToken.Builder.lifecycleState(AuthToken.LifecycleState lifecycleState)
The token’s current state.
|
Constructor and Description |
---|
AuthToken(String token,
String id,
String userId,
String description,
Date timeCreated,
Date timeExpires,
AuthToken.LifecycleState lifecycleState,
Long inactiveStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.