Uses of Interface
com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Packages that use TokenAuthenticationManager
Package
Description
-
Uses of TokenAuthenticationManager in com.atlassian.crowd.console.action
Fields in com.atlassian.crowd.console.action declared as TokenAuthenticationManagerModifier and TypeFieldDescriptionprotected TokenAuthenticationManagerBaseAction.tokenAuthenticationManagerMethods in com.atlassian.crowd.console.action with parameters of type TokenAuthenticationManagerModifier and TypeMethodDescriptionvoidBaseAction.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.console.action.principal
Fields in com.atlassian.crowd.console.action.principal declared as TokenAuthenticationManagerModifier and TypeFieldDescriptionprotected TokenAuthenticationManagerViewPrincipal.tokenAuthenticationManagerMethods in com.atlassian.crowd.console.action.principal with parameters of type TokenAuthenticationManagerModifier and TypeMethodDescriptionvoidViewPrincipal.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.console.authentication
Constructors in com.atlassian.crowd.console.authentication with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionCrowdSSOAuthenticatedUserProviderImpl(CrowdHttpTokenHelper tokenHelper, ClientProperties clientProperties, TokenAuthenticationManager tokenAuthenticationManager, ApplicationManager applicationManager) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.integration.springsecurity
Fields in com.atlassian.crowd.integration.springsecurity declared as TokenAuthenticationManagerModifier and TypeFieldDescriptionprotected final TokenAuthenticationManagerAbstractLocalCrowdAuthenticationProcessingFilter.tokenAuthenticationManagerConstructors in com.atlassian.crowd.integration.springsecurity with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionprotectedAbstractLocalCrowdAuthenticationProcessingFilter(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) protectedLocalCrowdSSOAuthenticationProcessingFilter(ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, PropertyManager propertyManager, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.manager.authentication
Classes in com.atlassian.crowd.manager.authentication that implement TokenAuthenticationManagerModifier and TypeClassDescriptionclassclassclassHandles raciness ofTokenAuthenticationManagerImplby retrying authentications that fail due to a concurrent authentication creating a token.classConstructors in com.atlassian.crowd.manager.authentication with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionAliasingAwareTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager, ApplicationManager applicationManager, AliasManager aliasManager) RetryingTokenAuthenticationManager(TokenAuthenticationManager delegate, int retryCount) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.manager.token
Classes in com.atlassian.crowd.manager.token that implement TokenAuthenticationManager -
Uses of TokenAuthenticationManager in com.atlassian.crowd.manager.token.reaper
Constructors in com.atlassian.crowd.manager.token.reaper with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionSessionTokenReaper(TokenAuthenticationManager tokenAuthenticationManager) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.application.springsecurity
Constructors in com.atlassian.crowd.plugin.application.springsecurity with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionCrowdApplicationModuleAuthenticationProvider(String applicationName, ApplicationService applicationService, ApplicationManager applicationManager, TokenAuthenticationManager tokenAuthenticationManager) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.descriptors
Constructors in com.atlassian.crowd.plugin.descriptors with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionCrowdApplicationModuleDescriptor(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
Constructors in com.atlassian.crowd.plugin.rest.filter with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionBasicApplicationAuthenticationFilter(ApplicationManager applicationManager, ClientValidationManager clientValidationManager, TokenAuthenticationManager tokenAuthenticationManager, AuditLogContext auditLogContext, AuthenticatedApplicationHolder authenticatedApplicationHolder) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.rest.service.controller
Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionTokenController(TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService, AuthenticatedApplicationHolder authenticatedApplicationHolder) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.rest.service.controller.admin
Constructors in com.atlassian.crowd.plugin.rest.service.controller.admin with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionSessionsAdminController(SearchableTokenStorage tokenStorage, ApplicationManager applicationManager, DirectoryManager directoryManager, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.saml.action
Constructors in com.atlassian.crowd.plugin.saml.action with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionSAMLAuthAction(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
Fields in com.atlassian.crowd.service declared as TokenAuthenticationManagerModifier and TypeFieldDescriptionprotected final TokenAuthenticationManagerAbstractUserService.tokenAuthenticationManagerConstructors in com.atlassian.crowd.service with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionAbstractUserService(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) -
Uses of TokenAuthenticationManager in com.atlassian.crowd.service.authentication
Constructors in com.atlassian.crowd.service.authentication with parameters of type TokenAuthenticationManagerModifierConstructorDescriptionCrowdApplicationAuthenticationServiceImpl(TokenAuthenticationManager tokenAuthenticationManager, CrowdHttpTokenHelper tokenHelper, ApplicationFactory applicationFactory, ClientProperties clientProperties, PropertyManager propertyManager, AuditService auditService, com.atlassian.diagnostics.util.CallingBundleResolver callingBundleResolver, ApplicationService applicationService)