amAuthScripted.properties revision c7fd94c758fb78a820d0513988731c2106951f9e
3139N/A# Distribution License (the License). You may not use this file except in compliance with the
3139N/A# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
3356N/A# When distributing Covered Software, include this CDDL Header Notice in each file and include
3356N/A# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
3139N/Ag101.help=The maximum execution time any individual script should take on the server (in seconds).
3139N/Ag101.help.txt=Server-side scripts will be forcibly stopped after this amount of execution time.
3139N/Ag103.help.txt=New threads will be created up to this size once the task queue reaches capacity. Has no effect if the \
3139N/Ag104.help=Size of queue to use for buffering script execution request when core pool is at capacity.
3139N/Ag104.help.txt=Use -1 for an unbounded queue (this disables the maximum pool size setting). For short, CPU-bound \
3139N/A scripts, consider a small pool size and larger queue length. For I/O-bound scripts (e.g., REST calls) consider \
3139N/A a larger maximum pool size and a smaller queue. Not hot-swappable: restart server for changes to take effect.
3139N/Ag105.help.txt=Length of time (in seconds) to wait before terminating threads that were started when the queue reached \
3139N/Ag106.help.txt=Each Java class accessed by a script must match at least one of these patterns. Use '*' as a wildcard, \
3139N/Ag107.help.txt=This blacklist is applied after the whitelist to apply additional restrictions. For instance you may \
3139N/A whitelist java.lang.* and then blacklist java.lang.System and java.lang.Runtime. It is recommended to always prefer \
3139N/Ag108.help=Indicates whether the system SecurityManager should also be consulted when checking access to Java classes.
3139N/Ag108.help.txt=If enabled, then the checkPackageAccess method will be called for each Java class accessed. If no \
3139N/Aa103.help.txt=This is used to determine how to validate the script, as well as which engine to run the script within.
3139N/Aa104.help.txt=This script will be run on the server, subsequent to any client script having returned. It can be \
3139N/Aa500.help.txt=Each authentication module has an authentication level that can be used to indicate the level of \