Uses of Interface
org.flowable.idm.api.User
Packages that use User
-
Uses of User in org.flowable.idm.api
Classes in org.flowable.idm.api with type parameters of type UserModifier and TypeInterfaceDescriptioninterfaceUserBaseQuery<T extends UserBaseQuery<T,U>, U extends User> Allows programmatic querying ofUserMethods 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 allUserinstances that have a particular privilege.Methods in org.flowable.idm.api with parameters of type UserModifier and TypeMethodDescriptionvoidSaves the user.voidIdmIdentityService.updateUserPassword(User user) Update user password.