Skip navigation links 
 
oracle.security.jps.tools.utility
Class JpsUtilAddBootCredTool
java.lang.Object
  
oracle.security.jps.tools.utility.JpsUtilAddBootCredTool
- 
public class JpsUtilAddBootCredTool
 
- extends java.lang.Object
 
 
  
 
| Method Summary | 
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 | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
JpsUtilAddBootCredTool
public JpsUtilAddBootCredTool()
executeCommand
public static void executeCommand(java.lang.String jpsConfigFile,
                                  java.lang.String mapName,
                                  java.lang.String keyName,
                                  java.lang.String userName,
                                  char[] password)
                           throws JpsException
- 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
 
- 
- Parameters:
 
jpsConfigFile - Location and name of the valid jps-config.xml file. 
mapName - Map name 
keyName - Key name 
userName - Username 
password - Password 
- Throws:
 
JpsException 
 
Skip navigation links 
 
Copyright © 2011, Oracle. All rights reserved.