接口 | 说明 |
---|---|
Authenticator |
Interface for client authentication mechanisms.
|
类 | 说明 |
---|---|
AuthenticatedURL |
The
AuthenticatedURL class enables the use of the JDK URL class
against HTTP endpoints protected with the AuthenticationFilter . |
AuthenticatedURL.Token |
Client side authentication token.
|
KerberosAuthenticator |
The
KerberosAuthenticator implements the Kerberos SPNEGO authentication sequence. |
PseudoAuthenticator |
The
PseudoAuthenticator implementation provides an authentication equivalent to Hadoop's
Simple authentication, it trusts the value of the 'user.name' Java System property. |
异常错误 | 说明 |
---|---|
AuthenticationException |
Exception thrown when an authentication error occurrs.
|
Copyright © 2009 The Apache Software Foundation