Uses of Interface
org.flowable.idm.api.User
-
Packages that use User Package Description org.flowable.idm.api -
-
Uses of User in org.flowable.idm.api
Classes in org.flowable.idm.api with type parameters of type User Modifier and Type Interface Description interfaceUserBaseQuery<T extends UserBaseQuery<T,U>,U extends User>Allows programmatic querying ofUserMethods in org.flowable.idm.api that return User Modifier and Type Method Description UserIdmIdentityService. newUser(String userId)Creates a new user.Methods in org.flowable.idm.api that return types with arguments of type User Modifier and Type Method Description List<User>IdmIdentityService. getUsersWithPrivilege(String privilegeId)Returns allUserinstances that have a particular privilege.Methods in org.flowable.idm.api with parameters of type User Modifier and Type Method Description voidIdmIdentityService. saveUser(User user)Saves the user.voidIdmIdentityService. updateUserPassword(User user)Update user password.
-