| Package | Description |
|---|---|
| org.apache.hadoop.security.authentication.server |
Provides the server-side framework for authentication.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CompositeAuthenticationHandler |
Interface to support multiple authentication mechanisms simultaneously.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractMaprAuthenticationHandler |
|
class |
AltKerberosAuthenticationHandler |
The
AltKerberosAuthenticationHandler behaves exactly the same way as
the KerberosAuthenticationHandler, except that it allows for an
alternative form of authentication for browsers while still using Kerberos
for Java access. |
class |
BasicAuthHandler |
|
class |
JWTAuthHandler |
|
class |
JWTRedirectAuthenticationHandler |
The
JWTRedirectAuthenticationHandler extends
MultiMechsAuthenticationHandler to add WebSSO behavior for UIs. |
class |
KerberosAuthenticationHandler |
The
KerberosAuthenticationHandler implements the Kerberos SPNEGO
authentication mechanism for HTTP. |
class |
KerberosAuthHandler |
|
class |
LdapAuthenticationHandler |
The
LdapAuthenticationHandler implements the BASIC authentication
mechanism for HTTP using LDAP back-end. |
class |
MultiMechsAuthenticationHandler |
|
class |
MultiSchemeAuthenticationHandler |
The
MultiSchemeAuthenticationHandler supports configuring multiple
authentication mechanisms simultaneously. |
class |
PseudoAuthenticationHandler |
The
PseudoAuthenticationHandler provides a pseudo authentication mechanism that accepts
the user name specified as a query string parameter. |
| Modifier and Type | Method | Description |
|---|---|---|
protected AuthenticationHandler |
AuthenticationFilter.getAuthenticationHandler() |
Returns the authentication handler being used.
|
protected AuthenticationHandler |
MultiSchemeAuthenticationHandler.initializeAuthHandler(java.lang.String authHandlerClassName,
java.util.Properties config) |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
AuthenticationFilter.verifyTokenType(AuthenticationHandler handler,
AuthenticationToken token) |
This method verifies if the specified token type matches one of the the
token types supported by a specified
AuthenticationHandler. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.