Uses of Package
org.apache.hadoop.security.authentication.server
Packages that use org.apache.hadoop.security.authentication.server
Package
Description
Provides the server-side framework for authentication.
-
Classes in org.apache.hadoop.security.authentication.server used by org.apache.hadoop.security.authentication.serverClassDescriptionThe
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.Interface for server authentication mechanisms.TheAuthenticationTokencontains information about an authenticated HTTP client and doubles as thePrincipalto be returned by authenticatedHttpServletRequestsInterface to support multiple authentication mechanisms simultaneously.TheKerberosAuthenticationHandlerimplements the Kerberos SPNEGO authentication mechanism for HTTP.