Class RoleAnalysisModel
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.role.mining.model.RoleAnalysisModel
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.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RoleAnalysisModel
public RoleAnalysisModel(int rolesCount, int usersCount)
-
-
Method Details
-
getRolesCount
public int getRolesCount() -
getUsersCount
public int getUsersCount()
-