Uses of Class
com.netgrif.application.engine.auth.web.requestbodies.UpdateUserRequest
-
Packages that use UpdateUserRequest Package Description com.netgrif.application.engine.auth.service com.netgrif.application.engine.auth.service.interfaces com.netgrif.application.engine.auth.web -
-
Uses of UpdateUserRequest in com.netgrif.application.engine.auth.service
Methods in com.netgrif.application.engine.auth.service with parameters of type UpdateUserRequest Modifier and Type Method Description UserUserService. update(IUser user, UpdateUserRequest updates) -
Uses of UpdateUserRequest in com.netgrif.application.engine.auth.service.interfaces
Methods in com.netgrif.application.engine.auth.service.interfaces with parameters of type UpdateUserRequest Modifier and Type Method Description IUserIUserService. update(IUser user, UpdateUserRequest updates) -
Uses of UpdateUserRequest in com.netgrif.application.engine.auth.web
Methods in com.netgrif.application.engine.auth.web with parameters of type UpdateUserRequest Modifier and Type Method Description UserResourceUserController. updateUser(java.lang.String userId, UpdateUserRequest updates, org.springframework.security.core.Authentication auth, java.util.Locale locale)
-