Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.model | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetUserRequest,GetUserResponse> |
IdentityWaiters.forUser(GetUserRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
User.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetUserRequest,GetUserResponse> |
IdentityWaiters.forUser(GetUserRequest request,
User.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetUserRequest,GetUserResponse> |
IdentityWaiters.forUser(GetUserRequest request,
User.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
User.Builder |
User.Builder.lifecycleState(User.LifecycleState lifecycleState)
The user’s current state.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
User.LifecycleState |
ListUsersRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListUsersRequest.Builder |
ListUsersRequest.Builder.lifecycleState(User.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.