Uses of Interface
com.atlassian.confluence.security.login.LoginManager
Packages that use LoginManager
Package
Description
-
Uses of LoginManager in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type LoginManagerModifierConstructorDescriptionPersonFactory
(UserAccessor userAccessor, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, I18NBeanFactory i18nBeanFactory, LoginManager loginManager, DateFormatterFactory dateFormatterFactory) -
Uses of LoginManager in com.atlassian.confluence.api.impl.service.people
Constructors in com.atlassian.confluence.api.impl.service.people with parameters of type LoginManagerModifierConstructorDescriptionPersonServiceImpl
(PermissionManager permissionManager, PersonFactory personFactory, UserAccessorInternal userAccessorInternal, com.atlassian.user.GroupManager groupManager, FinderProxyFactory finderProxyFactory, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, SettingsService settingsService, com.atlassian.event.api.EventPublisher eventPublisher, SpacePermissionManager spacePermissionManager, ConfluenceUserResolver confluenceUserResolver, LoginManager loginManager, PaginationService paginationService, SearchIndexAccessor contentSearchIndexAccessor, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of LoginManager in com.atlassian.confluence.core
Fields in com.atlassian.confluence.core declared as LoginManagerMethods in com.atlassian.confluence.core with parameters of type LoginManagerModifier and TypeMethodDescriptionvoid
ConfluenceActionSupport.setLoginManager
(LoginManager loginManager) -
Uses of LoginManager in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type LoginManagerModifierConstructorDescriptionDefaultPageManager
(PageDaoInternal pageDao, ContentEntityObjectDaoInternal contentEntityObjectDao, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, NotificationManager notificationManager, Function<PageManagerInternal, BulkPageCopy> bulkPageCopyFactory, Function<PageManagerInternal, BulkPageDelete> bulkPageDeleteFactory, User2ContentHibernateRelationDao user2ContentHibernateRelationDao) -
Uses of LoginManager in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type LoginManagerModifierConstructorDescriptionPersonalInformationExtractor
(UserAccessor userAccessor, PermissionManager permissionManager, SpaceManager spaceManager, LoginManager loginManager) -
Uses of LoginManager in com.atlassian.confluence.impl.security.login
Classes in com.atlassian.confluence.impl.security.login that implement LoginManagerModifier and TypeClassDescriptionclass
Default LoginManager that keeps track of login activity. -
Uses of LoginManager in com.atlassian.confluence.rpc.auth
Constructors in com.atlassian.confluence.rpc.auth with parameters of type LoginManagerModifierConstructorDescriptionTokenAuthenticationManager
(LoginManager loginManager, ConfluenceUserResolver userResolver, PermissionManager permissionManager, SettingsManager settingsManager, com.atlassian.event.api.EventPublisher eventPublisher, SharedDataManager clusterSharedDataManager) -
Uses of LoginManager in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type LoginManagerModifier and TypeMethodDescriptionvoid
UsersSoapService.setLoginManager
(LoginManager loginManager) -
Uses of LoginManager in com.atlassian.sal.confluence.oauth.seraph
Constructors in com.atlassian.sal.confluence.oauth.seraph with parameters of type LoginManagerModifierConstructorDescriptionConfluenceSeraphAuthenticationListener
(com.atlassian.event.api.EventPublisher eventPublisher, LoginManager loginManager, HttpContext httpContext)