Uses of Class
org.activiti.cloud.identity.model.Group
-
Packages that use Group Package Description org.activiti.cloud.identity org.activiti.cloud.identity.web.controller -
-
Uses of Group in org.activiti.cloud.identity
Methods in org.activiti.cloud.identity that return types with arguments of type Group Modifier and Type Method Description List<Group>IdentityManagementService. findGroups(GroupSearchParams groupSearchParams) -
Uses of Group in org.activiti.cloud.identity.web.controller
Methods in org.activiti.cloud.identity.web.controller that return types with arguments of type Group Modifier and Type Method Description List<Group>IdentityManagementController. getGroups(String search, Set<String> roles, String application)
-