Uses of Interface
com.atlassian.crowd.manager.token.factory.TokenFactory
Packages that use TokenFactory
Package
Description
-
Uses of TokenFactory in com.atlassian.crowd.manager.authentication
Constructors in com.atlassian.crowd.manager.authentication with parameters of type TokenFactoryModifierConstructorDescriptionTokenAuthenticationManagerImpl(com.atlassian.crowd.dao.token.SessionTokenStorage tokenManager, com.atlassian.crowd.dao.application.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.factory
Classes in com.atlassian.crowd.manager.token.factory that implement TokenFactoryModifier and TypeClassDescriptionclassTheTokenGeneratoris responsible for generating tokens when a successful authentication has occurred.