Skip navigation links

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

E27155-03


oracle.security.jps.tools.utility
Interface JpsUtilMigrationKeyStoreIfc


public interface JpsUtilMigrationKeyStoreIfc

This interface exposes required API's for migration of keystore data.


Method Summary
 void migrateKeyStoreData(KeyStoreService srcKeystore, KeyStoreService dstKeystore)
          Method to migrate all the keystores from one (source) to another (destination)
 void migrateKeyStoreData(java.lang.String srcJpsContext, JpsConfiguration srcConfiguration, java.lang.String dstJpsContext, JpsConfiguration dstConfiguration)
          Method to migrate all the keystores from one (source) to another (destination)
 void migrateKeyStoreData(java.lang.String srcJpsContext, java.lang.String dstJpsContext)
          Method to migrate all the keystores in a keystore (source) to another (destination)
 void migrateStripeScopedKeyStoreData(java.lang.String srcJpsContext, JpsConfiguration srcConfiguration, java.lang.String srcStripeName, java.lang.String dstJpsContext, JpsConfiguration dstConfiguration, java.lang.String dstStripeName)
          Method to migrate all the keystores in a given stripe in a keystore service(source) to a given stripe in another keystore (destination)

 

Method Detail

migrateKeyStoreData

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

migrateStripeScopedKeyStoreData

void migrateStripeScopedKeyStoreData(java.lang.String srcJpsContext,
                                     JpsConfiguration srcConfiguration,
                                     java.lang.String srcStripeName,
                                     java.lang.String dstJpsContext,
                                     JpsConfiguration dstConfiguration,
                                     java.lang.String dstStripeName)
                                     throws JpsException
Method to migrate all the keystores in a given stripe in a keystore service(source) to a given stripe in another keystore (destination)
Parameters:
srcJpsContext - The JPS Context which defines the source keystore (defined in the jps-config.xml file). Default context is assumed if found null.
srcConfiguration -
srcStripeName - if null, will try to lookup the source keystore service, if the store contains only one stripe, that name is taken as srcStripeName.
dstJpsContext - The JPS Context which defines the destination keystore (defined in the jps-config.xml file). Default context is assumed if found null.
dstConfiguration -
dstStripeName - if null, will be assigned the resolved value of srcStripeName.
Throws:
JpsException

migrateKeyStoreData

void migrateKeyStoreData(java.lang.String srcJpsContext,
                         JpsConfiguration srcConfiguration,
                         java.lang.String dstJpsContext,
                         JpsConfiguration dstConfiguration)
                         throws JpsException
Method to migrate all the keystores from one (source) to another (destination)
Parameters:
srcJpsContext - The JPS Context which defines the source keystore (defined in the jps-config.xml file).
srcConfiguration - The JpsConfiguration object that has the srcJpsContext
dstJpsContext - The JPS Context which defines the destination keystore (defined in the jps-config.xml file).
dstConfiguration - The JPSConfiguration object that has the dstJpsContext
Throws:
JpsException

migrateKeyStoreData

void migrateKeyStoreData(KeyStoreService srcKeystore,
                         KeyStoreService dstKeystore)
                         throws JpsException
Method to migrate all the keystores from one (source) to another (destination)
Parameters:
srcKeystore - source keystore object
dstKeystore - destination keystore object
Throws:
JpsException - underlying JpsException

Skip navigation links

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

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.