Uses of Class
org.duracloud.account.db.util.error.UserAlreadyExistsException
Packages that use UserAlreadyExistsException
-
Uses of UserAlreadyExistsException in org.duracloud.account.db.util
Methods in org.duracloud.account.db.util that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidDuracloudUserService.checkUsername(String username) This method throws an exception is the username is non-unique or it is not a valid username.org.duracloud.account.db.model.DuracloudUserDuracloudUserService.createNewUser(String username, String password, String firstName, String lastName, String email, String securityQuestion, String securityAnswer) This method creates and persists a new user. -
Uses of UserAlreadyExistsException in org.duracloud.account.db.util.impl
Methods in org.duracloud.account.db.util.impl that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidDuracloudUserServiceImpl.checkUsername(String username) org.duracloud.account.db.model.DuracloudUserDuracloudUserServiceImpl.createNewUser(String username, String password, String firstName, String lastName, String email, String securityQuestion, String securityAnswer)