public interface Policy
Modifier and Type | Method and Description |
---|---|
boolean |
relabelsTo(Policy p,
java.util.Set<jif.lang.PrincipalUtil.DelegationPair> s)
Does this policy relabel to policy p? If this method returns true,
then all delegations that this result depend upon (i.e., DelegationPairs)
should be added to the set s.
|
boolean relabelsTo(Policy p, java.util.Set<jif.lang.PrincipalUtil.DelegationPair> s)
p
- dependencies
-