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 JpsUtilModifyBootCredTool

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


public class JpsUtilModifyBootCredTool
extends java.lang.Object

Constructor Summary
JpsUtilModifyBootCredTool()
           

 

Method Summary
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

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JpsUtilModifyBootCredTool

public JpsUtilModifyBootCredTool()

Method Detail

executeCommand

public static void executeCommand(java.lang.String jpsConfigFile,
                                  java.lang.String userName,
                                  char[] password)
                           throws JpsException
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
Parameters:
jpsConfigFile - Location and name of the valid jps-config.xml file.
userName - User credential for which the password has to be reset
password - Reset with this 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.