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