I want to create Role Membership rule in OIM. I want to assign a role to user whose job title does not contain "xyz". If anybody knows how to achieve this please provide me the steps. Thanks in advance :)
Asked
Active
Viewed 1,059 times
1
-
I read all the docs and i know how to create membership rule in OIM. But my requirement is assigning a role to user whose job title does not contains "xyz"(any String). OIM has 6 operators for creating expression in membership rule i.e. '=' , '!=', 'Contains', 'Starts With', 'Ends With','IN'. But it don't have 'Not Contains' operator. so how can I achieve this requirement . – swati yedle Aug 31 '15 at 13:38
2 Answers
2
Since OIM UI do not have this capability, I have used JAVA API and implemented java code for creating membership rule. JAVA API has 'DOES_NOT_CONTAIN' operator and with the help of this I am able to resolve my problem.

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

swati yedle
- 91
- 1
- 5