Class AccessDistributionDto
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.outlier.panel.AccessDistributionDto
-
Constructor Summary
ConstructorsConstructorDescriptionAccessDistributionDto(@NotNull RoleAnalysisService roleAnalysisService, @NotNull PrismObject<UserType> prismUserObject, @NotNull OperationResult result, @NotNull com.evolveum.midpoint.task.api.Task task) AccessDistributionDto(@NotNull RoleAnalysisOutlierType outlier, @NotNull RoleAnalysisService roleAnalysisService, @NotNull OperationResult result, @NotNull com.evolveum.midpoint.task.api.Task task) -
Method Summary
Modifier and TypeMethodDescriptionintdoubleintintint
-
Constructor Details
-
AccessDistributionDto
public AccessDistributionDto(@NotNull @NotNull RoleAnalysisOutlierType outlier, @NotNull @NotNull RoleAnalysisService roleAnalysisService, @NotNull @NotNull OperationResult result, @NotNull @NotNull com.evolveum.midpoint.task.api.Task task) -
AccessDistributionDto
public AccessDistributionDto(@NotNull @NotNull RoleAnalysisService roleAnalysisService, @NotNull @NotNull PrismObject<UserType> prismUserObject, @NotNull @NotNull OperationResult result, @NotNull @NotNull com.evolveum.midpoint.task.api.Task task)
-
-
Method Details
-
getAllAssignmentCount
public int getAllAssignmentCount() -
getDirectAssignment
public int getDirectAssignment() -
getIndirectAssignment
public int getIndirectAssignment() -
getDuplicatedRoleAssignmentCount
public int getDuplicatedRoleAssignmentCount() -
getDirectAssignmentOids
-
getIndirectAssignmentOids
-
getDuplicatedRoleAssignmentOids
-
getAverageAccessPerUser
public double getAverageAccessPerUser()
-