Uses of Class
org.openiam.base.response.list.RoleListResponse
-
Packages that use RoleListResponse Package Description org.openiam.common.beans.mq org.openiam.match org.openiam.srvc.am -
-
Uses of RoleListResponse in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return RoleListResponse Modifier and Type Method Description RoleListResponseRoleRabbitMQService. findBeansResponse(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size) -
Uses of RoleListResponse in org.openiam.match
Methods in org.openiam.match that return types with arguments of type RoleListResponse Modifier and Type Method Description Class<RoleListResponse>RoleMatchObjectRule. getDataResponseClassName() -
Uses of RoleListResponse in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return RoleListResponse Modifier and Type Method Description RoleListResponseRoleDataWebService. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)Return a paged List of Roles based on parameters, which are specified in RoleSearchBean objectRoleListResponseRoleDataWebServiceImpl. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)RoleListResponseRoleDataWebService. getDetachedForUser(String userId, String name, int from, int size)method is used to detect all user's role that are not linked with any resources.RoleListResponseRoleDataWebServiceImpl. getDetachedForUser(String userId, String name, int from, int size)RoleListResponseRoleDataWebService. getWithResources(String userId, RoleSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)method is used to get user's roles with entitled resources, filtered by #resourceTypeIds.RoleListResponseRoleDataWebServiceImpl. getWithResources(String userId, RoleSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-