Package com.jedox.palojlib.main
Class UserInfo
java.lang.Object
com.jedox.palojlib.main.UserInfo
- All Implemented Interfaces:
IUserInfo
- Author:
- khaddadin
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jedox.palojlib.interfaces.IUserInfo
IUserInfo.Predefined_OLAP_Right_Object_Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]
String[]
int
getId()
getName()
get a map that maps all right objects to their permissionIElement.ElementPermission
-
Constructor Details
-
UserInfo
-
-
Method Details
-
getId
public int getId() -
getName
-
getGroupNames
- Specified by:
getGroupNames
in interfaceIUserInfo
- Returns:
- the groupNames
-
getGroupids
public int[] getGroupids()- Specified by:
getGroupids
in interfaceIUserInfo
- Returns:
- the groupids
-
getRightObjectsMap
public HashMap<IUserInfo.Predefined_OLAP_Right_Object_Type,IElement.ElementPermission> getRightObjectsMap()Description copied from interface:IUserInfo
get a map that maps all right objects to their permissionIElement.ElementPermission
- Specified by:
getRightObjectsMap
in interfaceIUserInfo
- Returns:
- the rightObjects
-