Uses of Class
uk.ac.manchester.spinnaker.alloc.model.PasswordChangeRecord
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.admin |
Administrative interfaces for spalloc server.
|
uk.ac.manchester.spinnaker.alloc.web |
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 PasswordChangeRecord Modifier and Type Method Description PasswordChangeRecord
UserControl. getUser(Principal principal)
Get a model for updating the local password of the current user.PasswordChangeRecord
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 PasswordChangeRecord Modifier and Type Method Description PasswordChangeRecord
UserControl. 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 PasswordChangeRecord Modifier and Type Method Description ModelAndView
SystemController. postPasswordChangeForm(@Valid PasswordChangeRecord user, Principal principal)
Carry out a password change.ModelAndView
SystemControllerImpl. postPasswordChangeForm(PasswordChangeRecord user, Principal principal)