| Package | Description |
|---|---|
| org.apache.hadoop.security.authentication.client |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
AbstractMaprAuthenticator.authenticate(java.net.URL url,
AuthenticatedURL.Token token) |
|
void |
Authenticator.authenticate(java.net.URL url,
AuthenticatedURL.Token token) |
Authenticates against a URL and returns a
AuthenticatedURL.Token to be
used by subsequent requests. |
void |
KerberosAuthenticator.authenticate(java.net.URL url,
AuthenticatedURL.Token token) |
Performs SPNEGO authentication against the specified URL.
|
void |
PseudoAuthenticator.authenticate(java.net.URL url,
AuthenticatedURL.Token token) |
Performs simple authentication against the specified URL.
|
static void |
AuthenticatedURL.extractToken(java.net.HttpURLConnection conn,
AuthenticatedURL.Token token) |
Helper method that extracts an authentication token received from a connection.
|
static void |
AuthenticatedURL.injectToken(java.net.HttpURLConnection conn,
AuthenticatedURL.Token token) |
Helper method that injects an authentication token to send with a
connection.
|
java.net.HttpURLConnection |
AuthenticatedURL.openConnection(java.net.URL url,
AuthenticatedURL.Token token) |
Returns an authenticated
HttpURLConnection. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.