Uses of Class
org.apache.hadoop.security.authentication.client.AuthenticationException
Packages that use AuthenticationException
Package
Description
Provides the server-side framework for authentication.
-
Uses of AuthenticationException in org.apache.hadoop.security.authentication.client
Methods in org.apache.hadoop.security.authentication.client that throw AuthenticationExceptionModifier 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.AuthenticatedURL.openConnection(URL url, AuthenticatedURL.Token token) Returns an authenticatedHttpURLConnection. -
Uses of AuthenticationException in org.apache.hadoop.security.authentication.server
Methods in org.apache.hadoop.security.authentication.server that throw AuthenticationExceptionModifier and TypeMethodDescriptionabstract AuthenticationTokenAltKerberosAuthenticationHandler.alternateAuthenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Subclasses should implement this method to provide the custom authentication to be used for browsers.JWTRedirectAuthenticationHandler.alternateAuthenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) AltKerberosAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) It enforces the the Kerberos SPNEGO authentication sequence returning anAuthenticationTokenonly after the Kerberos SPNEGO sequence has completed successfully (in the case of Java access) and only after the custom authentication implemented by the subclass in alternateAuthenticate has completed successfully (in the case of browser access).AuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Performs an authentication step for the given HTTP client request.KerberosAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) It enforces the the Kerberos SPNEGO authentication sequence returning anAuthenticationTokenonly after the Kerberos SPNEGO sequence has completed successfully.LdapAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) MultiSchemeAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) PseudoAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Authenticates an HTTP client request.protected AuthenticationTokenAuthenticationFilter.getToken(javax.servlet.http.HttpServletRequest request) Returns theAuthenticationTokenfor the request.booleanAuthenticationHandler.managementOperation(AuthenticationToken token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Performs an authentication management operation.booleanKerberosAuthenticationHandler.managementOperation(AuthenticationToken token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) This is an empty implementation, it always returnsTRUE.booleanLdapAuthenticationHandler.managementOperation(AuthenticationToken token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) booleanMultiSchemeAuthenticationHandler.managementOperation(AuthenticationToken token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) booleanPseudoAuthenticationHandler.managementOperation(AuthenticationToken token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) This is an empty implementation, it always returnsTRUE.static AuthenticationTokenParses a string into an authentication token. -
Uses of AuthenticationException in org.apache.hadoop.security.authentication.util
Methods in org.apache.hadoop.security.authentication.util that throw AuthenticationException