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 Account
AccountService. createAccount(Account account)
Operation createAccount Creates a shared accountUserAccount
AccountService. createAccount(User usuari, System dispatcher, String name)
Operation createAccountAccount
AccountService. createAccount2(Account account)
Operation createAccount2 Creates a shared account, including its attributesString
AccountService. predictAccountName(Long userId, String dispatcher, Long domainId)
Operation predictAccountNamevoid
AccountService. renameAccount(Account account)
Operation renameAccount Renames a user accountAccount
AccountService. updateAccount(Account account)
Operation updateAccount Updates a shared accountAccount
AccountService. 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 Account
AccountService. createAccount(Account account)
UserAccount
AccountService. createAccount(User usuari, System dispatcher, String name)
Account
AccountService. createAccount2(Account account)
void
AccountService. renameAccount(Account account)
Account
AccountService. updateAccount(Account account)
Account
AccountService. 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 Account
AccountService. createAccount(Account account)
Operation createAccount Creates a shared accountUserAccount
AccountService. createAccount(Usuari usuari, Dispatcher dispatcher, String name)
Operation createAccountAccount
AccountService. createAccount2(Account account)
Operation createAccount2 Creates a shared account, including its attributesString
AccountService. predictAccountName(Long userId, String dispatcher, Long domainId)
Operation predictAccountNamevoid
AccountService. renameAccount(Account account)
Operation renameAccount Renames a user accountAccount
AccountService. updateAccount(Account account)
Operation updateAccount Updates a shared accountAccount
AccountService. 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 Account
AccountService. createAccount(Account account)
UserAccount
AccountService. createAccount(Usuari usuari, Dispatcher dispatcher, String name)
Account
AccountService. createAccount2(Account account)
void
AccountService. renameAccount(Account account)
Account
AccountService. updateAccount(Account account)
Account
AccountService. updateAccount2(Account account)
-