Uses of Class
org.openforis.collect.web.controller.UserController.PasswordChangeParameters
Packages that use UserController.PasswordChangeParameters
-
Uses of UserController.PasswordChangeParameters in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller with parameters of type UserController.PasswordChangeParametersModifier and TypeMethodDescriptionorg.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.PasswordChangeParametersModifier and TypeMethodDescriptionvoidPasswordChangeValidator.validateForm(UserController.PasswordChangeParameters target, org.springframework.validation.Errors errors)