Uses of Class
org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler
Packages that use KerberosAuthenticationHandler
Package
Description
Provides the server-side framework for authentication.
-
Uses of KerberosAuthenticationHandler in org.apache.hadoop.security.authentication.server
Modifier and TypeClassDescriptionclassTheAltKerberosAuthenticationHandlerbehaves 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.classTheJWTRedirectAuthenticationHandlerextends AltKerberosAuthenticationHandler to add WebSSO behavior for UIs.