|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicyModification
Provides methods enabling analyzes of policies.
Method Summary | |
---|---|
void |
changedPriority(java.lang.String policyId,
int newPriority)
Method allowing to modify priority of a policy to either eliminate conflict or to alter policy precedence relation |
java.util.List |
harmonizePolicy(java.lang.String harmonizedPolicy,
java.lang.String harmonizingPolicy)
Method deconflicting the added policy with policies currently in the Policy Directory |
java.util.List |
splitPolicy(java.lang.String spliPolicy,
java.lang.String secondPolicy)
Method spliting the controlled action of the selected policy one part that overlaps with the second policy and the other part which does not. |
Method Detail |
---|
void changedPriority(java.lang.String policyId, int newPriority) throws DirectoryFailure
policyId
- id of the policynewPriority
- new priority of the policy
DirectoryFailure
java.util.List harmonizePolicy(java.lang.String harmonizedPolicy, java.lang.String harmonizingPolicy) throws DirectoryFailure
harmonizedPolicy
- id of the policy to be harmonized.harmonizingPolicy
- id of the policy harmonizing the first policy
DirectoryFailure
java.util.List splitPolicy(java.lang.String spliPolicy, java.lang.String secondPolicy) throws DirectoryFailure
spliPolicy
- id of the policy to be split.secondPolicy
- id of the policy splitting the first policy
DirectoryFailure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |