Package | Description |
---|---|
org.apache.hadoop.fs.http.client | |
org.apache.hadoop.security.authentication.client |
Modifier and Type | Method and Description |
---|---|
void |
HttpFSKerberosAuthenticator.authenticate(URL url,
AuthenticatedURL.Token token) |
static void |
HttpFSKerberosAuthenticator.cancelDelegationToken(URI fsURI,
AuthenticatedURL.Token token,
Token<?> dToken) |
static Token<?> |
HttpFSKerberosAuthenticator.getDelegationToken(URI fsURI,
InetSocketAddress httpFSAddr,
AuthenticatedURL.Token token,
String renewer) |
static long |
HttpFSKerberosAuthenticator.renewDelegationToken(URI fsURI,
AuthenticatedURL.Token token,
Token<?> dToken) |
Modifier and Type | Method and Description |
---|---|
void |
PseudoAuthenticator.authenticate(URL url,
AuthenticatedURL.Token token)
Performs simple 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. |
void |
KerberosAuthenticator.authenticate(URL url,
AuthenticatedURL.Token token)
Performs SPNEGO authentication against the specified URL.
|
static void |
AuthenticatedURL.extractToken(HttpURLConnection conn,
AuthenticatedURL.Token token)
Helper method that extracts an authentication token received from a connection.
|
static void |
AuthenticatedURL.injectToken(HttpURLConnection conn,
AuthenticatedURL.Token token)
Helper method that injects an authentication token to send with a connection.
|
HttpURLConnection |
AuthenticatedURL.openConnection(URL url,
AuthenticatedURL.Token token)
Returns an authenticated
HttpURLConnection . |
Copyright © 2013 Apache Software Foundation. All rights reserved.