This project has retired. For details please refer to its Attic page.
UserConfigLoader (Lens 2.0.1-beta-incubating API)

org.apache.lens.server.user
Class UserConfigLoader

java.lang.Object
  extended by org.apache.lens.server.user.UserConfigLoader
Direct Known Subclasses:
CustomUserConfigLoader, DatabaseUserConfigLoader, FixedUserConfigLoader, PropertyBasedUserConfigLoader

public abstract class UserConfigLoader
extends Object

The Class UserConfigLoader.


Method Summary
abstract  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
 

Method Detail

getUserConfig

public abstract Map<String,String> getUserConfig(String loggedInUser)
                                          throws UserConfigLoaderException
Gets the user config.

Parameters:
loggedInUser - the logged in user
Returns:
the user config
Throws:
UserConfigLoaderException - the user config loader exception


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