| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
ScopeSettingsDTO |
SystemScopesApi.systemScopesScopeNameGet(String scopeName,
String username)
Retrieve Scopes for a Particular User
This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameter
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ScopeSettingsDTO> |
SystemScopesApi.systemScopesScopeNameGetWithHttpInfo(String scopeName,
String username)
Retrieve Scopes for a Particular User
This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameter
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SystemScopesApi.systemScopesScopeNameGetAsync(String scopeName,
String username,
ApiCallback<ScopeSettingsDTO> _callback)
Retrieve Scopes for a Particular User (asynchronously)
This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameter
|
| Modifier and Type | Method and Description |
|---|---|
ScopeSettingsDTO |
ScopeSettingsDTO.name(String name) |
Copyright © 2021 WSO2 Inc. All rights reserved.