@LimitedPrivate({"HBase","HDFS","MapReduce"}) @Evolving
| Interface | Description |
|---|---|
| AuthenticationHandler |
Interface for server authentication mechanisms.
|
| CompositeAuthenticationHandler |
Interface to support multiple authentication mechanisms simultaneously.
|
| CookieSignatureSecretFactory |
| Class | Description |
|---|---|
| AbstractMaprAuthenticationHandler | |
| 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. |
| AuthenticationFilter |
The
AuthenticationFilter enables protecting web application
resources with different (pluggable)
authentication mechanisms and signer secret providers. |
| AuthenticationHandlerUtil |
This is a utility class designed to provide functionality related to
AuthenticationHandler. |
| AuthenticationToken |
The
AuthenticationToken contains information about an authenticated
HTTP client and doubles as the Principal to be returned by
authenticated HttpServletRequests |
| BasicAuthHandler | |
| HttpConstants |
This class defines constants used for HTTP protocol entities (such as
headers, methods and their values).
|
| JWTAuthHandler | |
| JWTRedirectAuthenticationHandler |
The
JWTRedirectAuthenticationHandler extends
MultiMechsAuthenticationHandler to add WebSSO behavior for UIs. |
| KerberosAuthenticationHandler |
The
KerberosAuthenticationHandler implements the Kerberos SPNEGO
authentication mechanism for HTTP. |
| KerberosAuthHandler | |
| LdapAuthenticationHandler |
The
LdapAuthenticationHandler implements the BASIC authentication
mechanism for HTTP using LDAP back-end. |
| MultiMechsAuthenticationHandler | |
| MultiSchemeAuthenticationHandler |
The
MultiSchemeAuthenticationHandler supports configuring multiple
authentication mechanisms simultaneously. |
| PseudoAuthenticationHandler |
The
PseudoAuthenticationHandler provides a pseudo authentication mechanism that accepts
the user name specified as a query string parameter. |
| Enum | Description |
|---|---|
| MultiMechsAuthenticationHandler.AuthHandlerEnum |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.