Uses of Class
com.oracle.bmc.identity.model.SwiftPassword.LifecycleState
-
Packages that use SwiftPassword.LifecycleState Package Description com.oracle.bmc.identity.model -
-
Uses of SwiftPassword.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return SwiftPassword.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.identity.model with parameters of type SwiftPassword.LifecycleState Modifier and Type Method Description SwiftPassword.Builder
SwiftPassword.Builder. lifecycleState(SwiftPassword.LifecycleState lifecycleState)
The password’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type SwiftPassword.LifecycleState Constructor Description SwiftPassword(String password, String id, String userId, String description, Date timeCreated, Date expiresOn, SwiftPassword.LifecycleState lifecycleState, Long inactiveStatus)
Deprecated.
-