Uses of Enum Class
org.apache.hadoop.security.ssl.SSLFactory.Mode
Packages that use SSLFactory.Mode
-
Uses of SSLFactory.Mode in org.apache.hadoop.security.ssl
Methods in org.apache.hadoop.security.ssl that return SSLFactory.ModeModifier and TypeMethodDescriptionstatic SSLFactory.ModeReturns the enum constant of this class with the specified name.static SSLFactory.Mode[]SSLFactory.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.security.ssl with parameters of type SSLFactory.ModeModifier and TypeMethodDescriptionvoidFileBasedKeyStoresFactory.init(SSLFactory.Mode mode) Initializes the keystores of the factory.voidKeyStoresFactory.init(SSLFactory.Mode mode) Initializes the keystores of the factory.static ConfigurationSSLFactory.readSSLConfiguration(Configuration conf, SSLFactory.Mode mode) static StringFileBasedKeyStoresFactory.resolvePropertyName(SSLFactory.Mode mode, String template) Resolves a property name to its client/server version if applicable.Constructors in org.apache.hadoop.security.ssl with parameters of type SSLFactory.ModeModifierConstructorDescriptionSSLFactory(SSLFactory.Mode mode, Configuration conf) Creates an SSLFactory.