Modifier and Type | Field and Description |
---|---|
protected TokenAuthenticationManager |
BaseAction.tokenAuthenticationManager |
Modifier and Type | Method and Description |
---|---|
void |
BaseAction.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager) |
Modifier and Type | Field and Description |
---|---|
protected TokenAuthenticationManager |
ViewPrincipal.tokenAuthenticationManager |
Modifier and Type | Method and Description |
---|---|
void |
ViewPrincipal.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager) |
Modifier and Type | Field and Description |
---|---|
protected TokenAuthenticationManager |
AbstractLocalCrowdAuthenticationProcessingFilter.tokenAuthenticationManager |
Modifier and Type | Class and Description |
---|---|
class |
AliasingAwareTokenAuthenticationManager |
class |
DelegatingTokenAuthenticationManager |
class |
RetryingTokenAuthenticationManager
Handles raciness of
TokenAuthenticationManagerImpl by retrying authentications that fail due to a
concurrent authentication creating a token. |
class |
TokenAuthenticationManagerImpl |
Constructor and Description |
---|
AliasingAwareTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager,
ApplicationManager applicationManager,
AliasManager aliasManager) |
DelegatingTokenAuthenticationManager(TokenAuthenticationManager delegate) |
RetryingTokenAuthenticationManager(TokenAuthenticationManager delegate,
int retryCount) |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryModeAwareTokenAuthenticationManager |
Constructor and Description |
---|
SessionTokenReaper(TokenAuthenticationManager tokenAuthenticationManager) |
Constructor and Description |
---|
CrowdApplicationModuleAuthenticationProvider(String applicationName,
ApplicationService applicationService,
ApplicationManager applicationManager,
TokenAuthenticationManager tokenAuthenticationManager) |
Constructor and Description |
---|
CrowdApplicationModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory,
ApplicationManager applicationManager,
ApplicationService applicationService,
TokenAuthenticationManager tokenAuthenticationManager,
DynamicProviderManager authenticationManager,
RequestToApplicationMapper requestToApplicationMapper) |
Constructor and Description |
---|
BasicApplicationAuthenticationFilter(ApplicationManager applicationManager,
ClientValidationManager clientValidationManager,
TokenAuthenticationManager tokenAuthenticationManager,
AuditLogContext auditLogContext,
AuthenticatedApplicationHolder authenticatedApplicationHolder) |
Constructor and Description |
---|
TokenController(TokenAuthenticationManager tokenAuthenticationManager,
CrowdRememberMeService rememberMeService,
AuthenticatedApplicationHolder authenticatedApplicationHolder) |
Constructor and Description |
---|
SessionsAdminController(SearchableTokenStorage tokenStorage,
ApplicationManager applicationManager,
DirectoryManager directoryManager,
TokenAuthenticationManager tokenAuthenticationManager,
CrowdRememberMeService rememberMeService) |
Constructor and Description |
---|
SAMLAuthAction(SAMLMessageManager samlMessageManager,
PropertyManager propertyManager,
DirectoryManager directoryManager,
ApplicationManager applicationManager,
CrowdLicenseManager crowdLicenseManager,
com.atlassian.plugin.webresource.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.plugin.webresource.WebResourceManager webResourceManager,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
ApplicationService applicationService,
TokenAuthenticationManager tokenAuthenticationManager,
CrowdRememberMeService rememberMeService,
XsrfTokenGenerator xsrfTokenGenerator,
ActionHelper actionHelper,
ClusterService clusterService) |
Modifier and Type | Field and Description |
---|---|
protected TokenAuthenticationManager |
AbstractUserService.tokenAuthenticationManager |
Constructor and Description |
---|
AbstractUserService(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) |
Modifier and Type | Method and Description |
---|---|
void |
SOAPService.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager) |
Constructor and Description |
---|
SecurityServerGeneric(SOAPService soapService,
ApplicationService applicationService,
PropertyManager propertyManager,
TokenAuthenticationManager tokenAuthenticationManager,
ForgottenLoginManager forgottenLoginManager,
ApplicationManager applicationManager) |
Copyright © 2020 Atlassian. All rights reserved.