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

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

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

Methods in org.apache.hadoop.security.authentication.client with parameters of type ConnectionConfigurator
 void PseudoAuthenticator.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 Authenticator.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.
 

Uses of ConnectionConfigurator in org.apache.hadoop.security.ssl
 

Classes in org.apache.hadoop.security.ssl that implement ConnectionConfigurator
 class SSLFactory
          Factory that creates SSLEngine and SSLSocketFactory instances using Hadoop configuration information.
 



Copyright © 2009 The Apache Software Foundation