Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.tools.utility
Class JpsUtilAddBootCredTool

java.lang.Object
  extended by oracle.security.jps.tools.utility.JpsUtilAddBootCredTool


public class JpsUtilAddBootCredTool
extends java.lang.Object

Constructor Summary
JpsUtilAddBootCredTool()
           

 

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

 

Constructor Detail

JpsUtilAddBootCredTool

public JpsUtilAddBootCredTool()

Method Detail

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

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.