- validate(Object, Errors) - Method in class com.buckosoft.BSAccountMan.validator.AccountValidator
-
- validateAccount(String, String) - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
After the user clicks on the emailed link, call this function with the two tokens
passed in the url
- validateAccount(String, String) - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- validateEmailAddress(String) - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
Validate this email address, make sure it looks real.
- validateEmailAddress(String) - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- validateUser(HttpServletRequest, Model, String, String) - Method in class com.buckosoft.BSAccountMan.web.MaintController
-
- validateUserName(String) - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
Validate this username, make sure it has no funny characters.
- validateUserName(String) - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-
- verifyUser(BSAccount) - Method in interface com.buckosoft.BSAccountMan.business.BSAccountManMan
-
After a user has clicked the link in his mail, fill in the rest of the fields, and call this.
- verifyUser(BSAccount) - Method in class com.buckosoft.BSAccountMan.business.BSAccountManManImpl
-