Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
FullyQualifiedScope |
FullyQualifiedScope.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<FullyQualifiedScope> |
UpdateOAuth2ClientCredentialDetails.getScopes()
Allowed scopes for the given oauth credential.
|
List<FullyQualifiedScope> |
OAuth2ClientCredentialSummary.getScopes()
Allowed scopes for the given oauth credential.
|
List<FullyQualifiedScope> |
CreateOAuth2ClientCredentialDetails.getScopes()
Allowed scopes for the given oauth credential.
|
List<FullyQualifiedScope> |
OAuth2ClientCredential.getScopes()
Allowed scopes for the given oauth credential.
|
Modifier and Type | Method and Description |
---|---|
FullyQualifiedScope.Builder |
FullyQualifiedScope.Builder.copy(FullyQualifiedScope model) |
Modifier and Type | Method and Description |
---|---|
UpdateOAuth2ClientCredentialDetails.Builder |
UpdateOAuth2ClientCredentialDetails.Builder.scopes(List<FullyQualifiedScope> scopes)
Allowed scopes for the given oauth credential.
|
OAuth2ClientCredentialSummary.Builder |
OAuth2ClientCredentialSummary.Builder.scopes(List<FullyQualifiedScope> scopes)
Allowed scopes for the given oauth credential.
|
CreateOAuth2ClientCredentialDetails.Builder |
CreateOAuth2ClientCredentialDetails.Builder.scopes(List<FullyQualifiedScope> scopes)
Allowed scopes for the given oauth credential.
|
OAuth2ClientCredential.Builder |
OAuth2ClientCredential.Builder.scopes(List<FullyQualifiedScope> scopes)
Allowed scopes for the given oauth credential.
|
Constructor and Description |
---|
CreateOAuth2ClientCredentialDetails(String name,
String description,
List<FullyQualifiedScope> scopes)
Deprecated.
|
OAuth2ClientCredential(List<FullyQualifiedScope> scopes,
String password,
String userId,
Date expiresOn,
String id,
String compartmentId,
String name,
String description,
OAuth2ClientCredential.LifecycleState lifecycleState,
Date timeCreated)
Deprecated.
|
OAuth2ClientCredentialSummary(List<FullyQualifiedScope> scopes,
String userId,
Date expiresOn,
String id,
String compartmentId,
String name,
String description,
OAuth2ClientCredentialSummary.LifecycleState lifecycleState,
Date timeCreated)
Deprecated.
|
UpdateOAuth2ClientCredentialDetails(String description,
List<FullyQualifiedScope> scopes,
Boolean isResetPassword)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.