Uses of Class
org.molgenis.security.account.UsernameAlreadyExistsException
-
Packages that use UsernameAlreadyExistsException Package Description org.molgenis.security.account -
-
Uses of UsernameAlreadyExistsException in org.molgenis.security.account
Methods in org.molgenis.security.account with parameters of type UsernameAlreadyExistsException Modifier and Type Method Description org.molgenis.web.ErrorMessageResponseAccountController. handleUsernameAlreadyExistsException(UsernameAlreadyExistsException e)Methods in org.molgenis.security.account that throw UsernameAlreadyExistsException Modifier and Type Method Description voidAccountService. createUser(org.molgenis.data.security.auth.User user, java.lang.String baseActivationUri)voidAccountServiceImpl. createUser(org.molgenis.data.security.auth.User user, java.lang.String baseActivationUri)
-