Uses of Class
jetbrains.buildServer.users.EmptyUsernameException
-
Packages that use EmptyUsernameException Package Description jetbrains.buildServer.users jetbrains.buildServer.users.impl -
-
Uses of EmptyUsernameException in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that throw EmptyUsernameException Modifier and Type Method Description SUser
UserModel. createUserAccount(String realm, String username)
Deprecated.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 EmptyUsernameException in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that throw EmptyUsernameException Modifier and Type Method Description SUser
SecuredUserModel. createUserAccount(String realm, String username)
void
FeatureProviderUserUpdate. updateUserAccount(long userId, String username, String name, String email)
void
RestrictedUserImpl. updateUserAccount(String username, String name, String email)
void
SecuredUserModel. updateUserAccount(long userId, String username, String name, String email)
-