| Package | Description |
|---|---|
| oracle.security.jps.callback | |
| oracle.security.jps.service | |
| oracle.security.jps.tools.utility |
| Modifier and Type | Method and Description |
|---|---|
IdentityStoreService |
IdentityStoreCallback.getIdentityStore()
Returns the identity store service defined by
IdentityStoreService.class |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityStoreCallback.setIdentityStore(IdentityStoreService idStoreService)
Sets the identity store service defined by
IdentityStoreService.class |
| Constructor and Description |
|---|
IdentityStoreCallback(IdentityStoreService idStoreService)
This constructor creates the callback with the given identity store service defined by
IdentityStoreService.class |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServiceInstanceVisitor.visit(IdentityStoreService identityStore) |
| 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).
|