Uses of Class
jetbrains.buildServer.users.MaxNumberOfUserAccountsReachedException
-
Packages that use MaxNumberOfUserAccountsReachedException Package Description jetbrains.buildServer.users jetbrains.buildServer.users.impl -
-
Uses of MaxNumberOfUserAccountsReachedException in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that throw MaxNumberOfUserAccountsReachedException Modifier and Type Method Description SUser
UserModel. createUserAccount(String realm, String username)
Deprecated.SUser
UserModelEx. createUserAccount(NewUserAccount newUserAccount)
-
Uses of MaxNumberOfUserAccountsReachedException in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that throw MaxNumberOfUserAccountsReachedException Modifier and Type Method Description SUser
SecuredUserModel. createUserAccount(String realm, String username)
SUser
SecuredUserModel. createUserAccount(NewUserAccount newUserAccount)
SUser
UserModelImpl. createUserAccount(String realm, String username)
SUser
UserModelImpl. createUserAccount(NewUserAccount newUserAccount)
-