Uses of Class
org.apache.lens.server.user.UserConfigLoaderException

Packages that use UserConfigLoaderException
org.apache.lens.server.user   
 

Uses of UserConfigLoaderException in org.apache.lens.server.user
 

Methods in org.apache.lens.server.user that throw UserConfigLoaderException
abstract  Map<String,String> UserConfigLoader.getUserConfig(String loggedInUser)
          Gets the user config.
 Map<String,String> LDAPBackedDatabaseUserConfigLoader.getUserConfig(String loggedInUser)
           
 Map<String,String> DatabaseUserConfigLoader.getUserConfig(String loggedInUser)
           
 Map<String,String> CustomUserConfigLoader.getUserConfig(String loggedInUser)
           
 

Constructors in org.apache.lens.server.user that throw UserConfigLoaderException
DatabaseUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)
          Instantiates a new database user config loader.
LDAPBackedDatabaseUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)
          Instantiates a new LDAP backed database user config loader.
PropertyBasedUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)
          Instantiates a new property based user config loader.
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.