java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.role.mining.model.RoleAnalysisModel
All Implemented Interfaces:
Serializable

public class RoleAnalysisModel extends Object implements Serializable
The RoleAnalysisModel class stores role analysis data, count of roles and users that are used in the histogram chart. It displays the number of grouped roles with same number of users and the number of users that are assigned to the roles.
See Also:
  • Constructor Details

    • RoleAnalysisModel

      public RoleAnalysisModel(int rolesCount, int usersCount)
  • Method Details

    • getRolesCount

      public int getRolesCount()
    • getUsersCount

      public int getUsersCount()