Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


oracle.security.jps.tools.utility
Class JpsUtilConfigurationTool

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


public class JpsUtilConfigurationTool
extends java.lang.Object

Field Summary
static java.lang.String KEY_BOOTSTRAP_CREDSTORE_LOCATION
           
static java.lang.String KEY_DOMAIN_NAME
           
static java.lang.String KEY_KEYSTORE_SERVICE_PATH
           
static java.lang.String KEY_SERVER_NAME
           
static java.lang.String KEY_WLS_DEMOIDENTITY_KEY_PASS
           
static java.lang.String KEY_WLS_DEMOIDENTITY_KS_PASS
           

 

Constructor Summary
JpsUtilConfigurationTool()
           

 

Method Summary
static void configureOpssInDomain(java.util.Map<java.lang.String,java.lang.Object> params)
          Method to be invoked from configuration template to configure OPSS in a domain.

 

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

 

Field Detail

KEY_DOMAIN_NAME

public static final java.lang.String KEY_DOMAIN_NAME
See Also:
Constant Field Values

KEY_SERVER_NAME

public static final java.lang.String KEY_SERVER_NAME
See Also:
Constant Field Values

KEY_WLS_DEMOIDENTITY_KS_PASS

public static final java.lang.String KEY_WLS_DEMOIDENTITY_KS_PASS
See Also:
Constant Field Values

KEY_WLS_DEMOIDENTITY_KEY_PASS

public static final java.lang.String KEY_WLS_DEMOIDENTITY_KEY_PASS
See Also:
Constant Field Values

KEY_BOOTSTRAP_CREDSTORE_LOCATION

public static final java.lang.String KEY_BOOTSTRAP_CREDSTORE_LOCATION
See Also:
Constant Field Values

KEY_KEYSTORE_SERVICE_PATH

public static final java.lang.String KEY_KEYSTORE_SERVICE_PATH
See Also:
Constant Field Values

Constructor Detail

JpsUtilConfigurationTool

public JpsUtilConfigurationTool()

Method Detail

configureOpssInDomain

public static void configureOpssInDomain(java.util.Map<java.lang.String,java.lang.Object> params)
                                  throws JpsException
Method to be invoked from configuration template to configure OPSS in a domain. It does the following tasks - 1. Sets up bootstrap cred store with encryption keys 2. Initializes key store service with domain trust store and demo CA key store 3. Creates a key store with key pair/certificate for WLS identity (only for 12c) 4. Creates key store and trust store required for trust service
Throws:
JpsException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.