Uses of Class
org.apache.hadoop.security.ssl.SSLFactory.Mode

Packages that use SSLFactory.Mode
org.apache.hadoop.security.ssl   
 

Uses of SSLFactory.Mode in org.apache.hadoop.security.ssl
 

Methods in org.apache.hadoop.security.ssl that return SSLFactory.Mode
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.
 

Methods in org.apache.hadoop.security.ssl with parameters of type SSLFactory.Mode
 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.
 

Constructors in org.apache.hadoop.security.ssl with parameters of type SSLFactory.Mode
SSLFactory(SSLFactory.Mode mode, Configuration conf)
          Creates an SSLFactory.
 



Copyright © 2009 The Apache Software Foundation