Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


oracle.security.jps.tools.utility
Interface JpsUtilMigrationAuditStoreIfc


public interface JpsUtilMigrationAuditStoreIfc

Method Summary
 void migrateAuditStoreData(java.lang.String srcJpsContext, JpsConfiguration srcConfiguration, java.lang.String dstJpsContext, JpsConfiguration dstConfiguration, java.util.Map<java.lang.String,java.lang.Object> options)
          Method to migrate all the audit store data from one (source) to another (destination)
 void migrateAuditStoreData(java.lang.String srcJpsContext, java.lang.String dstJpsContext)
          Method to migrate all the audit store data in a audit store(source) to another (destination)

 

Method Detail

migrateAuditStoreData

void migrateAuditStoreData(java.lang.String srcJpsContext,
                           java.lang.String dstJpsContext)
                           throws JpsException
Method to migrate all the audit store data in a audit store(source) to another (destination)
Parameters:
srcJpsContext - The JPS Context which defines the source audit store (defined in the jps-config.xml file).
dstJpsContext - The JPS Context which defines the destination audit store (defined in the jps-config.xml file).
Throws:
JpsException

migrateAuditStoreData

void migrateAuditStoreData(java.lang.String srcJpsContext,
                           JpsConfiguration srcConfiguration,
                           java.lang.String dstJpsContext,
                           JpsConfiguration dstConfiguration,
                           java.util.Map<java.lang.String,java.lang.Object> options)
                           throws JpsException
Method to migrate all the audit store data from one (source) to another (destination)
Parameters:
srcJpsContext - The JPS Context which defines the source auditstore (defined in the jps-config.xml file).
srcConfiguration - The JpsConfiguration object that has the srcJpsContext
dstJpsContext - The JPS Context which defines the destination auditstore (defined in the jps-config.xml file).
dstConfiguration - The JPSConfiguration object that has the dstJpsContext
options - Contains options for migration
Throws:
JpsException

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.