Uses of Class
org.duracloud.account.app.controller.UsernameForm
Packages that use UsernameForm
-
Uses of UsernameForm in org.duracloud.account.app.controller
Methods in org.duracloud.account.app.controller that return UsernameFormModifier and TypeMethodDescriptionAccountUsersController.usernameForm()RootUsersController.usernameForm()Methods in org.duracloud.account.app.controller with parameters of type UsernameFormModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewAccountUsersController.addUser(Long accountId, UsernameForm usernameForm, org.springframework.validation.BindingResult result, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) org.springframework.web.servlet.ModelAndViewRootUsersController.setRootUser(UsernameForm usernameForm, org.springframework.validation.BindingResult result, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)