Uses of Interface
com.atlassian.crowd.manager.authentication.TokenAuthenticationManager

Packages that use TokenAuthenticationManager
com.atlassian.crowd.console.action   
com.atlassian.crowd.console.action.principal   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.manager.token.reaper   
com.atlassian.crowd.plugin.application.springsecurity   
com.atlassian.crowd.plugin.descriptors   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.service   
com.atlassian.crowd.service.soap   
com.atlassian.crowd.service.soap.server   
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.console.action
 

Fields in com.atlassian.crowd.console.action declared as TokenAuthenticationManager
protected  TokenAuthenticationManager BaseAction.tokenAuthenticationManager
           
 

Methods in com.atlassian.crowd.console.action with parameters of type TokenAuthenticationManager
 void BaseAction.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.console.action.principal
 

Fields in com.atlassian.crowd.console.action.principal declared as TokenAuthenticationManager
protected  TokenAuthenticationManager ViewPrincipal.tokenAuthenticationManager
           
 

Methods in com.atlassian.crowd.console.action.principal with parameters of type TokenAuthenticationManager
 void ViewPrincipal.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application with parameters of type TokenAuthenticationManager
 void CrowdApplicationPasswordManagerGeneric.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.manager.authentication
 

Classes in com.atlassian.crowd.manager.authentication that implement TokenAuthenticationManager
 class AliasingAwareTokenAuthenticationManager
           
 class TokenAuthenticationManagerImpl
           
 

Constructors in com.atlassian.crowd.manager.authentication with parameters of type TokenAuthenticationManager
AliasingAwareTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager, ApplicationManager applicationManager, AliasManager aliasManager)
           
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.manager.token.reaper
 

Methods in com.atlassian.crowd.manager.token.reaper with parameters of type TokenAuthenticationManager
 void TokenReaper.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.application.springsecurity
 

Constructors in com.atlassian.crowd.plugin.application.springsecurity with parameters of type TokenAuthenticationManager
LocalCrowdAuthenticationProvider(Application application, ApplicationService applicationService, ApplicationManager applicationManager, TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.descriptors
 

Methods in com.atlassian.crowd.plugin.descriptors with parameters of type TokenAuthenticationManager
 void CrowdApplicationModuleDescriptor.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.plugin.rest.service.controller
 

Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type TokenAuthenticationManager
TokenController(TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.service
 

Constructors in com.atlassian.crowd.service with parameters of type TokenAuthenticationManager
UserServiceImpl(ApplicationManager applicationManager, ApplicationService applicationService, CrowdUserDetailsService crowdUserDetailsService, TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.service.soap
 

Methods in com.atlassian.crowd.service.soap with parameters of type TokenAuthenticationManager
 void SOAPService.setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of TokenAuthenticationManager in com.atlassian.crowd.service.soap.server
 

Constructors in com.atlassian.crowd.service.soap.server with parameters of type TokenAuthenticationManager
SecurityServerGeneric(SOAPService soapService, ApplicationService applicationService, PropertyManager propertyManager, TokenAuthenticationManager tokenAuthenticationManager, ForgottenLoginManager forgottenLoginManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.