public class JpsUtilAddBootCredTool
extends java.lang.Object
| Constructor and Description |
|---|
JpsUtilAddBootCredTool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
executeCommand(java.lang.String jpsConfigFile, java.lang.String mapName, java.lang.String keyName, java.lang.String userName, char[] password)
This API is invoked by the WLST offline command addBootStrapCredential It is used to add the bootstrap credentials to policystore/credential store defined in default JPS context
|
static void |
executeCommand(java.lang.String jpsConfigFile, java.lang.String mapName, java.lang.String keyName, java.lang.String userName, char[] password, boolean resetMode)
This API is invoked by the WLST online command setAuditRepository It is used to add/reset the audit loader database credentials in bootstrap credential store defined in default JPS context
|
public static void executeCommand(java.lang.String jpsConfigFile,
java.lang.String mapName,
java.lang.String keyName,
java.lang.String userName,
char[] password)
throws JpsException
jpsConfigFile - Location and name of the valid jps-config.xml file.mapName - Map namekeyName - Key nameuserName - Usernamepassword - PasswordJpsException
public static void executeCommand(java.lang.String jpsConfigFile,
java.lang.String mapName,
java.lang.String keyName,
java.lang.String userName,
char[] password,
boolean resetMode)
throws JpsException
jpsConfigFile - Location and name of the valid jps-config.xml file.mapName - Map namekeyName - Key nameuserName - Usernamepassword - PasswordresetMode - reset if trueJpsException