javaapioim

How to evaluate user policy via API for a given set of users


I want to evaluate user policies for a particular user or list of users, is there any API available to perform the same in OIM 11gR2PS3?


Solution

  • you can use oracle.iam.accesspolicy.api.AccessPolicyService.evalutePoliciesForUser() OIM API which can be used for the same. Here is the code snippet for the same.