Uses of Interface
org.apache.hadoop.security.authentication.client.ConnectionConfigurator

Packages that use ConnectionConfigurator
org.apache.hadoop.security.authentication.client   
 

Uses of ConnectionConfigurator in org.apache.hadoop.security.authentication.client
 

Methods in org.apache.hadoop.security.authentication.client with parameters of type ConnectionConfigurator
 void Authenticator.setConnectionConfigurator(ConnectionConfigurator configurator)
          Sets a ConnectionConfigurator instance to use for configuring connections.
 void KerberosAuthenticator.setConnectionConfigurator(ConnectionConfigurator configurator)
          Sets a ConnectionConfigurator instance to use for configuring connections.
 void PseudoAuthenticator.setConnectionConfigurator(ConnectionConfigurator configurator)
          Sets a ConnectionConfigurator instance to use for configuring connections.
 

Constructors in org.apache.hadoop.security.authentication.client with parameters of type ConnectionConfigurator
AuthenticatedURL(Authenticator authenticator, ConnectionConfigurator connConfigurator)
          Creates an AuthenticatedURL.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.