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