Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


oracle.security.jps.tools.utility
Class JpsUtilityFactory

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


public class JpsUtilityFactory
extends java.lang.Object

This class is the Factory class which should be used by all parties interested in doing any of the following -

  1. Migration
  2. Migration while Deployment
  3. Backup and Restore
  4. Upgrade

Constructor Summary
JpsUtilityFactory()
           

 

Method Summary
static JpsUtilBackupRestorePolicyIfc getBackupRestorePolicyUtil()
          Method to retrieve the interface related to Backup and Restore
static JpsUtilConfigurationIfc getConfigurationUtil()
          Method to retrieve the interface related to configuration operations
static JpsUtilDeploymentIfc getDeploymentSupportUtil()
          Method to retrieve the interface related to Deployment
static oracle.security.jps.tools.utility.JpsUtilExtractPolicyRealm getJpsRemoteDecisionPoint()
          Method to retrieve the interface related to extracting disconnected data.
static JpsUtilKeyStoreIfc getKeyStoreUtil()
          Method to retrieve the interface related to key store operations
static JpsUtilMigrationAuditStoreIfc getMigrationAuditStoreUtil()
          Method to retrieve the interface related to Migration
static JpsUtilMigrationCredIfc getMigrationCredUtil()
          Method to retrieve the interface related to Migration
static JpsUtilMigrationKeyStoreIfc getMigrationKeyStoreUtil()
          Method to retrieve the interface related to Migration
static JpsUtilMigrationPolicyIfc getMigrationPolicyUtil()
          Method to retrieve the interface related to Migration
static oracle.security.jps.tools.utility.JpsUtilMigrationRealmIfc getMigrationRealmUtil()
          Method to retrieve the interface related to Migration
static JpsUtilUpgradeIfc getUpgradeSupportUtil()
          Method to retrieve the interface related to Upgrade
static JpsXacmlPolicyMigrationIfc getXacmlPolicyMigrationInstance()
          Method to retrieve the interface related to XACML Migration

 

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

 

Constructor Detail

JpsUtilityFactory

public JpsUtilityFactory()

Method Detail

getBackupRestorePolicyUtil

public static JpsUtilBackupRestorePolicyIfc getBackupRestorePolicyUtil()
                                                                throws JpsException
Method to retrieve the interface related to Backup and Restore
Returns:
JpsUtilBackupRestorePolicyIfc Object which should be used for Back up Restore Policy functionality
Throws:
JpsException

getJpsRemoteDecisionPoint

public static oracle.security.jps.tools.utility.JpsUtilExtractPolicyRealm getJpsRemoteDecisionPoint()
                                                                                             throws JpsException
Method to retrieve the interface related to extracting disconnected data.
Returns:
JpsUtilExtractPolicy Object which should be used for extracting realm and policy data.
Throws:
JpsException

getDeploymentSupportUtil

public static JpsUtilDeploymentIfc getDeploymentSupportUtil()
                                                     throws JpsException
Method to retrieve the interface related to Deployment
Returns:
JpsUtilDeploymentIfc Object which should be used for Deployment functionality
Throws:
JpsException

getUpgradeSupportUtil

public static JpsUtilUpgradeIfc getUpgradeSupportUtil()
                                               throws JpsException
Method to retrieve the interface related to Upgrade
Returns:
JpsUtilUpgradeIfc Object which should be used for Upgrade functionality
Throws:
JpsException

getConfigurationUtil

public static JpsUtilConfigurationIfc getConfigurationUtil()
                                                    throws JpsException
Method to retrieve the interface related to configuration operations
Returns:
JpsUtilConfigurationIfc object which should be used for configuration functionality
Throws:
JpsException

getKeyStoreUtil

public static JpsUtilKeyStoreIfc getKeyStoreUtil()
                                          throws JpsException
Method to retrieve the interface related to key store operations
Returns:
JpsUtilKeyStoreIfc object which should be used for key store functionality
Throws:
JpsException

getMigrationPolicyUtil

public static JpsUtilMigrationPolicyIfc getMigrationPolicyUtil()
                                                        throws JpsException
Method to retrieve the interface related to Migration
Returns:
JpsUtilMigrationPolicyIfc Object which should be used for Migration policy functionality
Throws:
JpsException

getXacmlPolicyMigrationInstance

public static JpsXacmlPolicyMigrationIfc getXacmlPolicyMigrationInstance()
                                                                  throws JpsException
Method to retrieve the interface related to XACML Migration
Returns:
JpsXacmlPolicyMigrationIfc Object which should be used for Migration policy functionality
Throws:
JpsException

getMigrationRealmUtil

public static oracle.security.jps.tools.utility.JpsUtilMigrationRealmIfc getMigrationRealmUtil()
                                                                                        throws JpsException
Method to retrieve the interface related to Migration
Returns:
JpsUtilMigrationRealmIfc Object which should be used for Migration Realm functionality
Throws:
JpsException

getMigrationCredUtil

public static JpsUtilMigrationCredIfc getMigrationCredUtil()
                                                    throws JpsException
Method to retrieve the interface related to Migration
Returns:
JpsUtilMigrationCredIfc Object which should be used for Migration credential functionality
Throws:
JpsException

getMigrationKeyStoreUtil

public static JpsUtilMigrationKeyStoreIfc getMigrationKeyStoreUtil()
                                                            throws JpsException
Method to retrieve the interface related to Migration
Returns:
JpsUtilMigrationKeyStoreIfc Object which should be used for Migration keystore functionality
Throws:
JpsException

getMigrationAuditStoreUtil

public static JpsUtilMigrationAuditStoreIfc getMigrationAuditStoreUtil()
                                                                throws JpsException
Method to retrieve the interface related to Migration
Returns:
JpsUtilMigrationAuditStoreIfc Object which should be used for Migration auditstore functionality
Throws:
JpsException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.