Package com.i2group.disco.security
Interface IUserInformation
public interface IUserInformation
Information about an i2 Analyze user.
- Since:
- 11.5
-
Method Summary
Modifier and TypeMethodDescriptionGets the user's principal name.Gets the user's access level for every dimension value of every security dimension in the i2 Analyze deployment.Gets the names of the system user groups that the user is a member of.
-
Method Details
-
getPrincipalName
String getPrincipalName()Gets the user's principal name.- Returns:
- See above.
-
getUserGroups
Collection<String> getUserGroups()Gets the names of the system user groups that the user is a member of.- Returns:
- See above.
-
getSecurityDimensionAccessPermissions
Collection<IDimensionAccessPermissions> getSecurityDimensionAccessPermissions()Gets the user's access level for every dimension value of every security dimension in the i2 Analyze deployment.- Returns:
- The access levels, stored in lists of permissions, organized by security dimension.
-