Uses of Class
org.wso2.am.integration.clients.admin.api.dto.ScopeListDTO
-
Packages that use ScopeListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of ScopeListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return ScopeListDTO Modifier and Type Method Description ScopeListDTOSystemScopesApi. systemScopesGet()Get Role Scope Mappings This operation is used to get the list of role scope mapping from tenant-conf for the apim admin dashboardScopeListDTOSystemScopesApi. updateRolesForScope(ScopeListDTO scopeListDTO)Update Roles For Scope This operation is used to update the roles for all scopesMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type ScopeListDTO Modifier and Type Method Description ApiResponse<ScopeListDTO>SystemScopesApi. systemScopesGetWithHttpInfo()Get Role Scope Mappings This operation is used to get the list of role scope mapping from tenant-conf for the apim admin dashboardApiResponse<ScopeListDTO>SystemScopesApi. updateRolesForScopeWithHttpInfo(ScopeListDTO scopeListDTO)Update Roles For Scope This operation is used to update the roles for all scopesMethods in org.wso2.am.integration.clients.admin.api with parameters of type ScopeListDTO Modifier and Type Method Description ScopeListDTOSystemScopesApi. updateRolesForScope(ScopeListDTO scopeListDTO)Update Roles For Scope This operation is used to update the roles for all scopesokhttp3.CallSystemScopesApi. updateRolesForScopeAsync(ScopeListDTO scopeListDTO, ApiCallback<ScopeListDTO> _callback)Update Roles For Scope (asynchronously) This operation is used to update the roles for all scopesokhttp3.CallSystemScopesApi. updateRolesForScopeCall(ScopeListDTO scopeListDTO, ApiCallback _callback)Build call for updateRolesForScopeApiResponse<ScopeListDTO>SystemScopesApi. updateRolesForScopeWithHttpInfo(ScopeListDTO scopeListDTO)Update Roles For Scope This operation is used to update the roles for all scopesMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type ScopeListDTO Modifier and Type Method Description okhttp3.CallSystemScopesApi. systemScopesGetAsync(ApiCallback<ScopeListDTO> _callback)Get Role Scope Mappings (asynchronously) This operation is used to get the list of role scope mapping from tenant-conf for the apim admin dashboardokhttp3.CallSystemScopesApi. updateRolesForScopeAsync(ScopeListDTO scopeListDTO, ApiCallback<ScopeListDTO> _callback)Update Roles For Scope (asynchronously) This operation is used to update the roles for all scopes -
Uses of ScopeListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return ScopeListDTO Modifier and Type Method Description ScopeListDTOScopeListDTO. count(Integer count)ScopeListDTOScopeListDTO. list(List<ScopeDTO> list)
-