Uses of Interface
org.flowable.idm.api.User
Packages that use User
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of User in org.flowable.engine
Methods in org.flowable.engine that return UserModifier and TypeMethodDescriptionCreates a new user.Methods in org.flowable.engine that return types with arguments of type UserModifier and TypeMethodDescriptionIdentityService.getPotentialStarterUsers
(String processDefinitionId) Returns the potential starter users for a given process definition.Methods in org.flowable.engine with parameters of type UserModifier and TypeMethodDescriptionvoid
Saves the user.void
IdentityService.updateUserPassword
(User user) Update user password. -
Uses of User in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return UserMethods in org.flowable.engine.impl that return types with arguments of type UserModifier and TypeMethodDescriptionIdentityServiceImpl.getPotentialStarterUsers
(String processDefinitionId) Methods in org.flowable.engine.impl with parameters of type User -
Uses of User in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd that return types with arguments of type UserModifier and TypeMethodDescriptionGetPotentialStarterUsersCmd.execute
(CommandContext commandContext) -
Uses of User in org.flowable.idm.api
Classes in org.flowable.idm.api with type parameters of type UserModifier and TypeInterfaceDescriptioninterface
UserBaseQuery<T extends UserBaseQuery<T,
U>, U extends User> Allows programmatic querying ofUser
Methods in org.flowable.idm.api that return UserModifier and TypeMethodDescriptionCreates a new user.Methods in org.flowable.idm.api that return types with arguments of type UserModifier and TypeMethodDescriptionIdmIdentityService.getUsersWithPrivilege
(String privilegeId) Returns allUser
instances that have a particular privilege.Methods in org.flowable.idm.api with parameters of type UserModifier and TypeMethodDescriptionvoid
Saves the user.void
IdmIdentityService.updateUserPassword
(User user) Update user password. -
Uses of User in org.flowable.idm.engine.impl
Methods in org.flowable.idm.engine.impl that return UserMethods in org.flowable.idm.engine.impl that return types with arguments of type UserModifier and TypeMethodDescriptionNativeUserQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) UserQueryImpl.executeList
(CommandContext commandContext) IdmIdentityServiceImpl.getUsersWithPrivilege
(String name) Methods in org.flowable.idm.engine.impl with parameters of type User -
Uses of User in org.flowable.idm.engine.impl.cmd
Fields in org.flowable.idm.engine.impl.cmd declared as UserMethods in org.flowable.idm.engine.impl.cmd that return UserModifier and TypeMethodDescriptionCreateUserCmd.execute
(CommandContext commandContext) UpdateUserPasswordCmd.execute
(CommandContext commandContext) Methods in org.flowable.idm.engine.impl.cmd that return types with arguments of type UserModifier and TypeMethodDescriptionGetUsersWithPrivilegeCmd.execute
(CommandContext commandContext) Constructors in org.flowable.idm.engine.impl.cmd with parameters of type UserModifierConstructorDescriptionSaveUserCmd
(User user, IdmEngineConfiguration idmEngineConfiguration) UpdateUserPasswordCmd
(User user) -
Uses of User in org.flowable.idm.engine.impl.persistence.entity
Subinterfaces of User in org.flowable.idm.engine.impl.persistence.entityClasses in org.flowable.idm.engine.impl.persistence.entity that implement UserMethods in org.flowable.idm.engine.impl.persistence.entity that return UserModifier and TypeMethodDescriptionUserEntityManager.createNewUser
(String userId) UserEntityManagerImpl.createNewUser
(String userId) Methods in org.flowable.idm.engine.impl.persistence.entity that return types with arguments of type UserModifier and TypeMethodDescriptionUserEntityManager.findUserByQueryCriteria
(UserQueryImpl query) UserEntityManagerImpl.findUserByQueryCriteria
(UserQueryImpl query) UserEntityManager.findUsersByNativeQuery
(Map<String, Object> parameterMap) UserEntityManagerImpl.findUsersByNativeQuery
(Map<String, Object> parameterMap) UserEntityManager.findUsersByPrivilegeId
(String privilegeId) UserEntityManagerImpl.findUsersByPrivilegeId
(String name) Methods in org.flowable.idm.engine.impl.persistence.entity with parameters of type UserModifier and TypeMethodDescriptionvoid
UserEntityManager.deletePicture
(User user) void
UserEntityManagerImpl.deletePicture
(User user) UserEntityManager.getUserPicture
(User user) UserEntityManagerImpl.getUserPicture
(User user) boolean
boolean
void
UserEntityManager.setUserPicture
(User user, Picture picture) void
UserEntityManagerImpl.setUserPicture
(User user, Picture picture) void
UserEntityManager.updateUser
(User updatedUser) void
UserEntityManagerImpl.updateUser
(User updatedUser) -
Uses of User in org.flowable.idm.engine.impl.persistence.entity.data
Methods in org.flowable.idm.engine.impl.persistence.entity.data that return types with arguments of type UserModifier and TypeMethodDescriptionUserDataManager.findUserByQueryCriteria
(UserQueryImpl query) UserDataManager.findUsersByNativeQuery
(Map<String, Object> parameterMap) UserDataManager.findUsersByPrivilegeId
(String privilegeId) -
Uses of User in org.flowable.idm.engine.impl.persistence.entity.data.impl
Methods in org.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type UserModifier and TypeMethodDescriptionMybatisUserDataManager.findUserByQueryCriteria
(UserQueryImpl query) MybatisUserDataManager.findUsersByNativeQuery
(Map<String, Object> parameterMap) MybatisUserDataManager.findUsersByPrivilegeId
(String privilegeId) -
Uses of User in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type UserModifier and TypeMethodDescriptionvoid
BpmnRestApiInterceptor.accessUserInfoById
(User user) RestResponseFactory.createUserResponse
(User user, boolean includePassword) RestResponseFactory.createUserResponse
(User user, boolean incudePassword, RestUrlBuilder urlBuilder) void
BpmnRestApiInterceptor.deleteUser
(User user) Method parameters in org.flowable.rest.service.api with type arguments of type UserModifier and TypeMethodDescriptionRestResponseFactory.createUserResponseList
(List<User> users) RestResponseFactory.createUserResponseList
(List<User> users, boolean includePassword) -
Uses of User in org.flowable.rest.service.api.identity
Methods in org.flowable.rest.service.api.identity that return UserModifier and TypeMethodDescriptionprotected User
BaseUserResource.getUserFromRequest
(String userId) Methods in org.flowable.rest.service.api.identity with parameters of type UserModifier and TypeMethodDescriptionprotected String
UserInfoResource.getValidKeyFromRequest
(User user, String key) -
Uses of User in org.flowable.spring.security
Classes in org.flowable.spring.security that implement UserFields in org.flowable.spring.security declared as UserMethods in org.flowable.spring.security that return UserModifier and TypeMethodDescriptionFlowableUser.getUser()
FlowableUserDetails.getUser()
The user object containing the information for the Flowable IDM User.Methods in org.flowable.spring.security with parameters of type UserModifier and TypeMethodDescriptionstatic UserDto
protected FlowableUser
FlowableUserDetailsService.createFlowableUser
(User user) Constructors in org.flowable.spring.security with parameters of type UserModifierConstructorDescriptionFlowableUser
(User user, boolean active, List<? extends Group> groups, Collection<? extends GrantedAuthority> authorities) FlowableUser
(User user, String username, boolean enabled, List<? extends Group> groups, Collection<? extends GrantedAuthority> authorities)