-1

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?

Chaitanya K
  • 1,827
  • 4
  • 32
  • 67

1 Answers1

0

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.

Chaitanya K
  • 1,827
  • 4
  • 32
  • 67