public class SyatemScopesApi extends Object
| Constructor and Description |
|---|
SyatemScopesApi() |
SyatemScopesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
ScopeSettingsDTO |
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
|
com.squareup.okhttp.Call |
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
|
com.squareup.okhttp.Call |
systemScopesScopeNameGetCall(String scopeName,
String username,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for systemScopesScopeNameGet
|
ApiResponse<ScopeSettingsDTO> |
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
|
public SyatemScopesApi()
public SyatemScopesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call systemScopesScopeNameGetCall(String scopeName, String username, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
scopeName - scope name to be validated (required)username - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ScopeSettingsDTO systemScopesScopeNameGet(String scopeName, String username) throws ApiException
scopeName - scope name to be validated (required)username - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ScopeSettingsDTO> systemScopesScopeNameGetWithHttpInfo(String scopeName, String username) throws ApiException
scopeName - scope name to be validated (required)username - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call systemScopesScopeNameGetAsync(String scopeName, String username, ApiCallback<ScopeSettingsDTO> callback) throws ApiException
scopeName - scope name to be validated (required)username - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020 WSO2 Inc. All rights reserved.