Uses of Class
org.flowable.idm.rest.service.api.user.UserResponse
Packages that use UserResponse
Package
Description
-
Uses of UserResponse in org.flowable.idm.rest.service.api
Methods in org.flowable.idm.rest.service.api that return UserResponseModifier and TypeMethodDescriptionIdmRestResponseFactory.createUserResponse(org.flowable.idm.api.User user, boolean incudePassword) IdmRestResponseFactory.createUserResponse(org.flowable.idm.api.User user, boolean incudePassword, RestUrlBuilder urlBuilder) Methods in org.flowable.idm.rest.service.api that return types with arguments of type UserResponseModifier and TypeMethodDescriptionIdmRestResponseFactory.createUserResponseList(List<org.flowable.idm.api.User> users) IdmRestResponseFactory.createUserResponseList(List<org.flowable.idm.api.User> users, boolean incudePassword) -
Uses of UserResponse in org.flowable.idm.rest.service.api.privilege
Fields in org.flowable.idm.rest.service.api.privilege with type parameters of type UserResponseMethods in org.flowable.idm.rest.service.api.privilege that return types with arguments of type UserResponseMethods in org.flowable.idm.rest.service.api.privilege with parameters of type UserResponseModifier and TypeMethodDescriptionvoidPrivilegeResponse.addUser(UserResponse userRepresentation) Method parameters in org.flowable.idm.rest.service.api.privilege with type arguments of type UserResponse -
Uses of UserResponse in org.flowable.idm.rest.service.api.user
Subclasses of UserResponse in org.flowable.idm.rest.service.api.userMethods in org.flowable.idm.rest.service.api.user that return UserResponseModifier and TypeMethodDescriptionUserCollectionResource.createUser(UserRequest userRequest) UserResource.updateUser(String userId, UserRequest userRequest) Methods in org.flowable.idm.rest.service.api.user that return types with arguments of type UserResponseModifier and TypeMethodDescription