Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
JNDI Security
Specify which services the plugin can look up. You can use regular expressions to make this dynamic.
Example:
In this example, the plugin can look up objects for key names matthew, mark, Mark, luke, and Luke. In addition, the plugin can look-up objects for key names containing john with zero or more characters preceding and/or trailing john.
security-manager-jndi-names=\
test-pacl-matthew,\
test-pacl-[mM]ark|test-pacl-[lL]uke,\
test-pacl-.*john.*