| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
ScopeSettingsDTO |
SyatemScopesApi.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> |
SyatemScopesApi.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 |
|---|---|
com.squareup.okhttp.Call |
SyatemScopesApi.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 © 2020 WSO2 Inc. All rights reserved.