Uses of Interface
com.atlassian.confluence.security.login.LoginManager
Package
Description
-
Uses of LoginManager in com.atlassian.confluence.api.impl.service.people
ModifierConstructorDescriptionPersonServiceImpl
(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) -
Uses of LoginManager in com.atlassian.confluence.core
Modifier and TypeMethodDescriptionvoid
ConfluenceActionSupport.setLoginManager
(LoginManager loginManager) -
Uses of LoginManager in com.atlassian.confluence.impl.content
ModifierConstructorDescriptionDefaultPageManager
(PageDaoInternal pageDao, ContentEntityObjectDaoInternal contentEntityObjectDao, AttachmentManager attachmentManager, 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, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, ContentPropertyService contentPropertyService, NotificationManager notificationManager) -
Uses of LoginManager in com.atlassian.confluence.impl.security.login
Modifier and TypeClassDescriptionclass
Default LoginManager that keeps track of login activity. -
Uses of LoginManager in com.atlassian.confluence.rpc.auth
ModifierConstructorDescriptionTokenAuthenticationManager
(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
Modifier and TypeMethodDescriptionvoid
UsersSoapService.setLoginManager
(LoginManager loginManager) -
Uses of LoginManager in com.atlassian.sal.confluence.oauth.seraph
ModifierConstructorDescriptionConfluenceSeraphAuthenticationListener
(com.atlassian.event.api.EventPublisher eventPublisher, LoginManager loginManager)