Uses of Interface
jetbrains.buildServer.users.impl.UserDataLoader
-
Packages that use UserDataLoader Package Description jetbrains jetbrains.buildServer.users jetbrains.buildServer.users.impl -
-
Uses of UserDataLoader in jetbrains
Methods in jetbrains that return UserDataLoader Modifier and Type Method Description UserDataLoader
BuildServerCreator. getUserDataLoader()
-
Uses of UserDataLoader in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users with parameters of type UserDataLoader Modifier and Type Method Description SUser
UserFactory. createGuest(UserDataLoader userDataLoader)
SUser
UserFactory. createUser(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserDataLoader userDataLoader)
-
Uses of UserDataLoader in jetbrains.buildServer.users.impl
Classes in jetbrains.buildServer.users.impl that implement UserDataLoader Modifier and Type Class Description class
FeatureProviderUserDataLoader
class
UserDataLoaderImpl
Created by Evgeniy.Koshkin.Methods in jetbrains.buildServer.users.impl with parameters of type UserDataLoader Modifier and Type Method Description UserEx
UserFactoryEx. createGuest(UserDataLoader userDataLoader)
UserEx
UserFactoryImpl. createGuest(UserDataLoader userDataLoader)
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)
Constructors in jetbrains.buildServer.users.impl with parameters of type UserDataLoader Constructor Description AssociatedUser(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserChangesFacade changesFacade, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, UserUpdate userUpdate, UserDataLoader userDataLoader, BlockStateManager blockStateManager, ProjectManagerEx projectManager, UserGroupManager userGroupManager, NotificationRulesManager notificationRulesManager, RolesManager rolesManager, RolesConverter rolesConverter, VcsUsernameStorage vcsUsernameStorage, NotificationRulesHolder notificationRulesHolder, PasswordComplexityChecker passwordComplexityChecker, String associatedEntityId, UserAttributeStorage userAttributeStorage)
ProjectVisibilityHolderImpl(SUser user, UserDataLoader userDataLoader, UserUpdate userUpdate, ProjectManager projectManager)
SecuredUser(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserChangesFacade changesFacade, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, UserUpdate userUpdate, UserDataLoader userDataLoader, BlockStateManager blockStateManager, ProjectManagerEx projectManager, UserGroupManager userGroupManager, NotificationRulesManager notificationRulesManager, RolesManager rolesManager, RolesConverter rolesConverter, VcsUsernameStorage vcsUsernameStorage, PasswordComplexityChecker passwordComplexityChecker, UserAttributeStorage userAttributeStorage)
UserImpl(long id, String realm, String account, String name, String email, Date lastLoginTimestamp, boolean hasPassword, UserChangesFacade changesFacade, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, UserUpdate userUpdate, UserDataLoader userDataLoader, BlockStateManager blockStateManager, ProjectManagerEx projectManager, UserGroupManager userGroupManager, NotificationRulesManager notificationRulesManager, RolesManager rolesManager, RolesConverter rolesConverter, VcsUsernameStorage vcsUsernameStorage, PasswordComplexityChecker passwordComplexityChecker, UserAttributeStorage userAttributeStorage)
UserModelImpl(SecurityContextEx securityContext, EventDispatcher<BuildServerListener> serverDispatcher, EventDispatcher<UserModelListener> userModelDispatcher, EventDispatcher<ProjectsImportListener> projectImportListenerEventDispatcher, EventDispatcher<UserModelListenerEx> userModelDispatcherEx, SQLRunnerEx sqlRunner, NumericIdSequences idSequences, UserDataLoader userDataLoader, MultiNodesEvents multiNodesEvents, ExecutorServices executorServices, ServerResponsibility serverResponsibility, AuthenticationTokenStorage authenticationTokenStorage, UserAttributeStorage userAttributeStorage, PasswordComplexityChecker passwordComplexityChecker)
UserProjectVisibility(UserDataLoader userDataLoader, UserUpdate userUpdate, ProjectManager projectManager)
-