Uses of Class
uk.ac.manchester.spinnaker.alloc.model.PasswordChangeRecord
Packages that use PasswordChangeRecord
Package
Description
Administrative interfaces for spalloc server.
The user-facing web interface to the new spalloc service.
-
Uses of PasswordChangeRecord in uk.ac.manchester.spinnaker.alloc.admin
Methods in uk.ac.manchester.spinnaker.alloc.admin that return PasswordChangeRecordModifier and TypeMethodDescriptionGet a model for updating the local password of the current user.UserControl.updateUser
(Principal principal, PasswordChangeRecord user) Update the local password of the current user based on a filled out model previously provided.Methods in uk.ac.manchester.spinnaker.alloc.admin with parameters of type PasswordChangeRecordModifier and TypeMethodDescriptionUserControl.updateUser
(Principal principal, PasswordChangeRecord user) Update the local password of the current user based on a filled out model previously provided. -
Uses of PasswordChangeRecord in uk.ac.manchester.spinnaker.alloc.web
Methods in uk.ac.manchester.spinnaker.alloc.web with parameters of type PasswordChangeRecordModifier and TypeMethodDescriptionSystemController.postPasswordChangeForm
(@Valid PasswordChangeRecord user, Principal principal) Carry out a password change.SystemControllerImpl.postPasswordChangeForm
(PasswordChangeRecord user, Principal principal)