Uses of Class
com.atlassian.confluence.util.http.Authenticator

Packages that use Authenticator
com.atlassian.confluence.util.http   
com.atlassian.confluence.util.http.httpclient   
 

Uses of Authenticator in com.atlassian.confluence.util.http
 

Methods in com.atlassian.confluence.util.http that return Authenticator
 Authenticator HttpRequestConfig.getAuthenticator()
           
 Authenticator HttpRequest.getAuthenticator()
           
 

Methods in com.atlassian.confluence.util.http with parameters of type Authenticator
 void HttpRequestConfig.setAuthenticator(Authenticator authenticator)
           
 void HttpRequest.setAuthenticator(Authenticator authenticator)
           
 

Uses of Authenticator in com.atlassian.confluence.util.http.httpclient
 

Subclasses of Authenticator in com.atlassian.confluence.util.http.httpclient
 class BasicAuthenticator
           
 class DefaultSeraphAuthenticator
           
 class HttpClientAuthenticator
           
 class TrustedTokenAuthenticator
          Authenticator that attaches a token from a TrustedTokenFactory to a HTTP request and allows for status reporting on an executed request
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.