Uses of Interface
jetbrains.buildServer.users.impl.UserRolesInit
-
Packages that use UserRolesInit Package Description jetbrains.buildServer.controllers.login jetbrains.buildServer.users.impl -
-
Uses of UserRolesInit in jetbrains.buildServer.controllers.login
Classes in jetbrains.buildServer.controllers.login that implement UserRolesInit Modifier and Type Class Description class
InMemoryUser
Original GuestUser or RootUser throws exception on attempt to change its profile (because there is no such thing as profile for guest user). -
Uses of UserRolesInit in jetbrains.buildServer.users.impl
Subinterfaces of UserRolesInit in jetbrains.buildServer.users.impl Modifier and Type Interface Description interface
UserEx
Classes in jetbrains.buildServer.users.impl that implement UserRolesInit Modifier and Type Class Description class
AssociatedUser
User associated with build type or project This user is not an actual TeamCity user but rather "fake" user that acts on behalf of the build type of project it's associated withclass
BaseUser
Base class delegating authority holder methods to actual authority holder which should be returned by this class inheritors.class
RestrictedUserImpl
class
RolesHolderImpl<T>
Actual roles holders (like user and group) are expected to delegateRolesHolder
operations, rather than inherit fromRolesHolderImpl
.class
SecuredUser
class
TestUser
class
UserImpl
-