Uses of Interface
com.atlassian.crowd.integration.http.HttpAuthenticator

Packages that use HttpAuthenticator
com.atlassian.crowd.console.action   
com.atlassian.crowd.integration.acegi   
com.atlassian.crowd.integration.atlassianuser   
com.atlassian.crowd.integration.fisheye   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.jive   
com.atlassian.crowd.integration.osuser   
com.atlassian.crowd.integration.osuser.providers   
com.atlassian.crowd.integration.seraph   
com.atlassian.crowd.integration.xwork   
com.atlassian.crowd.openid.server.action   
com.atlassian.crowd.openid.server.provider   
com.atlassian.crowd.security.demo.action   
 

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

Methods in com.atlassian.crowd.console.action that return HttpAuthenticator
 HttpAuthenticator BaseAction.getHttpAuthenticator()
           
 

Methods in com.atlassian.crowd.console.action with parameters of type HttpAuthenticator
 void BaseAction.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
           
 

Uses of HttpAuthenticator in com.atlassian.crowd.integration.acegi
 

Methods in com.atlassian.crowd.integration.acegi that return HttpAuthenticator
 HttpAuthenticator CrowdAuthenticationProvider.getHttpAuthenticator()
           
 HttpAuthenticator CrowdAuthenticationProcessingFilter.getHttpAuthenticator()
           
 HttpAuthenticator CrowdLogoutHandler.getHttpAuthenticator()
           
 

Methods in com.atlassian.crowd.integration.acegi with parameters of type HttpAuthenticator
 void CrowdAuthenticationProvider.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
           
 void CrowdAuthenticationProcessingFilter.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
           
 void CrowdLogoutHandler.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
           
 

Constructors in com.atlassian.crowd.integration.acegi with parameters of type HttpAuthenticator
CrowdAuthenticationDetails(javax.servlet.http.HttpServletRequest request, HttpAuthenticator httpAuthenticator)
           
 

Uses of HttpAuthenticator in com.atlassian.crowd.integration.atlassianuser
 

Constructors in com.atlassian.crowd.integration.atlassianuser with parameters of type HttpAuthenticator
CrowdAuthenticator(com.atlassian.user.repository.RepositoryIdentifier repositoryIdentifier, SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
 

Uses of HttpAuthenticator in com.atlassian.crowd.integration.fisheye
 

Constructors in com.atlassian.crowd.integration.fisheye with parameters of type HttpAuthenticator
FisheyeAuthenticator(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
 

Uses of HttpAuthenticator in com.atlassian.crowd.integration.http
 

Classes in com.atlassian.crowd.integration.http that implement HttpAuthenticator
 class HttpAuthenticatorImpl
          This bean is used to manage HTTP authentication.
 

Methods in com.atlassian.crowd.integration.http that return HttpAuthenticator
static HttpAuthenticator HttpAuthenticatorFactory.getHttpAuthenticator()
          Retrieve the singleton instance of the HttpAuthenticator.
 

Constructors in com.atlassian.crowd.integration.http with parameters of type HttpAuthenticator
VerifyTokenFilter(HttpAuthenticator httpAuthenticator)
          Use this constructor to provide an externally managed singleton instance of the HttpAuthenticator.
 

Uses of HttpAuthenticator in com.atlassian.crowd.integration.jive
 

Constructors in com.atlassian.crowd.integration.jive with parameters of type HttpAuthenticator
CrowdAuthFactory(HttpAuthenticator httpAuthenticator)
           
 

Uses of HttpAuthenticator in com.atlassian.crowd.integration.osuser
 

Fields in com.atlassian.crowd.integration.osuser declared as HttpAuthenticator
protected  HttpAuthenticator CrowdBaseProvider.httpAuthenticator
           
 

Constructors in com.atlassian.crowd.integration.osuser with parameters of type HttpAuthenticator
CrowdAccessProvider(CacheManagerFactory cacheManagerFactory, SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
CrowdAccessProvider(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
CrowdBaseProvider(CacheManagerFactory cacheManagerFactory, SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
CrowdBaseProvider(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
CrowdCredentialsProvider(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
CrowdProfileProvider(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
 

Uses of HttpAuthenticator in com.atlassian.crowd.integration.osuser.providers
 

Constructors in com.atlassian.crowd.integration.osuser.providers with parameters of type HttpAuthenticator
ChainedProfileProvider(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
 

Uses of HttpAuthenticator in com.atlassian.crowd.integration.seraph
 

Fields in com.atlassian.crowd.integration.seraph declared as HttpAuthenticator
protected  HttpAuthenticator CrowdAuthenticator.httpAuthenticator
           
 

Constructors in com.atlassian.crowd.integration.seraph with parameters of type HttpAuthenticator
BambooAuthenticator(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
ConfluenceAuthenticator(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
CrowdAuthenticator(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
JIRAAuthenticator(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
 

Uses of HttpAuthenticator in com.atlassian.crowd.integration.xwork
 

Constructors in com.atlassian.crowd.integration.xwork with parameters of type HttpAuthenticator
CrowdAuthenticationInterceptor(HttpAuthenticator httpAuthenticator)
          Use this constructor to provide an externally managed singleton instance of the HttpAuthenticator.
 

Uses of HttpAuthenticator in com.atlassian.crowd.openid.server.action
 

Methods in com.atlassian.crowd.openid.server.action that return HttpAuthenticator
 HttpAuthenticator BaseAction.getHttpAuthenticator()
           
 

Methods in com.atlassian.crowd.openid.server.action with parameters of type HttpAuthenticator
 void BaseAction.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
           
 

Uses of HttpAuthenticator in com.atlassian.crowd.openid.server.provider
 

Methods in com.atlassian.crowd.openid.server.provider that return HttpAuthenticator
 HttpAuthenticator OpenID4JavaProvider.getHttpAuthenticator()
           
 

Methods in com.atlassian.crowd.openid.server.provider with parameters of type HttpAuthenticator
 void OpenID4JavaProvider.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
           
 

Uses of HttpAuthenticator in com.atlassian.crowd.security.demo.action
 

Fields in com.atlassian.crowd.security.demo.action declared as HttpAuthenticator
protected  HttpAuthenticator BaseAction.httpAuthenticator
           
 

Methods in com.atlassian.crowd.security.demo.action that return HttpAuthenticator
 HttpAuthenticator BaseAction.getHttpAuthenticator()
           
 

Methods in com.atlassian.crowd.security.demo.action with parameters of type HttpAuthenticator
 void BaseAction.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
           
 



Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.