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 void
InMemoryUser. 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 void
UserModelEx. checkUserAccountExists(String username)
Checks whether a user account with specified username exists.SUser
UserModel. createUserAccount(String realm, String username)
Deprecated.SUser
UserModelEx. createUserAccount(NewUserAccount newUserAccount)
void
SUser. updateUserAccount(String username, String name, String email)
Updates user fields: username, name and email.void
UserUpdate. 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 void
SecuredUserModel. checkUserAccountExists(String username)
void
UserModelImpl. checkUserAccountExists(String username)
SUser
SecuredUserModel. createUserAccount(String realm, String username)
SUser
SecuredUserModel. createUserAccount(NewUserAccount newUserAccount)
SUser
UserModelImpl. createUserAccount(String realm, String username)
SUser
UserModelImpl. createUserAccount(NewUserAccount newUserAccount)
void
FeatureProviderUserUpdate. updateUserAccount(long userId, String username, String name, String email)
void
RestrictedUserImpl. updateUserAccount(String username, String name, String email)
void
SecuredUser. updateUserAccount(String username, String name, String email)
void
SecuredUserModel. updateUserAccount(long userId, String username, String name, String email)
void
UserImpl. updateUserAccount(String username, String name, String email)
void
UserModelImpl. updateUserAccount(long userId, String username, String name, String email)
-