Package | Description |
---|---|
org.apache.hadoop.security.authentication.client | |
org.apache.hadoop.security.ssl |
Modifier and Type | Method and Description |
---|---|
void |
PseudoAuthenticator.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. |
void |
KerberosAuthenticator.setConnectionConfigurator(ConnectionConfigurator configurator)
Sets a
ConnectionConfigurator instance to use for
configuring connections. |
Constructor and Description |
---|
AuthenticatedURL(Authenticator authenticator,
ConnectionConfigurator connConfigurator)
Creates an
AuthenticatedURL . |
Modifier and Type | Class and Description |
---|---|
class |
SSLFactory
Factory that creates SSLEngine and SSLSocketFactory instances using
Hadoop configuration information.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.