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 JpsUtilUpgradeLoginModule


public interface JpsUtilUpgradeLoginModule

Interface class which has the methods that are needed for the upgrade of the Login Module related information


Method Summary
 void upgradeAllLoginModules(java.lang.String srcFilePath, javax.management.MBeanServerConnection conn, java.lang.String dstCtx)
          Function to upgrade all the Login Modules
 void upgradeAllLoginModules(java.lang.String srcFilePath, java.lang.String host, java.lang.String port, java.lang.String userName, char[] password, java.lang.String dstCtx)
          Function to upgrade all the Login Modules
 void upgradeLoginModulesForAppln(java.lang.String srcFilePath, java.lang.String appName, javax.management.MBeanServerConnection conn, java.lang.String dstCtx)
          Function to upgrade all the Login Modules
 void upgradeLoginModulesForAppln(java.lang.String srcFilePath, java.lang.String appName, java.lang.String host, java.lang.String port, java.lang.String admin, char[] password, java.lang.String dstCtx)
          Function to upgrade all the Login Modules

 

Method Detail

upgradeAllLoginModules

void upgradeAllLoginModules(java.lang.String srcFilePath,
                            javax.management.MBeanServerConnection conn,
                            java.lang.String dstCtx)
                            throws JpsException
Function to upgrade all the Login Modules
Parameters:
srcFilePath - Source jazn xml file path
conn - Connection to the MBean Server
dstCtx - Name of the Destination Context where the data is to be upgraded
Throws:
JpsException

upgradeAllLoginModules

void upgradeAllLoginModules(java.lang.String srcFilePath,
                            java.lang.String host,
                            java.lang.String port,
                            java.lang.String userName,
                            char[] password,
                            java.lang.String dstCtx)
                            throws JpsException
Function to upgrade all the Login Modules
Parameters:
srcFilePath - Source jazn xml file path
host - Host where the MBean Server is running
port - Port of the MBean Server
userName - User Name to be used to connect to the MBean Server. (Optional)
password - Password to be used to connect to the Mbean Server. This is evaluated only if the userName is not null
dstCtx - Name of the Destination Context where the data is to be upgraded
Throws:
JpsException

upgradeLoginModulesForAppln

void upgradeLoginModulesForAppln(java.lang.String srcFilePath,
                                 java.lang.String appName,
                                 javax.management.MBeanServerConnection conn,
                                 java.lang.String dstCtx)
                                 throws JpsException
Function to upgrade all the Login Modules
Parameters:
srcFilePath - Source jazn xml file path
appName - Name of the application who's Login modules are to be upgraded
conn - Connection to the MBean Server
dstCtx - Name of the Destination Context where the data is to be upgraded
Throws:
JpsException

upgradeLoginModulesForAppln

void upgradeLoginModulesForAppln(java.lang.String srcFilePath,
                                 java.lang.String appName,
                                 java.lang.String host,
                                 java.lang.String port,
                                 java.lang.String admin,
                                 char[] password,
                                 java.lang.String dstCtx)
                                 throws JpsException
Function to upgrade all the Login Modules
Parameters:
srcFilePath - Source jazn xml file path
appName - Name of the application who's Login modules are to be upgraded
host - Host where the MBean Server is running
port - Port of the MBean Server
userName - User Name to be used to connect to the MBean Server. (Optional)
password - Password to be used to connect to the Mbean Server. This is evaluated only if the userName is not null
dstCtx - Name of the Destination Context where the data is to be upgraded
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.