public interface IHierarchyConflicts
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getChildConflicts(java.lang.String role)
Gets the set of roles that the given role has a direct descendant relationship with.
|
java.util.Set<java.lang.String> |
getParentConflicts(java.lang.String role)
Gets the set of roles that the given role has a direct ancestor relationship with.
|
java.util.Set<java.lang.String> |
getRolesWithChildConflicts()
Gets the set of roles that are direct descendants of roles in the exclusion list or with other roles
that might be added.
|
java.util.Set<java.lang.String> |
getRolesWithParentConflicts()
Gets the set of roles that are direct ancestors of:
- Roles in the current exclusion list
- Roles within the set of roles that are being added
|
java.util.Set<java.lang.String> getRolesWithParentConflicts()
java.util.Set<java.lang.String> getParentConflicts(java.lang.String role)
role - The role that is in conflictjava.util.Set<java.lang.String> getRolesWithChildConflicts()
java.util.Set<java.lang.String> getChildConflicts(java.lang.String role)
role - The role that is in conflict