Uses of Class
org.flowable.ui.common.model.RemoteUser
-
Packages that use RemoteUser Package Description org.flowable.ui.common.service.idm -
-
Uses of RemoteUser in org.flowable.ui.common.service.idm
Methods in org.flowable.ui.common.service.idm that return RemoteUser Modifier and Type Method Description RemoteUserRemoteIdmService. authenticateUser(String username, String password)RemoteUserRemoteIdmServiceImpl. authenticateUser(String username, String password)RemoteUserRemoteIdmService. getUser(String userId)RemoteUserRemoteIdmServiceImpl. getUser(String userId)protected RemoteUserRemoteIdmServiceImpl. parseUserInfo(com.fasterxml.jackson.databind.JsonNode json)Methods in org.flowable.ui.common.service.idm that return types with arguments of type RemoteUser Modifier and Type Method Description List<RemoteUser>RemoteIdmService. findUsersByGroup(String groupId)List<RemoteUser>RemoteIdmServiceImpl. findUsersByGroup(String groupId)List<RemoteUser>RemoteIdmService. findUsersByNameFilter(String filter)List<RemoteUser>RemoteIdmServiceImpl. findUsersByNameFilter(String filter)protected List<RemoteUser>RemoteIdmServiceImpl. parseUsersInfo(com.fasterxml.jackson.databind.JsonNode json)
-