public class JpsUtilModifyBootCredTool
extends java.lang.Object| Constructor and Description | 
|---|
| JpsUtilModifyBootCredTool() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | executeCommand(java.lang.String jpsConfigFile, java.lang.String userName, char[] password)This API is invoked by the WLST offline command modifyBootStrapCredential It is used to modify/reset the bootstrap credentials of policystore/credential store defined in default JPS context | 
public static void executeCommand(java.lang.String jpsConfigFile,
                                  java.lang.String userName,
                                  char[] password)
                           throws JpsException
jpsConfigFile - Location and name of the valid jps-config.xml file.userName - User credential for which the password has to be resetpassword - Reset with this passwordJpsException