|
Oracle Fusion Middleware Oracle Platform Security Services API Reference 11g Release 1 (11.1.1) E14650-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JpsUtilUpgradeIfc
Interface which will have methods for support of Upgrade related activities
Method Summary | |
---|---|
void |
upgradeLdapPolicyData(java.lang.String jaznConfigFile, java.lang.String dstJpsContext) Method to migrate policies from an OID configured in a jazn config file (source) to jps policy store (destination) |
void |
upgradeXMLCredentialData(java.lang.String srcJaznDataFile, java.lang.String srcCVSSysAccounts, boolean srcDelSysAccounts, java.lang.String dstJpsContext) Method to migrate credentials in a jazn data xml file (source) to jps credential store (destination) |
void |
upgradeXMLPolicyData(java.lang.String srcJaznDataFile, java.lang.String dstJpsContext) Method to migrate policies in a jazn data xml file (source) to jps policy store (destination) |
void |
upgradeXMLRealmData(java.lang.String srcJaznDataFile, java.lang.String srcRealm, java.lang.String dstJpsContext) Method to migrate realm in a jazn data xml file (source) to jps identity store (destination) |
Method Detail |
---|
void upgradeXMLCredentialData(java.lang.String srcJaznDataFile, java.lang.String srcCVSSysAccounts, boolean srcDelSysAccounts, java.lang.String dstJpsContext) throws JpsException
srcJaznDataFile
- the absolute path of the source jazn data filesrcCVSSysAccounts
- Comma seperated values of user names whose credentials have to be migrated. a username is defined as follows realmname/username eg. jazn.com/admin the realm name is optional with the default taken as jazn.com Thus eg. of a valid value for srcCVSSysAccounts is JtaAdmin, jazn.com/admin, realm2/JtaAdminsrcDelSysAccounts
- Boolean flag which determines whether or not all of the the system accounts specified in srcCVSSysAccounts be deleted from srcJaznDataFile.dstJpsContext
- The JPS Context which defines the destination credential store (defined in the jps-config.xml file).JpsException
void upgradeXMLRealmData(java.lang.String srcJaznDataFile, java.lang.String srcRealm, java.lang.String dstJpsContext) throws JpsException
srcJaznDataFile
- the absolute path of the source jazn data filesrcRealm
- the source realm name to be migrated.dstJpsContext
- The JPS Context which defines the destination identity store (defined in the jps-config.xml file).JpsException
- // TODO to modify it to migrate all realms.void upgradeXMLPolicyData(java.lang.String srcJaznDataFile, java.lang.String dstJpsContext) throws JpsException
srcJaznDataFile
- the absolute path of the source jazn data filedstJpsContext
- The JPS Context which defines the destination policy store (defined in the jps-config.xml file).JpsException
void upgradeLdapPolicyData(java.lang.String jaznConfigFile, java.lang.String dstJpsContext) throws JpsException
jaznConfigFile
- the absolute path of the jazn.xml file configured for ldap providerdstJpsContext
- The JPS Context which defines the destination policy store (defined in the jps-config.xml file).JpsException
|
Oracle Fusion Middleware Oracle Platform Security Services API Reference 11g Release 1 (11.1.1) E14650-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |