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 RoleListResponse
RoleRabbitMQService. 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 RoleListResponse
RoleDataWebService. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
Return a paged List of Roles based on parameters, which are specified in RoleSearchBean objectRoleListResponse
RoleDataWebServiceImpl. findBeans(RoleSearchBean searchBean, EntitlementsCollection[] dependants, int from, int size)
RoleListResponse
RoleDataWebService. 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.RoleListResponse
RoleDataWebServiceImpl. getDetachedForUser(String userId, String name, int from, int size)
RoleListResponse
RoleDataWebService. 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.RoleListResponse
RoleDataWebServiceImpl. getWithResources(String userId, RoleSearchBean searchBean, Set<String> resourceTypeIds, int from, int size)
-