Uses of Class
com.soffid.iam.exception.AccountAlreadyExistsException
Packages that use AccountAlreadyExistsException
-
Uses of AccountAlreadyExistsException in com.soffid.iam.base.service
Methods in com.soffid.iam.base.service that throw AccountAlreadyExistsExceptionModifier and TypeMethodDescriptionAccountService.createAccount(Account account) Operation createAccount Creates a shared accountAccountService.createAccount(User usuari, System dispatcher, String name) Operation createAccountAccountService.createAccount2(Account account) Operation createAccount2 Creates a shared account, including its attributesAccountService.predictAccountName(Long userId, String dispatcher, Long domainId) Operation predictAccountNamevoidAccountService.renameAccount(Account account) Operation renameAccount Renames a user accountAccountService.updateAccount(Account account) Operation updateAccount Updates a shared accountAccountService.updateAccount2(Account account) Operation updateAccount2 Updates a shared account, including its attributes -
Uses of AccountAlreadyExistsException in com.soffid.iam.base.service.ejb
Methods in com.soffid.iam.base.service.ejb that throw AccountAlreadyExistsExceptionModifier and TypeMethodDescriptionAccountService.createAccount(Account account) AccountService.createAccount(User usuari, System dispatcher, String name) AccountService.createAccount2(Account account) voidAccountService.renameAccount(Account account) AccountService.updateAccount(Account account) AccountService.updateAccount2(Account account)