Package org.apache.hadoop.hdfs.web
Class KerberosUgiAuthenticator
java.lang.Object
org.apache.hadoop.security.authentication.client.KerberosAuthenticator
org.apache.hadoop.hdfs.web.KerberosUgiAuthenticator
- All Implemented Interfaces:
org.apache.hadoop.security.authentication.client.Authenticator
public class KerberosUgiAuthenticator
extends org.apache.hadoop.security.authentication.client.KerberosAuthenticator
Use UserGroupInformation as a fallback authenticator
if the server does not use Kerberos SPNEGO HTTP authentication.
-
Field Summary
Fields inherited from class org.apache.hadoop.security.authentication.client.KerberosAuthenticator
AUTHORIZATION, NEGOTIATE, WWW_AUTHENTICATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.security.authentication.client.AuthenticatorMethods inherited from class org.apache.hadoop.security.authentication.client.KerberosAuthenticator
authenticate, setConnectionConfigurator
-
Constructor Details
-
KerberosUgiAuthenticator
public KerberosUgiAuthenticator()
-
-
Method Details
-
getFallBackAuthenticator
protected org.apache.hadoop.security.authentication.client.Authenticator getFallBackAuthenticator()- Overrides:
getFallBackAuthenticatorin classorg.apache.hadoop.security.authentication.client.KerberosAuthenticator
-