Uses of Class
org.wso2.am.integration.clients.admin.api.dto.ScopeSettingsDTO
-
Packages that use ScopeSettingsDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of ScopeSettingsDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return ScopeSettingsDTO Modifier and Type Method Description ScopeSettingsDTOSystemScopesApi. 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 parameterMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type ScopeSettingsDTO Modifier and Type Method Description ApiResponse<ScopeSettingsDTO>SystemScopesApi. 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 parameterMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type ScopeSettingsDTO Modifier and Type Method Description okhttp3.CallSystemScopesApi. 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 -
Uses of ScopeSettingsDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return ScopeSettingsDTO Modifier and Type Method Description ScopeSettingsDTOScopeSettingsDTO. name(String name)
-