|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.server.user.UserConfigLoader org.apache.lens.server.user.CustomUserConfigLoader
public class CustomUserConfigLoader
The Class CustomUserConfigLoader.
Constructor Summary | |
---|---|
CustomUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)
Instantiates a new custom user config loader. |
Method Summary | |
---|---|
Map<String,String> |
getUserConfig(String loggedInUser)
Gets the user config. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomUserConfigLoader(org.apache.hadoop.hive.conf.HiveConf conf)
conf
- the confMethod Detail |
---|
public Map<String,String> getUserConfig(String loggedInUser) throws UserConfigLoaderException
UserConfigLoader
getUserConfig
in class UserConfigLoader
loggedInUser
- the logged in user
UserConfigLoaderException
- the user config loader exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |