Uses of Class
org.wso2.am.integration.clients.admin.api.dto.RoleAliasListDTO
-
Packages that use RoleAliasListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of RoleAliasListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return RoleAliasListDTO Modifier and Type Method Description RoleAliasListDTOSystemScopesApi. systemScopesRoleAliasesGet()Retrieve Role Alias Mappings This operation can be used to retreive role alias mappingRoleAliasListDTOSystemScopesApi. systemScopesRoleAliasesPut(RoleAliasListDTO roleAliasListDTO)Add a New Role Alias This operation can be used to add a new role alias mapping for system scope rolesMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type RoleAliasListDTO Modifier and Type Method Description ApiResponse<RoleAliasListDTO>SystemScopesApi. systemScopesRoleAliasesGetWithHttpInfo()Retrieve Role Alias Mappings This operation can be used to retreive role alias mappingApiResponse<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 rolesMethods in org.wso2.am.integration.clients.admin.api with parameters of type RoleAliasListDTO Modifier and Type Method Description RoleAliasListDTOSystemScopesApi. systemScopesRoleAliasesPut(RoleAliasListDTO roleAliasListDTO)Add a New Role Alias This operation can be used to add a new role alias mapping for system scope rolesokhttp3.CallSystemScopesApi. 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 rolesokhttp3.CallSystemScopesApi. systemScopesRoleAliasesPutCall(RoleAliasListDTO roleAliasListDTO, ApiCallback _callback)Build call for systemScopesRoleAliasesPutApiResponse<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 rolesMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type RoleAliasListDTO Modifier and Type Method Description okhttp3.CallSystemScopesApi. systemScopesRoleAliasesGetAsync(ApiCallback<RoleAliasListDTO> _callback)Retrieve Role Alias Mappings (asynchronously) This operation can be used to retreive role alias mappingokhttp3.CallSystemScopesApi. 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 -
Uses of RoleAliasListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return RoleAliasListDTO Modifier and Type Method Description RoleAliasListDTORoleAliasListDTO. count(Integer count)RoleAliasListDTORoleAliasListDTO. list(List<RoleAliasDTO> list)
-