Uses of Class
org.activiti.cloud.identity.model.Group
-
Packages that use Group Package Description org.activiti.cloud.identity org.activiti.cloud.identity.model org.activiti.cloud.identity.web.controller -
-
Uses of Group in org.activiti.cloud.identity
Methods in org.activiti.cloud.identity that return Group Modifier and Type Method Description GroupIdentityService. findGroupByName(String groupName)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.model
Methods in org.activiti.cloud.identity.model that return types with arguments of type Group Modifier and Type Method Description List<Group>SecurityResponseRepresentation. getGroups()Method parameters in org.activiti.cloud.identity.model with type arguments of type Group Modifier and Type Method Description voidSecurityResponseRepresentation. setGroups(List<Group> groups) -
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)
-