| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authenticator | |
|---|---|
| org.apache.hadoop.security.authentication.client | |
| Uses of Authenticator in org.apache.hadoop.security.authentication.client | 
|---|
| Classes in org.apache.hadoop.security.authentication.client that implement Authenticator | |
|---|---|
|  class | KerberosAuthenticatorThe KerberosAuthenticatorimplements the Kerberos SPNEGO authentication sequence. | 
|  class | PseudoAuthenticatorThe PseudoAuthenticatorimplementation provides an authentication equivalent to Hadoop's
 Simple authentication, it trusts the value of the 'user.name' Java System property. | 
| Methods in org.apache.hadoop.security.authentication.client that return Authenticator | |
|---|---|
| protected  Authenticator | KerberosAuthenticator.getFallBackAuthenticator()If the specified URL does not support SPNEGO authentication, a fallback Authenticatorwill be used. | 
| Methods in org.apache.hadoop.security.authentication.client that return types with arguments of type Authenticator | |
|---|---|
| static Class<? extends Authenticator> | AuthenticatedURL.getDefaultAuthenticator()Returns the default Authenticatorclass to use when anAuthenticatedURLinstance
 is created without specifying an authenticator. | 
| Method parameters in org.apache.hadoop.security.authentication.client with type arguments of type Authenticator | |
|---|---|
| static void | AuthenticatedURL.setDefaultAuthenticator(Class<? extends Authenticator> authenticator)Sets the default Authenticatorclass to use when anAuthenticatedURLinstance
 is created without specifying an authenticator. | 
| Constructors in org.apache.hadoop.security.authentication.client with parameters of type Authenticator | |
|---|---|
| AuthenticatedURL(Authenticator authenticator)Creates an AuthenticatedURL. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||