amAuthScripted.properties revision 8d703e778adaffe0f9319b3e84f9fe9741466b33
0N/Aiplanet-am-auth-scripted-service-description=Scripted Module
1879N/Aa101=Server-Side Script Language
0N/Aa101.help=The language the server-side script is written in
0N/Aa101.help.text=This is used to determine how to validate the script, as well as which engine to run the script within.
0N/Aa102=Client-Side Script
0N/Aa102.help=Option to toggle whether the client side script will be run
0N/Aa105=Client Side Script
0N/Aa105.help=The client side script
0N/Aa106=Server Side Script
0N/Aa106.help=The server side script
0N/Aa104.help.text=This script will be run on the server, subsequent to any client script having returned. It can be \
0N/A written in the selected language.
0N/Aa105=Server Side Script Timeout
0N/Aa105.help=The maximum execution time any individual script should take on the server (in seconds)
0N/Aa105.help.text=Server-side scripts will be forcibly stopped after this amount of time.
0N/Aa500=Authentication Level
0N/Aa500.help=The authentication level associated with the authentication module.
0N/Aa500.help.txt=Each authentication module has an authentication level that can be used to indicate the level of \
1472N/Asecurity associated with the module; 0 is the lowest (and the default).
1472N/Achoice1=JavaScript
1472N/Achoice2=Groovy
0N/Alanguage-not-supported=The chosen Scripting Language is not supported
0N/Aa106=Core thread pool size
0N/Aa106.help=The core size of the thread pool from which scripts will operate.
0N/Aa107=Maximum thread pool size
0N/Aa107.help=The maximum size of the thread pool from which scripts will operate.
1123N/Aa107.help.txt=New threads will be created up to this size once the task queue reaches capacity. Has no effect if the \
1892N/A queue is unbounded.
1123N/Aa108=Java class white-list
0N/Aa108.help=List of patterns of allowed Java classes that may be loaded/accessed by scripts.
1892N/Aa108.help.txt=Each Java class accessed by a script must match at least one of these patterns. Use '*' as a wildcard, \
1892N/A e.g. java.lang.*
1892N/Aa109=Java class black-list
0N/Aa109.help=List of patterns of Java classes that must not be accessed by a script.
1892N/Aa109.help.txt=This black-list is applied after the white-list to apply additional restrictions. For instance you may \
0N/A white-list java.lang.* and then black-list java.lang.System and java.lang.Runtime. It is recommended to always prefer\
1892N/A specific white-lists where possible.
1892N/Aa110=Use system SecurityManager
0N/Aa110.help=Indicates whether the system SecurityManager should also be consulted when checking access to Java classes.
0N/Aa110.help.txt= If enabled, then the checkPackageAccess method will be called for each Java class accessed. If no \
0N/A SecurityManager is configured, then this has no effect.
1892N/Aa111=Thread pool queue size
1892N/Aa111.help=Size of queue to use for buffering script execution request when core pool is at capacity.
0N/Aa111.help.txt=Use -1 for an unbounded queue (this disables the maximum pool size setting). For short, CPU-bound \
0N/A scripts, consider a small pool size and larger queue length. For I/O-bound scripts (e.g., REST calls) consider \
0N/A a larger maximum pool size and a smaller queue. Not hot-swappable: restart server for changes to take effect.
0N/Aa112=Thread idle timeout (seconds)
0N/Aa112.help=Length of time (in seconds) to wait before terminating threads.
0N/Aa112.help.txt=Length of time (in seconds) to wait before terminating threads that were started when the queue reached \
0N/A capacity. Only applies to threads beyond the core pool size (up to the maximum size).