Package com.jedox.palojlib.interfaces
Interface IUserInfo
- All Known Implementing Classes:
UserInfo
public interface IUserInfo
represent the user information typically result from server/user_info
- Author:
- khaddadin, afroehlich
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionint[]
String[]
int
getId()
getName()
get a map that maps all right objects to their permissionIElement.ElementPermission
-
Method Details
-
getId
int getId()- Returns:
- the id
-
getName
String getName()- Returns:
- the name
-
getGroupNames
String[] getGroupNames()- Returns:
- the groupNames
-
getGroupids
int[] getGroupids()- Returns:
- the groupids
-
getRightObjectsMap
Map<IUserInfo.Predefined_OLAP_Right_Object_Type,IElement.ElementPermission> getRightObjectsMap()get a map that maps all right objects to their permissionIElement.ElementPermission
- Returns:
- the rightObjects map
-