Combining EL Expressions
Summary
Need to combine two el expressions granted and excluding access to a custom pageContent
Have the need to grant access to a custom page to certain users with a specific approved user roles but also excluded specific users within the approved user role.
EL Expression #1: #{securityContext.userInRole['COMPENSATIONADMIN__VIEWALL_DATA, ORA_PER_LINE_MANAGER_ABSTRACT']}
EL Expression # 2 #{securityContext.userName !='[email protected]'}
Can this be combined into one expression?
Tagged:
0