Example of Multiple EL Expressions Into One In OIM
(Doc ID 2275502.1)
Last updated on JUNE 13, 2024
Applies to:
Identity Manager - Version 11.1.2.3.0 and laterInformation in this document applies to any platform.
Goal
Trying to hide one of the menu item (My Information) in OIM11gR2PS3. It should show only to System administrator and one of the admin role.
How to add two expressions into one to hide the menu item:
#{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null}
#{oimcontext.currentUser.adminRoles['<CUSTOM>Admins'] != null}
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |