| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
RoleAliasListDTO |
SystemScopesApi.systemScopesRoleAliasesGet()
Retrieve Role Alias Mappings
This operation can be used to retreive role alias mapping
|
RoleAliasListDTO |
SystemScopesApi.systemScopesRoleAliasesPut(RoleAliasListDTO roleAliasListDTO)
Add a New Role Alias
This operation can be used to add a new role alias mapping for system scope roles
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<RoleAliasListDTO> |
SystemScopesApi.systemScopesRoleAliasesGetWithHttpInfo()
Retrieve Role Alias Mappings
This operation can be used to retreive role alias mapping
|
ApiResponse<RoleAliasListDTO> |
SystemScopesApi.systemScopesRoleAliasesPutWithHttpInfo(RoleAliasListDTO roleAliasListDTO)
Add a New Role Alias
This operation can be used to add a new role alias mapping for system scope roles
|
| Modifier and Type | Method and Description |
|---|---|
RoleAliasListDTO |
SystemScopesApi.systemScopesRoleAliasesPut(RoleAliasListDTO roleAliasListDTO)
Add a New Role Alias
This operation can be used to add a new role alias mapping for system scope roles
|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesPutAsync(RoleAliasListDTO roleAliasListDTO,
ApiCallback<RoleAliasListDTO> _callback)
Add a New Role Alias (asynchronously)
This operation can be used to add a new role alias mapping for system scope roles
|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesPutCall(RoleAliasListDTO roleAliasListDTO,
ApiCallback _callback)
Build call for systemScopesRoleAliasesPut
|
ApiResponse<RoleAliasListDTO> |
SystemScopesApi.systemScopesRoleAliasesPutWithHttpInfo(RoleAliasListDTO roleAliasListDTO)
Add a New Role Alias
This operation can be used to add a new role alias mapping for system scope roles
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesGetAsync(ApiCallback<RoleAliasListDTO> _callback)
Retrieve Role Alias Mappings (asynchronously)
This operation can be used to retreive role alias mapping
|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesPutAsync(RoleAliasListDTO roleAliasListDTO,
ApiCallback<RoleAliasListDTO> _callback)
Add a New Role Alias (asynchronously)
This operation can be used to add a new role alias mapping for system scope roles
|
| Modifier and Type | Method and Description |
|---|---|
RoleAliasListDTO |
RoleAliasListDTO.count(Integer count) |
RoleAliasListDTO |
RoleAliasListDTO.list(List<RoleAliasDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.