Uses of Interface
com.atlassian.crowd.manager.token.factory.TokenFactory
Package
Description
-
Uses of TokenFactory in com.atlassian.crowd.manager.authentication
ModifierConstructorDescriptionTokenAuthenticationManagerImpl
(SessionTokenStorage tokenManager, ApplicationDAO applicationDao, TokenFactory tokenFactory, com.atlassian.cache.Cache<String, Boolean> cache, com.atlassian.event.api.EventPublisher eventPublisher, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, ApplicationService applicationService, Clock clock) -
Uses of TokenFactory in com.atlassian.crowd.manager.token
ModifierConstructorDescriptionRecoveryModeAwareTokenAuthenticationManager
(SessionTokenStorage tokenManager, ApplicationDAO applicationDao, TokenFactory tokenFactory, com.atlassian.cache.Cache<String, Boolean> cache, com.atlassian.event.api.EventPublisher eventPublisher, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, ApplicationService applicationService, RecoveryModeService recoveryModeService, ApplicationFactory applicationFactory, Clock clock) -
Uses of TokenFactory in com.atlassian.crowd.manager.token.factory
Modifier and TypeClassDescriptionclass
TheTokenGenerator
is responsible for generating tokens when a successful authentication has occurred.