Uses of Class
org.openiam.base.response.list.ResourceEntitlementsListResponse
-
Packages that use ResourceEntitlementsListResponse Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.am -
-
Uses of ResourceEntitlementsListResponse in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return ResourceEntitlementsListResponse Modifier and Type Method Description ResourceEntitlementsListResponse
ResourceService. getBulkUserCommonOneLevelAccess(List<String> userIds, String resourceName, UserCollection[] accessTypes, int from, int size)
Method is used to retrieve common applications for bulk users (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations/resources (based on accessTypes param)ResourceEntitlementsListResponse
ResourceService. getUserOneLevelAccess(String userId, String resourceName, UserCollection[] accessTypes, int from, int size)
Method is used to retrieve all user's applications (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations/resources (based on accessTypes param)ResourceEntitlementsListResponse
ResourceService. getUserOneLevelAccessWithTypes(String userId, String resourceName, UserCollection[] accessTypes, Set<String> includeResourceTypes, Set<String> excludeResourceTypes, int from, int size)
Method is used to retrieve all user's resources based on resource types defined as #includeResourceTypes and #excludeResourceTypes with User's roles/groups/organizations/resources (based on accessTypes param) -
Uses of ResourceEntitlementsListResponse in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return ResourceEntitlementsListResponse Modifier and Type Method Description ResourceEntitlementsListResponse
ResourceServiceImpl. getBulkUserCommonOneLevelAccess(List<String> userIds, String resourceName, UserCollection[] accessTypes, int from, int size)
Method is used to retrieve common applications for bulk users (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations/resources (based on accessTypes param)ResourceEntitlementsListResponse
ResourceServiceImpl. getCommonForBulkResources(List<String> userIds, String resourceName, UserCollection[] accessTypes, Set<String> includeResourceTypes, Set<String> excludeResourceTypes, int from, int size)
ResourceEntitlementsListResponse
ResourceServiceImpl. getUserOneLevelAccess(String userId, String resourceName, UserCollection[] accessTypes, int from, int size)
Method is used to retrieve all user's applications (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations/resources (based on accessTypes param)ResourceEntitlementsListResponse
ResourceServiceImpl. getUserOneLevelAccess(String userId, String resourceName, UserCollection[] accessTypes, Set<String> includeResourceTypes, Set<String> excludeResourceTypes, int from, int size)
ResourceEntitlementsListResponse
ResourceServiceImpl. getUserOneLevelAccessWithTypes(String userId, String resourceName, UserCollection[] accessTypes, Set<String> includeResourceTypes, Set<String> excludeResourceTypes, int from, int size)
-
Uses of ResourceEntitlementsListResponse in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return ResourceEntitlementsListResponse Modifier and Type Method Description ResourceEntitlementsListResponse
ResourceDataService. getBulkUsersCommonOneLevelAccess(List<String> userIds, String resourceSearchQuery, UserCollection[] accessTypes, int from, int size)
Method is used to retrieve bulk users common applications (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations (based on accessTypes param)ResourceEntitlementsListResponse
ResourceDataServiceImpl. getBulkUsersCommonOneLevelAccess(List<String> userIds, String resourceSearchQuery, UserCollection[] accessTypes, int from, int size)
Retrieves the common one-level access for a bulk list of users based on the provided search query and access types.ResourceEntitlementsListResponse
ResourceDataService. getOneLevelAccess(String userId, String resourceSearchQuery, UserCollection[] accessTypes, int from, int size)
Method is used to retrieve all user's applications (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations (based on accessTypes param)ResourceEntitlementsListResponse
ResourceDataServiceImpl. getOneLevelAccess(String userId, String resourceSearchQuery, UserCollection[] accessTypes, int from, int size)
ResourceEntitlementsListResponse
ResourceDataService. getOneLevelAccessWithResourceTypes(String userId, String resourceSearchQuery, UserCollection[] accessTypes, Set<String> includeResourceTypeIds, Set<String> excludeResourceTypeIds, int from, int size)
Method is used to retrieve all user's resources based on resource types defined as #includeResourceTypes and #excludeResourceTypes with User's roles/groups/organizations/resources (based on accessTypes param)ResourceEntitlementsListResponse
ResourceDataServiceImpl. getOneLevelAccessWithResourceTypes(String userId, String resourceSearchQuery, UserCollection[] accessTypes, Set<String> includeResourceTypeIds, Set<String> excludeResourceTypeIds, int from, int size)
-