Uses of Class
com.cloudera.alfredo.client.AuthenticatedURL.Token

Packages that use AuthenticatedURL.Token
com.cloudera.alfredo.client   
 

Uses of AuthenticatedURL.Token in com.cloudera.alfredo.client
 

Methods in com.cloudera.alfredo.client with parameters of type AuthenticatedURL.Token
 void PseudoAuthenticator.authenticate(URL url, AuthenticatedURL.Token token)
          Performs simple authentication against the specified URL.
 void KerberosAuthenticator.authenticate(URL url, AuthenticatedURL.Token token)
          Performs SPNEGO authentication against the specified URL.
 void Authenticator.authenticate(URL url, AuthenticatedURL.Token token)
          Authenticates against a URL and returns a AuthenticatedURL.Token to be used by subsequent requests.
static void AuthenticatedURL.extractToken(HttpURLConnection conn, AuthenticatedURL.Token token)
          Helper method that extracts an authentication token received from a connection.
 HttpURLConnection AuthenticatedURL.openConnection(URL url, AuthenticatedURL.Token token)
          Returns an authenticated HttpURLConnection.
 



Copyright © 2011 Cloudera Inc.. All Rights Reserved.