Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


oracle.security.jps.tools.utility
Interface JpsUtilConfigurationIfc


public interface JpsUtilConfigurationIfc

Interface to handle seeding of bootstrap artifacts for OPSS configuration


Method Summary
 CredentialStore seedOpssEncryptionKey(CredentialStore bootcsf)
          Method to seed OPSS encryption key in a pre-initialized bootstrap cred store
 CredentialStore seedOpssEncryptionKey(java.util.Map<java.lang.String,java.lang.String> properties)
          Method to initialize file based bootstrap credential store when dependency on config is not required.

 

Method Detail

seedOpssEncryptionKey

CredentialStore seedOpssEncryptionKey(java.util.Map<java.lang.String,java.lang.String> properties)
                                      throws JpsException
Method to initialize file based bootstrap credential store when dependency on config is not required. The cred store is populated with OPSS encryption key after initialization
Parameters:
properties - properties used to initialize file based cred store. Main property required is "location"
Throws:
JpsException

seedOpssEncryptionKey

CredentialStore seedOpssEncryptionKey(CredentialStore bootcsf)
                                      throws JpsException
Method to seed OPSS encryption key in a pre-initialized bootstrap cred store
Parameters:
bootcsf - pre-initialized bootstrap cred store
Throws:
JpsException

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.