public interface JpsUtilUpgradeLoginModule
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
void upgradeAllLoginModules(java.lang.String srcFilePath,
                            javax.management.MBeanServerConnection conn,
                            java.lang.String dstCtx)
                     throws JpsException
srcFilePath - Source jazn xml file pathconn - Connection to the MBean ServerdstCtx - Name of the Destination Context where the data is to be upgradedJpsExceptionvoid 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
srcFilePath - Source jazn xml file pathhost - Host where the MBean Server is runningport - Port of the MBean ServeruserName - 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 nulldstCtx - Name of the Destination Context where the data is to be upgradedJpsExceptionvoid upgradeLoginModulesForAppln(java.lang.String srcFilePath,
                                 java.lang.String appName,
                                 javax.management.MBeanServerConnection conn,
                                 java.lang.String dstCtx)
                          throws JpsException
srcFilePath - Source jazn xml file pathappName - Name of the application who's Login modules are to be upgradedconn - Connection to the MBean ServerdstCtx - Name of the Destination Context where the data is to be upgradedJpsExceptionvoid 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
srcFilePath - Source jazn xml file pathappName - Name of the application who's Login modules are to be upgradedhost - Host where the MBean Server is runningport - Port of the MBean ServeruserName - 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 nulldstCtx - Name of the Destination Context where the data is to be upgradedJpsException