Uses of Interface
com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Package
Description
-
Uses of TokenAuthenticationManager in com.atlassian.crowd.console.action
Modifier and TypeFieldDescriptionprotected TokenAuthenticationManager
BaseAction.tokenAuthenticationManager
Modifier and TypeMethodDescriptionvoid
BaseAction.setTokenAuthenticationManager
(TokenAuthenticationManager tokenAuthenticationManager) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.console.action.principal
Modifier and TypeFieldDescriptionprotected TokenAuthenticationManager
ViewPrincipal.tokenAuthenticationManager
Modifier and TypeMethodDescriptionvoid
ViewPrincipal.setTokenAuthenticationManager
(TokenAuthenticationManager tokenAuthenticationManager) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.console.authentication
ModifierConstructorDescriptionCrowdSSOAuthenticatedUserProviderImpl
(CrowdHttpTokenHelper tokenHelper, ClientProperties clientProperties, TokenAuthenticationManager tokenAuthenticationManager, ApplicationManager applicationManager) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.integration.springsecurity
Modifier and TypeFieldDescriptionprotected final TokenAuthenticationManager
AbstractLocalCrowdAuthenticationProcessingFilter.tokenAuthenticationManager
ModifierConstructorDescriptionprotected
AbstractLocalCrowdAuthenticationProcessingFilter
(ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, PropertyManager propertyManager, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService) CrowdApplicationAuthenticationProvider
(CrowdApplicationFactory crowdApplicationFactory, ApplicationService applicationService, ApplicationManager applicationManager, TokenAuthenticationManager tokenAuthenticationManager, UserAuthoritiesProvider userAuthoritiesProvider) LocalCrowdAuthenticationProvider
(ApplicationService applicationService, ApplicationManager applicationManager, TokenAuthenticationManager tokenAuthenticationManager) LocalCrowdLogoutHandler
(TokenAuthenticationManager tokenAuthenticationManager, CrowdHttpTokenHelper tokenHelper, ClientProperties clientProperties, PropertyManager propertyManager, CrowdRememberMeService rememberMeService) protected
LocalCrowdSSOAuthenticationProcessingFilter
(ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, PropertyManager propertyManager, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.manager.authentication
Modifier and TypeClassDescriptionclass
class
class
Handles raciness ofTokenAuthenticationManagerImpl
by retrying authentications that fail due to a concurrent authentication creating a token.class
ModifierConstructorDescriptionAliasingAwareTokenAuthenticationManager
(TokenAuthenticationManager tokenAuthenticationManager, ApplicationManager applicationManager, AliasManager aliasManager) RetryingTokenAuthenticationManager
(TokenAuthenticationManager delegate, int retryCount) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.manager.token
-
Uses of TokenAuthenticationManager in com.atlassian.crowd.manager.token.reaper
ModifierConstructorDescriptionSessionTokenReaper
(TokenAuthenticationManager tokenAuthenticationManager) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.application.springsecurity
ModifierConstructorDescriptionCrowdApplicationModuleAuthenticationProvider
(String applicationName, ApplicationService applicationService, ApplicationManager applicationManager, TokenAuthenticationManager tokenAuthenticationManager) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.descriptors
ModifierConstructorDescriptionCrowdApplicationModuleDescriptor
(com.atlassian.plugin.module.ModuleFactory moduleFactory, ApplicationManager applicationManager, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, DynamicProviderManager authenticationManager, RequestToApplicationMapper requestToApplicationMapper) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.rest.filter
ModifierConstructorDescriptionBasicApplicationAuthenticationFilter
(ApplicationManager applicationManager, ClientValidationManager clientValidationManager, TokenAuthenticationManager tokenAuthenticationManager, AuditLogContext auditLogContext, AuthenticatedApplicationHolder authenticatedApplicationHolder) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.rest.service.controller
ModifierConstructorDescriptionTokenController
(TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService, AuthenticatedApplicationHolder authenticatedApplicationHolder) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.rest.service.controller.admin
ModifierConstructorDescriptionSessionsAdminController
(SearchableTokenStorage tokenStorage, ApplicationManager applicationManager, DirectoryManager directoryManager, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.saml.action
ModifierConstructorDescriptionSAMLAuthAction
(SAMLMessageManager samlMessageManager, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, CrowdLicenseManager crowdLicenseManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService, XsrfTokenGenerator xsrfTokenGenerator, ActionHelper actionHelper, ClusterService clusterService) UpdateSAMLConfiguration
(SAMLMessageManager samlMessageManager, com.atlassian.sal.api.ApplicationProperties applicationProperties, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, CrowdLicenseManager crowdLicenseManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService, XsrfTokenGenerator xsrfTokenGenerator, ActionHelper actionHelper, ClusterService clusterService) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.service
Modifier and TypeFieldDescriptionprotected final TokenAuthenticationManager
AbstractUserService.tokenAuthenticationManager
ModifierConstructorDescriptionAbstractUserService
(InternalApplicationHelper internalApplicationHelper, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, UserPermissionService userPermissionService, AuthenticatedUserProvider authenticatedUserProvider) UserServiceImpl
(InternalApplicationHelper internalApplicationHelper, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, UserPermissionService userPermissionService, AuthenticatedUserProvider authenticatedUserProvider, ApplicationFactory applicationFactory, UserAuthoritiesProvider userAuthoritiesProvider)