Uses of Class
org.openforis.collect.web.controller.UserController.PasswordChangeParameters
-
Packages that use UserController.PasswordChangeParameters Package Description org.openforis.collect.web.controller org.openforis.collect.web.validator -
-
Uses of UserController.PasswordChangeParameters in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller with parameters of type UserController.PasswordChangeParameters Modifier and Type Method Description org.openforis.commons.web.ResponseUserController. changePassword(@Valid UserController.PasswordChangeParameters params, org.springframework.validation.BindingResult bindingResult)org.openforis.commons.web.ResponseUserController. validatePasswordChangeParameters(@Valid UserController.PasswordChangeParameters params, org.springframework.validation.BindingResult result) -
Uses of UserController.PasswordChangeParameters in org.openforis.collect.web.validator
Methods in org.openforis.collect.web.validator with parameters of type UserController.PasswordChangeParameters Modifier and Type Method Description voidPasswordChangeValidator. validateForm(UserController.PasswordChangeParameters target, org.springframework.validation.Errors errors)
-