Uses of Interface
org.apache.hadoop.security.authentication.server.AuthenticationHandler
Packages that use AuthenticationHandler
Package
Description
Provides the server-side framework for authentication.
-
Uses of AuthenticationHandler in org.apache.hadoop.security.authentication.server
Subinterfaces of AuthenticationHandler in org.apache.hadoop.security.authentication.serverModifier and TypeInterfaceDescriptioninterfaceInterface to support multiple authentication mechanisms simultaneously.Classes in org.apache.hadoop.security.authentication.server that implement AuthenticationHandlerModifier 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.classTheKerberosAuthenticationHandlerimplements the Kerberos SPNEGO authentication mechanism for HTTP.classTheLdapAuthenticationHandlerimplements the BASIC authentication mechanism for HTTP using LDAP back-end.classTheMultiSchemeAuthenticationHandlersupports configuring multiple authentication mechanisms simultaneously.classThePseudoAuthenticationHandlerprovides a pseudo authentication mechanism that accepts the user name specified as a query string parameter.Methods in org.apache.hadoop.security.authentication.server that return AuthenticationHandlerModifier and TypeMethodDescriptionprotected AuthenticationHandlerAuthenticationFilter.getAuthenticationHandler()Returns the authentication handler being used.protected AuthenticationHandlerMultiSchemeAuthenticationHandler.initializeAuthHandler(String authHandlerClassName, Properties config) Methods in org.apache.hadoop.security.authentication.server with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionprotected booleanAuthenticationFilter.verifyTokenType(AuthenticationHandler handler, AuthenticationToken token) This method verifies if the specified token type matches one of the the token types supported by a specifiedAuthenticationHandler.