Uses of Class
es.caib.seycon.ng.exception.AccountAlreadyExistsException
-
Packages that use AccountAlreadyExistsException Package Description com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb -
-
Uses of AccountAlreadyExistsException in com.soffid.iam.service
Methods in com.soffid.iam.service that throw AccountAlreadyExistsException Modifier and Type Method Description AccountAccountService. createAccount(Account account)Operation createAccount Creates a shared accountUserAccountAccountService. createAccount(User usuari, System dispatcher, String name)Operation createAccountAccountAccountService. createAccount2(Account account)Operation createAccount2 Creates a shared account, including its attributesStringAccountService. predictAccountName(Long userId, String dispatcher, Long domainId)Operation predictAccountNamevoidAccountService. renameAccount(Account account)Operation renameAccount Renames a user accountAccountAccountService. updateAccount(Account account)Operation updateAccount Updates a shared accountAccountAccountService. updateAccount2(Account account)Operation updateAccount2 Updates a shared account, including its attributes -
Uses of AccountAlreadyExistsException in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that throw AccountAlreadyExistsException Modifier and Type Method Description AccountAccountService. createAccount(Account account)UserAccountAccountService. createAccount(User usuari, System dispatcher, String name)AccountAccountService. createAccount2(Account account)voidAccountService. renameAccount(Account account)AccountAccountService. updateAccount(Account account)AccountAccountService. updateAccount2(Account account) -
Uses of AccountAlreadyExistsException in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that throw AccountAlreadyExistsException Modifier and Type Method Description AccountAccountService. createAccount(Account account)Operation createAccount Creates a shared accountUserAccountAccountService. createAccount(Usuari usuari, Dispatcher dispatcher, String name)Operation createAccountAccountAccountService. createAccount2(Account account)Operation createAccount2 Creates a shared account, including its attributesStringAccountService. predictAccountName(Long userId, String dispatcher, Long domainId)Operation predictAccountNamevoidAccountService. renameAccount(Account account)Operation renameAccount Renames a user accountAccountAccountService. updateAccount(Account account)Operation updateAccount Updates a shared accountAccountAccountService. updateAccount2(Account account)Operation updateAccount2 Updates a shared account, including its attributes -
Uses of AccountAlreadyExistsException in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that throw AccountAlreadyExistsException Modifier and Type Method Description AccountAccountService. createAccount(Account account)UserAccountAccountService. createAccount(Usuari usuari, Dispatcher dispatcher, String name)AccountAccountService. createAccount2(Account account)voidAccountService. renameAccount(Account account)AccountAccountService. updateAccount(Account account)AccountAccountService. updateAccount2(Account account)
-