Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.model |
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) |
Constructor and Description |
---|
User(String id,
String compartmentId,
String name,
String description,
String email,
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)
Deprecated.
|
Copyright © 2016–2020. All rights reserved.