Uses of Class
org.wso2.am.integration.clients.admin.api.dto.ScopeSettingsDTO
Packages that use ScopeSettingsDTO
Package
Description
-
Uses of ScopeSettingsDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return ScopeSettingsDTOModifier and TypeMethodDescriptionSystemScopesApi.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 ScopeSettingsDTOModifier and TypeMethodDescriptionSystemScopesApi.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 ScopeSettingsDTOModifier and TypeMethodDescriptionokhttp3.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