| Package | Description |
|---|---|
| oracle.security.jps.service | |
| oracle.security.jps.service.policystore | |
| oracle.security.jps.tools.utility |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServiceInstanceVisitor.visit(PolicyStore policyStore) |
| Modifier and Type | Method and Description |
|---|---|
static PolicyStore |
PolicyStoreFactory.getPolicyStore(PolicyStoreType type, java.util.Map<java.lang.String,java.lang.String> props)
Deprecated.
Use
PolicyServiceUtils.getPolicyStore instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
JpsUtilMigrationPolicyIfc.migrateAllPolicyData(PolicyStore srcPs, PolicyStore dstPs, IdentityStoreService assoIDs)
This method migrates all Global policies, from a policy store (source) to a another policy store (destination).
|
void |
JpsUtilMigrationPolicyIfc.migrateAppPolicyData(PolicyStore srcPs, PolicyStore dstPs, java.lang.String srcAppNames, java.lang.String dstAppName)
This method migrates application policies, from a policy store (source) to a another policy store (destination).
|
void |
JpsUtilMigrationPolicyIfc.migrateSystemPolicyData(PolicyStore srcPs, PolicyStore dstPs)
This method migrates application policies, from a policy store (source) to a another policy store (destination).
|