Uses of Interface
com.atlassian.confluence.util.UserChecker
Packages that use UserChecker
Package
Description
-
Uses of UserChecker in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions that return UserCheckerMethods in com.atlassian.confluence.admin.actions with parameters of type UserCheckerModifier and TypeMethodDescriptionvoid
AbstractUpdateLicenseAction.setUserChecker
(UserChecker userChecker) void
RefreshLicensingAction.setUserChecker
(UserChecker userChecker) -
Uses of UserChecker in com.atlassian.confluence.admin.criteria
Constructors in com.atlassian.confluence.admin.criteria with parameters of type UserChecker -
Uses of UserChecker in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type UserCheckerModifierConstructorDescriptionContentServiceImpl
(PermissionManager permissionManager, ContentFactory contentFactory, ContentFinderFactory contentFinderFactory, ContentTrashService trashService, ApiSupportProvider apiSupportProvider, ContentEntityManagerInternal contentEntityManager, UserChecker userChecker, Supplier<TouchRelationSupport> touchRelationSupportSupplier, LicenseService licenseService) SpaceValidatorImpl
(SpaceManagerInternal spaceManager, SpacePermissionManager spacePermissionManager, AccessModeService accessModeService, PermissionManager permissionManager, ContentService contentService, LicenseService licenseService, UserChecker userChecker, LabelManager labelManager, LabelledContentSpaceValidator labelledContentSpaceValidationPredicate, UserAccessor userAccessor, PersonalInformationManager personalInformationManager) -
Uses of UserChecker in com.atlassian.confluence.api.impl.service.permissions
Constructors in com.atlassian.confluence.api.impl.service.permissions with parameters of type UserCheckerModifierConstructorDescriptionGlobalPermissionServiceImpl
(SpacePermissionOperationKeyConverter globalPermissionOperationKeyConverter, PermissionManager permissionManager, SpacePermissionManagerInternal spacePermissionManager, GlobalPermissionsValidator globalPermissionsValidator, UserAccessor userAccessor, UserChecker userChecker, ScopesRequestCacheDelegate scopesRequestCacheDelegate) SpacePermissionServiceImpl
(SpacePermissionManagerInternal spacePermissionManager, SpaceManagerInternal spaceManager, SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, UserAccessor userAccessor, SpacePermissionsValidator spacePermissionsValidator, SetSpacePermissionChecker setSpacePermissionChecker, UserChecker userChecker, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of UserChecker in com.atlassian.confluence.api.impl.service.relation
Constructors in com.atlassian.confluence.api.impl.service.relation with parameters of type UserCheckerModifierConstructorDescriptionRelationServiceImpl
(RelationManager relationManager, RelationInstanceFactory relationInstanceFactory, RelatableFactory relatableFactory, RelatableResolver relatableResolver, PaginationService paginationService, FavouriteManager favouriteManager, LikeManager likeManager, PermissionManager permissionManager, UserChecker userChecker, ValidatingRelationDescriptorRegistry relationDescriptorRegistry, AccessModeService accessModeService, LicenseService licenseService) -
Uses of UserChecker in com.atlassian.confluence.impl.security.administrators
Constructors in com.atlassian.confluence.impl.security.administrators with parameters of type UserCheckerModifierConstructorDescriptionEditGlobalPermissionsAdministrator
(SpacePermissionManager spacePermissionManager, PermissionResolver permissionResolver, SetSpacePermissionChecker setSpacePermissionChecker, UserChecker userChecker, ConfluenceUserResolver userResolver, GroupResolver groupResolver) -
Uses of UserChecker in com.atlassian.confluence.license.rest.resource
Constructors in com.atlassian.confluence.license.rest.resource with parameters of type UserCheckerModifierConstructorDescriptionLicenseResource
(LicenseWebFacade licenseWebFacade, BootstrapManager bootstrapManager, ClusterManager clusterManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LicenseService licenseService, UserChecker userChecker, com.atlassian.upm.api.license.DataCenterCrossgradeablePlugins dataCenterCrossgradeablePlugins) -
Uses of UserChecker in com.atlassian.confluence.license.store
Classes in com.atlassian.confluence.license.store that implement UserCheckerModifier and TypeClassDescriptionclass
Listens forLicenceUpdatedEvent
s in order to reset the cache inresetResult()
.Constructors in com.atlassian.confluence.license.store with parameters of type UserCheckerModifierConstructorDescriptionFlushUserCheckerCacheOnLicenseUpdate
(UserChecker delegate, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of UserChecker in com.atlassian.confluence.security.administrators
Methods in com.atlassian.confluence.security.administrators with parameters of type UserCheckerModifier and TypeMethodDescriptionvoid
PermissionsAdministratorBuilder.setUserChecker
(UserChecker userChecker) -
Uses of UserChecker in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type UserCheckerModifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setUserChecker
(UserChecker userChecker) -
Uses of UserChecker in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type UserCheckerModifierConstructorDescriptionPageResource
(CommentService commentService, NotificationManager notificationManager, CommentRenderService commentRenderService, CaptchaManager captchaManager, FormatConverter converter, PageManager pageManager, PermissionManager permissionManager, com.atlassian.struts.xsrf.XsrfTokenGenerator tokenGenerator, DraftsTransitionHelper draftsTransitionHelper, HeartbeatManager heartbeatManager, Differ differ, UserChecker userChecker, CollaborativeEditingHelper collaborativeEditingHelper, com.atlassian.event.api.EventPublisher eventPublisher, StorageFormatCleaner storageFormatCleaner, LicenseService licenseService) -
Uses of UserChecker in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type UserCheckerModifierConstructorDescriptionDefaultSignupManager
(BandanaManager bandanaManager, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, UserVerificationTokenManager userVerificationTokenManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, SettingsManager settingsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, EmailService notificationsService, NotificationsSender notificationsSender, com.atlassian.event.api.EventPublisher eventPublisher, UserChecker userChecker, PersonalInformationManager personalInformationManager, com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory) DefaultSignupValidator
(SignupManager easyUserManager, UserChecker userChecker, BootstrapManager bootstrapManager) -
Uses of UserChecker in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions with parameters of type UserCheckerModifier and TypeMethodDescriptionvoid
AbstractSearchCrowdUsersAction.setUserChecker
(UserChecker userChecker) -
Uses of UserChecker in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications with parameters of type UserCheckerModifier and TypeMethodDescriptionvoid
UserSignUpNotificationsListener.setUserChecker
(UserChecker userChecker) Deprecated. -
Uses of UserChecker in com.atlassian.confluence.util
Classes in com.atlassian.confluence.util that implement UserChecker