| Package | Description |
|---|---|
| org.apache.hadoop.security.ssl |
| Modifier and Type | Method | Description |
|---|---|---|
static SSLFactory.Mode |
SSLFactory.Mode.valueOf(java.lang.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 | 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 Configuration |
SSLFactory.readSSLConfiguration(Configuration conf,
SSLFactory.Mode mode) |
|
static java.lang.String |
FileBasedKeyStoresFactory.resolvePropertyName(SSLFactory.Mode mode,
java.lang.String template) |
Resolves a property name to its client/server version if applicable.
|
| Constructor | Description |
|---|---|
SSLFactory(SSLFactory.Mode mode,
Configuration conf) |
Creates an SSLFactory.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.