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

Packages that use HttpAuthenticator
com.atlassian.crowd.console.action   
com.atlassian.crowd.console.action.user   
com.atlassian.crowd.integration.acegi   
com.atlassian.crowd.integration.atlassianuser   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.jive   
com.atlassian.crowd.integration.springsecurity   
com.atlassian.crowd.integration.xwork   
com.atlassian.crowd.openid.server.action   
com.atlassian.crowd.openid.server.provider   
 

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

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

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

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

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

Fields in com.atlassian.crowd.integration.acegi declared as HttpAuthenticator
protected  HttpAuthenticator RemoteCrowdAuthenticationProvider.httpAuthenticator
           
 

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

Methods in com.atlassian.crowd.integration.acegi with parameters of type HttpAuthenticator
 void CrowdSSOAuthenticationProcessingFilter.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
          Mandatory dependency.
 void CrowdLogoutHandler.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
           
 

Constructors in com.atlassian.crowd.integration.acegi with parameters of type HttpAuthenticator
RemoteCrowdAuthenticationProvider(AuthenticationManager authenticationManager, HttpAuthenticator httpAuthenticator, CrowdUserDetailsService userDetailsService)
           
 

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.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.getCacheAwareHttpAuthenticator()
          Retrieve the singleton instance of the HttpAuthenticator (cache aware).
static HttpAuthenticator HttpAuthenticatorFactory.getHttpAuthenticator()
          Retrieve the singleton instance of the HttpAuthenticator (not cache aware).
 

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.springsecurity
 

Fields in com.atlassian.crowd.integration.springsecurity declared as HttpAuthenticator
protected  HttpAuthenticator RemoteCrowdAuthenticationProvider.httpAuthenticator
           
 

Methods in com.atlassian.crowd.integration.springsecurity that return HttpAuthenticator
 HttpAuthenticator CrowdLogoutHandler.getHttpAuthenticator()
           
 

Methods in com.atlassian.crowd.integration.springsecurity with parameters of type HttpAuthenticator
 void CrowdSSOAuthenticationProcessingFilter.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
          Mandatory dependency.
 void CrowdLogoutHandler.setHttpAuthenticator(HttpAuthenticator httpAuthenticator)
           
 

Constructors in com.atlassian.crowd.integration.springsecurity with parameters of type HttpAuthenticator
RemoteCrowdAuthenticationProvider(AuthenticationManager authenticationManager, HttpAuthenticator httpAuthenticator, CrowdUserDetailsService userDetailsService)
           
 

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)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.