Uses of Interface
jetbrains.buildServer.users.impl.UserEx
-
-
Uses of UserEx in jetbrains
Methods in jetbrains that return UserEx Modifier and Type Method Description UserEx
BuildServerCreator. createPermissionRestrictedUserAccount(UserEx user, PermissionsHolder permissionsHolder)
Methods in jetbrains with parameters of type UserEx Modifier and Type Method Description UserEx
BuildServerCreator. createPermissionRestrictedUserAccount(UserEx user, PermissionsHolder permissionsHolder)
-
Uses of UserEx in jetbrains.buildServer.controllers.admin.users
Methods in jetbrains.buildServer.controllers.admin.users that return types with arguments of type UserEx Modifier and Type Method Description List<UserEx>
UserListForm. getShownUsers()
Methods in jetbrains.buildServer.controllers.admin.users with parameters of type UserEx Modifier and Type Method Description static AdminEditUserForm
AdminEditUserForm. newInstance(SUser editor, UserEx editee, Collection<UserProfilePluginInfo> notificatorPlugins, Collection<UserProfilePluginInfo> userAuthSettingsPlugins, VcsManager vcsManager, RolesManager rolesManager, ProjectManager projectManager, SecurityContextEx securityContext, UserModelEx userModel, NotificationRulesManager rulesManager, UserGroupManager groupManager, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings)
Method parameters in jetbrains.buildServer.controllers.admin.users with type arguments of type UserEx Modifier and Type Method Description void
UserListForm. setUsers(Collection<UserEx> users)
-
Uses of UserEx in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes with parameters of type UserEx Modifier and Type Method Description static ChangeDetails
ChangeDetailsCalculator. calculateDetails(ChangeStatus changeStatus, UserEx user, Filter<SBuildType> buildTypesFilter)
Constructors in jetbrains.buildServer.controllers.changes with parameters of type UserEx Constructor Description ChangesPageBean(List<ChangeStatus> statusList, Filter<SBuildType> buildTypeFilter, boolean haveMoreChanges, TimeZone timezone, Date prevLastDay, ChangeStatusesCache changeStatusesCache, UserEx user, boolean hasSkippedChanges)
ChangeWithCarpet(ChangeStatus changeStatus, Filter<SBuildType> buildTypeFilter, Comparator<SBuildType> buildTypeOrder, boolean newDate, UserEx user)
-
Uses of UserEx in jetbrains.buildServer.controllers.emailVerification
Methods in jetbrains.buildServer.controllers.emailVerification with parameters of type UserEx Modifier and Type Method Description void
UserEmailVerifier. sendVerificationEmail(UserEx user)
boolean
UserEmailVerifier. verify(UserEx user, String token)
Constructors in jetbrains.buildServer.controllers.emailVerification with parameters of type UserEx Constructor Description EmailVerificationEditBean(UserEx user, boolean currentEmailIsValid)
EmailVerificationViewBean(UserEx user)
-
Uses of UserEx in jetbrains.buildServer.controllers.login
Classes in jetbrains.buildServer.controllers.login that implement UserEx 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 UserEx in jetbrains.buildServer.controllers.overview
Constructors in jetbrains.buildServer.controllers.overview with parameters of type UserEx Constructor Description OverviewBean(javax.servlet.http.HttpServletRequest request, UserEx user, SBuildServer server, Set<SBuildType> problematicBuildTypes, UserProjectVisibility userProjectVisibility, BranchBeanFactory branchBeanFactory)
-
Uses of UserEx in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile that return UserEx Modifier and Type Method Description UserEx
ProfileForm. getEditee()
Methods in jetbrains.buildServer.controllers.profile with parameters of type UserEx Modifier and Type Method Description static EditPersonalProfileForm
EditPersonalProfileForm. newInstance(UserEx user, Collection<UserProfilePluginInfo> notificatorPlugins, Collection<UserProfilePluginInfo> userAuthSettingsPlugins, ProjectManager projectManager, NotificationRulesManager rulesManager, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings, UserModel userModel, PasswordComplexityChecker passwordComplexityChecker)
void
ProfileForm. setEditee(UserEx editee)
-
Uses of UserEx in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type UserEx Modifier and Type Method Description SBuildAssert
SBuildAssert. isCancelled(UserEx user, String comment)
-
Uses of UserEx in jetbrains.buildServer.serverSide.auth.resetPassword
Methods in jetbrains.buildServer.serverSide.auth.resetPassword with parameters of type UserEx Modifier and Type Method Description void
ResetPasswordHandler. sendResetPasswordEmail(UserEx user)
-
Uses of UserEx in jetbrains.buildServer.serverSide.impl
Fields in jetbrains.buildServer.serverSide.impl declared as UserEx Modifier and Type Field Description protected UserEx
BaseSecondaryNodeTest. myMainUser
protected UserEx
BaseSecondaryNodeTest. mySecondaryNodeUser
Methods in jetbrains.buildServer.serverSide.impl that return UserEx Modifier and Type Method Description protected UserEx
BaseServerTestCase. createUser(UserAccountBuilder userBuilder)
-
Uses of UserEx in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that return UserEx Modifier and Type Method Description UserEx
UserModelEx. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)
UserEx
UserModelEx. findUserAccount(String realm, String username)
UserEx
UserModelEx. findUserById(long userId)
UserEx
UserModelEx. getGuestUser()
Methods in jetbrains.buildServer.users that return types with arguments of type UserEx Modifier and Type Method Description List<UserEx>
UserModelEx. findUsers(SearchOptions searchOptions, UserModelEx.SORT_BY sortOption, boolean ascending)
Searches for users with specified keyword in username, name or email.Methods in jetbrains.buildServer.users with parameters of type UserEx Modifier and Type Method Description UserEx
UserModelEx. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)
-
Uses of UserEx in jetbrains.buildServer.users.impl
Classes in jetbrains.buildServer.users.impl that implement UserEx 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
SecuredUser
class
TestUser
class
UserImpl
Methods in jetbrains.buildServer.users.impl that return UserEx Modifier and Type Method Description UserEx
UserFactoryEx. createAssociatedUser(long id, FeatureProvider featureProvider, String featureType)
UserEx
UserFactoryImpl. createAssociatedUser(long id, FeatureProvider featureProvider, String featureType)
UserEx
UserFactoryEx. createGuest(UserDataLoader userDataLoader)
UserEx
UserFactoryImpl. createGuest(UserDataLoader userDataLoader)
UserEx
SecuredUserModel. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)
UserEx
UserFactoryEx. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsHolder)
UserEx
UserFactoryImpl. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)
UserEx
UserModelImpl. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)
UserEx
UserFactoryEx. createSuperUser()
UserEx
UserFactoryImpl. createSuperUser()
UserEx
UserFactoryEx. createUser(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserDataLoader userDataLoader)
UserEx
UserFactoryImpl. createUser(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserDataLoader userDataLoader)
UserEx
SecuredUserModel. findUserAccount(String realm, String username)
UserEx
UserModelImpl. findUserAccount(String realm, String username)
UserEx
SecuredUserModel. findUserById(long userId)
UserEx
UserModelImpl. findUserById(long userId)
UserEx
SecuredUserModel. getGuestUser()
UserEx
UserModelImpl. getGuestUser()
UserEx
UserModelImpl. getSuperUser()
Methods in jetbrains.buildServer.users.impl that return types with arguments of type UserEx Modifier and Type Method Description List<UserEx>
SecuredUserModel. findUsers(SearchOptions searchOptions, UserModelEx.SORT_BY sortOption, boolean ascending)
List<UserEx>
UserModelImpl. findUsers(SearchOptions searchOptions, UserModelEx.SORT_BY sortOption, boolean ascending)
Methods in jetbrains.buildServer.users.impl with parameters of type UserEx Modifier and Type Method Description UserEx
SecuredUserModel. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)
UserEx
UserFactoryEx. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsHolder)
UserEx
UserFactoryImpl. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)
UserEx
UserModelImpl. createPermissionsRestrictedUser(UserEx delegate, PermissionsHolder permissionsRestrictor)
Constructors in jetbrains.buildServer.users.impl with parameters of type UserEx Constructor Description RestrictedUserImpl(UserEx delegate, PermissionsHolder permissionsRestrictor, ProjectManagerEx projectManager, SecurityContextEx securityContext)
-
Uses of UserEx in jetbrains.buildServer.web.util
Constructors in jetbrains.buildServer.web.util with parameters of type UserEx Constructor Description UserBuildTypeOrder(UserEx user)
UserProjectOrder(UserEx user)
-