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

Packages that use HttpAuthenticator
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.jive   
com.atlassian.crowd.integration.xwork   
 

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



Copyright © 2007 Atlassian Software Systems. All Rights Reserved.