文档
Liferay提供丰富知识资源,协助我们的社区与我们的技术更好地结合、应用。
Socket Security
Specify sockets permitted to accept connections in the plugin.
Example:
security-manager-sockets-accept=\
localhost:4320
Specify connections the plugin is permitted to make with the outside world.
Example:
security-manager-sockets-connect=\
www.cbs.com:80,\
www.google.com:80,\
www.google.com:443,\
www.yahoo.com:443
Specify sockets the plugin can listen on.
Example:
This example specifies socket range 4316-4318, socket 4320, and socket 4321.
security-manager-sockets-listen=\
4316-4318,\
4320,\
4321