Uses of Class
org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token
Packages that use AuthenticatedURL.Token
-
Uses of AuthenticatedURL.Token in org.apache.hadoop.security.authentication.client
Methods in org.apache.hadoop.security.authentication.client with parameters of type AuthenticatedURL.TokenModifier and TypeMethodDescriptionvoidAuthenticator.authenticate(URL url, AuthenticatedURL.Token token) Authenticates against a URL and returns aAuthenticatedURL.Tokento be used by subsequent requests.voidKerberosAuthenticator.authenticate(URL url, AuthenticatedURL.Token token) Performs SPNEGO authentication against the specified URL.voidPseudoAuthenticator.authenticate(URL url, AuthenticatedURL.Token token) Performs simple authentication against the specified URL.static voidAuthenticatedURL.extractToken(HttpURLConnection conn, AuthenticatedURL.Token token) Helper method that extracts an authentication token received from a connection.static voidAuthenticatedURL.injectToken(HttpURLConnection conn, AuthenticatedURL.Token token) Helper method that injects an authentication token to send with a connection.AuthenticatedURL.openConnection(URL url, AuthenticatedURL.Token token) Returns an authenticatedHttpURLConnection.