1

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 :)

Kunal Varpe
  • 419
  • 1
  • 5
  • 28
swati yedle
  • 91
  • 1
  • 5
  • 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 Answers2

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
0

OIM UI do not have this capability but can be achieved through OIM APIs.

Dharm
  • 73
  • 1
  • 12