Uses of Class
com.oracle.bmc.identity.model.User.LifecycleState
-
Packages that use User.LifecycleState Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of User.LifecycleState in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type User.LifecycleState Modifier and Type Method Description Waiter<GetUserRequest,GetUserResponse>
IdentityWaiters. forUser(GetUserRequest request, User.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetUserRequest,GetUserResponse>
IdentityWaiters. forUser(GetUserRequest request, User.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetUserRequest,GetUserResponse>
IdentityWaiters. forUser(GetUserRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, User.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of User.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return User.LifecycleState Modifier and Type Method Description static User.LifecycleState
User.LifecycleState. create(String key)
User.LifecycleState
User. getLifecycleState()
The user’s current state.static User.LifecycleState
User.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static User.LifecycleState[]
User.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 User.LifecycleState Modifier and Type Method Description User.Builder
User.Builder. lifecycleState(User.LifecycleState lifecycleState)
The user’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type User.LifecycleState Constructor Description User(String id, String compartmentId, String name, String description, String email, Boolean emailVerified, String dbUserName, String identityProviderId, String externalIdentifier, Date timeCreated, User.LifecycleState lifecycleState, Long inactiveStatus, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, UserCapabilities capabilities, Boolean isMfaActivated, Date lastSuccessfulLoginTime, Date previousSuccessfulLoginTime)
Deprecated. -
Uses of User.LifecycleState in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return User.LifecycleState Modifier and Type Method Description User.LifecycleState
ListUsersRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.identity.requests with parameters of type User.LifecycleState Modifier and Type Method Description ListUsersRequest.Builder
ListUsersRequest.Builder. lifecycleState(User.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-