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
Interface JpsXacmlPolicyMigrationIfc


public interface JpsXacmlPolicyMigrationIfc

Method Summary
 void migrateAppPolicyDataToXacml(java.lang.String srcJpsCtxName, java.lang.String srcAppName, java.lang.String dstJpsCtxName, java.lang.String dstAppName)
          This method migrates all the policies defined for a given application, from a policy store (source) to another XACML basedpolicy store (destination).

 

Method Detail

migrateAppPolicyDataToXacml

void migrateAppPolicyDataToXacml(java.lang.String srcJpsCtxName,
                                 java.lang.String srcAppName,
                                 java.lang.String dstJpsCtxName,
                                 java.lang.String dstAppName)
                                 throws JpsException
This method migrates all the policies defined for a given application, from a policy store (source) to another XACML basedpolicy store (destination). The policy stores are addressed using a context (for source) and file location (for destination).
Parameters:
srcJpsCtxName - The JPS Context which defines the source Policy Store (defined in the jps-config.xml file).
srcAppName - Name(ID) of the source application whose policies are being migrated.
dstJpsCtxName - The JPS Context which defines the destination Policy Store (defined in the jps-config.xml file)
dstAppName - Name(ID) of the destination application.
Throws:
JpsException

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.