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