Uses of Interface
org.apache.hadoop.security.authentication.client.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in org.apache.hadoop.security.authentication.client
Classes in org.apache.hadoop.security.authentication.client that implement AuthenticatorModifier and TypeClassDescriptionclassTheKerberosAuthenticatorimplements the Kerberos SPNEGO authentication sequence.classThePseudoAuthenticatorimplementation 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 AuthenticatorModifier and TypeMethodDescriptionprotected AuthenticatorAuthenticatedURL.getAuthenticator()Returns theAuthenticatorinstance used by theAuthenticatedURL.protected AuthenticatorKerberosAuthenticator.getFallBackAuthenticator()If the specified URL does not support SPNEGO authentication, a fallbackAuthenticatorwill be used.Methods in org.apache.hadoop.security.authentication.client that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionstatic Class<? extends Authenticator>AuthenticatedURL.getDefaultAuthenticator()Returns the defaultAuthenticatorclass to use when anAuthenticatedURLinstance is created without specifying an authenticator.Method parameters in org.apache.hadoop.security.authentication.client with type arguments of type AuthenticatorModifier and TypeMethodDescriptionstatic voidAuthenticatedURL.setDefaultAuthenticator(Class<? extends Authenticator> authenticator) Sets the defaultAuthenticatorclass to use when anAuthenticatedURLinstance is created without specifying an authenticator.Constructors in org.apache.hadoop.security.authentication.client with parameters of type AuthenticatorModifierConstructorDescriptionAuthenticatedURL(Authenticator authenticator) Creates anAuthenticatedURL.AuthenticatedURL(Authenticator authenticator, ConnectionConfigurator connConfigurator) Creates anAuthenticatedURL.