@InterfaceAudience.LimitedPrivate(value={"HBase","HDFS","MapReduce"}) @InterfaceStability.Evolving
See: Description
| Interface | Description | 
|---|---|
| AuthenticationHandler | Interface for server authentication mechanisms. | 
| CompositeAuthenticationHandler | Interface to support multiple authentication mechanisms simultaneously. | 
| Class | Description | 
|---|---|
| AltKerberosAuthenticationHandler | The  AltKerberosAuthenticationHandlerbehaves exactly the same way as
 theKerberosAuthenticationHandler, except that it allows for an
 alternative form of authentication for browsers while still using Kerberos
 for Java access. | 
| AuthenticationFilter | The  AuthenticationFilterenables 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  AuthenticationTokencontains information about an authenticated
 HTTP client and doubles as thePrincipalto be returned by
 authenticatedHttpServletRequests | 
| HttpConstants | This class defines constants used for HTTP protocol entities (such as
 headers, methods and their values). | 
| JWTRedirectAuthenticationHandler | The  JWTRedirectAuthenticationHandlerextends
 AltKerberosAuthenticationHandler to add WebSSO behavior for UIs. | 
| KerberosAuthenticationHandler | The  KerberosAuthenticationHandlerimplements the Kerberos SPNEGO
 authentication mechanism for HTTP. | 
| LdapAuthenticationHandler | The  LdapAuthenticationHandlerimplements the BASIC authentication
 mechanism for HTTP using LDAP back-end. | 
| MultiSchemeAuthenticationHandler | The  MultiSchemeAuthenticationHandlersupports configuring multiple
 authentication mechanisms simultaneously. | 
| PseudoAuthenticationHandler | The  PseudoAuthenticationHandlerprovides a pseudo authentication mechanism that accepts
 the user name specified as a query string parameter. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.