Uses of Class
org.activiti.cloud.identity.model.User
-
Packages that use User Package Description org.activiti.cloud.identity org.activiti.cloud.identity.model org.activiti.cloud.identity.web.controller -
-
Uses of User in org.activiti.cloud.identity
Methods in org.activiti.cloud.identity that return User Modifier and Type Method Description UserIdentityService. findUserByName(String userName)Methods in org.activiti.cloud.identity that return types with arguments of type User Modifier and Type Method Description List<User>IdentityManagementService. findUsers(UserSearchParams userSearchParams)List<User>IdentityService. findUsersByGroupName(String groupName) -
Uses of User in org.activiti.cloud.identity.model
Methods in org.activiti.cloud.identity.model that return User Modifier and Type Method Description UserUser.UserBuilder. build()Methods in org.activiti.cloud.identity.model that return types with arguments of type User Modifier and Type Method Description List<User>SecurityResponseRepresentation. getUsers()Method parameters in org.activiti.cloud.identity.model with type arguments of type User Modifier and Type Method Description voidSecurityResponseRepresentation. setUsers(List<User> users) -
Uses of User in org.activiti.cloud.identity.web.controller
Methods in org.activiti.cloud.identity.web.controller that return types with arguments of type User Modifier and Type Method Description List<User>IdentityManagementController. getUsers(String search, Set<String> roles, Set<String> groups, String application)
-