文档
Liferay提供丰富知识资源,协助我们的社区与我们的技术更好地结合、应用。
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.*