Uses of Class
com.oracle.bmc.identity.model.FullyQualifiedScope
-
Packages that use FullyQualifiedScope Package Description com.oracle.bmc.identity.model -
-
Uses of FullyQualifiedScope in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return FullyQualifiedScope Modifier and Type Method Description FullyQualifiedScope
FullyQualifiedScope.Builder. build()
Methods in com.oracle.bmc.identity.model that return types with arguments of type FullyQualifiedScope Modifier and Type Method Description List<FullyQualifiedScope>
CreateOAuth2ClientCredentialDetails. getScopes()
Allowed scopes for the given oauth credential.List<FullyQualifiedScope>
OAuth2ClientCredential. getScopes()
Allowed scopes for the given oauth credential.List<FullyQualifiedScope>
OAuth2ClientCredentialSummary. getScopes()
Allowed scopes for the given oauth credential.List<FullyQualifiedScope>
UpdateOAuth2ClientCredentialDetails. getScopes()
Allowed scopes for the given oauth credential.Methods in com.oracle.bmc.identity.model with parameters of type FullyQualifiedScope Modifier and Type Method Description FullyQualifiedScope.Builder
FullyQualifiedScope.Builder. copy(FullyQualifiedScope model)
Method parameters in com.oracle.bmc.identity.model with type arguments of type FullyQualifiedScope Modifier and Type Method Description 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.OAuth2ClientCredentialSummary.Builder
OAuth2ClientCredentialSummary.Builder. scopes(List<FullyQualifiedScope> scopes)
Allowed scopes for the given oauth credential.UpdateOAuth2ClientCredentialDetails.Builder
UpdateOAuth2ClientCredentialDetails.Builder. scopes(List<FullyQualifiedScope> scopes)
Allowed scopes for the given oauth credential.Constructor parameters in com.oracle.bmc.identity.model with type arguments of type FullyQualifiedScope Constructor 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.
-