OIM 10g vs 11g
1. Access policies – the API defines just 1 method. No methods are available for the usual AP operations.
11g API has only: oracle.iam.accesspolicy.api - Interface AccessPolicyService : evalutePoliciesForUser(java.lang.String userKey)
10g API (Thor.API.Operations Interface tcAccessPolicyOperationsIntf) has:
assignGroups, assignObjects, createAccessPolicy, evaluatePolicyEffect, getAccessPolicyByResourceName and about 15 more methods.
2. Even with some of the other basic functions, for eg: Organization Management,
11g APIs have functions for create, delete, disable, enable, search and modify only
10g APIs (Thor.API.Operations Interface tcOrganizationOperationsIntf) have
addAdministrator, addObjectAllowed, getNumberOfSubOrgs, getObjects, getSubOrganizations, getUnassignedResources and about 12 more methods that we could use.