Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static UIPassword.LifecycleState |
UIPassword.LifecycleState.create(String key) |
UIPassword.LifecycleState |
UIPassword.getLifecycleState()
The password’s current state.
|
static UIPassword.LifecycleState |
UIPassword.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIPassword.LifecycleState[] |
UIPassword.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UIPassword.Builder |
UIPassword.Builder.lifecycleState(UIPassword.LifecycleState lifecycleState)
The password’s current state.
|
Constructor and Description |
---|
UIPassword(String password,
String userId,
Date timeCreated,
UIPassword.LifecycleState lifecycleState,
Long inactiveStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.