public class JpsUtilPolicyStoreDiffTool
extends java.lang.Object
| Constructor and Description |
|---|
JpsUtilPolicyStoreDiffTool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
diffAppPolicies(java.lang.String srcJpsCtxName, java.lang.String dstJpsCtxName, java.lang.String srcAppName, java.lang.String dstAppName, java.io.File reportFile)
The method computes the difference between two application scoped policy stores and generates an HTML report.
|
public static void diffAppPolicies(java.lang.String srcJpsCtxName,
java.lang.String dstJpsCtxName,
java.lang.String srcAppName,
java.lang.String dstAppName,
java.io.File reportFile)
throws JpsException
srcJpsCtxName - Context name which has a policy store configured.dstJpsCtxName - Context name which has a policy store configured.srcAppName - application stripe name configured in the policy store identified in srcJpsCtxName.dstAppName - application stripe name configured in the policy store identified in srcJpsCtxName.reportFile - File in which an HTML report will be generated.JpsException - Any Exception encountered during comparison and report generation.