Uses of Class
jetbrains.buildServer.users.DuplicateUserAccountException
-
Packages that use DuplicateUserAccountException Package Description jetbrains.buildServer.controllers.login jetbrains.buildServer.users jetbrains.buildServer.users.impl -
-
Uses of DuplicateUserAccountException in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login that throw DuplicateUserAccountException Modifier and Type Method Description voidInMemoryUser. updateUserAccount(String username, String name, String email) -
Uses of DuplicateUserAccountException in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that throw DuplicateUserAccountException Modifier and Type Method Description voidUserModelEx. checkUserAccountExists(String username)Checks whether a user account with specified username exists.SUserUserModel. createUserAccount(String realm, String username)Deprecated.SUserUserModelEx. createUserAccount(NewUserAccount newUserAccount)voidSUser. updateUserAccount(String username, String name, String email)Updates user fields: username, name and email.voidUserUpdate. updateUserAccount(long userId, String username, String name, String email)Updates user with specified id and sets his/her username and name. -
Uses of DuplicateUserAccountException in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that throw DuplicateUserAccountException Modifier and Type Method Description voidSecuredUserModel. checkUserAccountExists(String username)voidUserModelImpl. checkUserAccountExists(String username)SUserSecuredUserModel. createUserAccount(String realm, String username)SUserSecuredUserModel. createUserAccount(NewUserAccount newUserAccount)SUserUserModelImpl. createUserAccount(String realm, String username)SUserUserModelImpl. createUserAccount(NewUserAccount newUserAccount)voidFeatureProviderUserUpdate. updateUserAccount(long userId, String username, String name, String email)voidRestrictedUserImpl. updateUserAccount(String username, String name, String email)voidSecuredUser. updateUserAccount(String username, String name, String email)voidSecuredUserModel. updateUserAccount(long userId, String username, String name, String email)voidUserImpl. updateUserAccount(String username, String name, String email)voidUserModelImpl. updateUserAccount(long userId, String username, String name, String email)
-