Package | Description |
---|---|
org.apache.hadoop.security.ssl |
Modifier and Type | Method and Description |
---|---|
static SSLFactory.Mode |
SSLFactory.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLFactory.Mode[] |
SSLFactory.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FileBasedKeyStoresFactory.init(SSLFactory.Mode mode)
Initializes the keystores of the factory.
|
void |
KeyStoresFactory.init(SSLFactory.Mode mode)
Initializes the keystores of the factory.
|
static String |
FileBasedKeyStoresFactory.resolvePropertyName(SSLFactory.Mode mode,
String template)
Resolves a property name to its client/server version if applicable.
|
Constructor and Description |
---|
SSLFactory(SSLFactory.Mode mode,
Configuration conf)
Creates an SSLFactory.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.