Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.tools.utility
Class JpsUtilPolicyStoreDiffTool

java.lang.Object
  extended by oracle.security.jps.tools.utility.JpsUtilPolicyStoreDiffTool


public class JpsUtilPolicyStoreDiffTool
extends java.lang.Object

Constructor Summary
JpsUtilPolicyStoreDiffTool()
           

 

Method Summary
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.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JpsUtilPolicyStoreDiffTool

public JpsUtilPolicyStoreDiffTool()

Method Detail

diffAppPolicies

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
The method computes the difference between two application scoped policy stores and generates an HTML report.
Parameters:
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.
Throws:
JpsException - Any Exception encountered during comparison and report generation.

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.