| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hdfs.web | |
| org.apache.hadoop.security.authentication.client |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KerberosUgiAuthenticator
Use UserGroupInformation as a fallback authenticator
if the server does not use Kerberos SPNEGO HTTP authentication.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Authenticator |
KerberosUgiAuthenticator.getFallBackAuthenticator() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KerberosAuthenticator
The
KerberosAuthenticator implements the Kerberos SPNEGO authentication sequence. |
class |
PseudoAuthenticator
The
PseudoAuthenticator implementation provides an authentication equivalent to Hadoop's
Simple authentication, it trusts the value of the 'user.name' Java System property. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Authenticator |
KerberosAuthenticator.getFallBackAuthenticator()
If the specified URL does not support SPNEGO authentication, a fallback
Authenticator will be used. |
| 限定符和类型 | 方法和说明 |
|---|---|
static Class<? extends Authenticator> |
AuthenticatedURL.getDefaultAuthenticator()
Returns the default
Authenticator class to use when an AuthenticatedURL instance
is created without specifying an authenticator. |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
AuthenticatedURL.setDefaultAuthenticator(Class<? extends Authenticator> authenticator)
Sets the default
Authenticator class to use when an AuthenticatedURL instance
is created without specifying an authenticator. |
| 构造器和说明 |
|---|
AuthenticatedURL(Authenticator authenticator)
Creates an
AuthenticatedURL. |
Copyright © 2009 The Apache Software Foundation