Interface IUserInformation


public interface IUserInformation
Information about an i2 Analyze user.
Since:
11.5
  • Method Details

    • getPrincipalName

      String getPrincipalName()
      Gets the user's principal name.
      Returns:
      See above.
    • getUserGroups

      Collection<String> getUserGroups()
      Gets the names of the 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.