Parameter Name | Description | Default Value |
AddUserAsPlugin | Add the username to the session cookies. | false |
AuthParameters | List of key=value string which is passed to authenticators init function. | |
AddUserAsPlugin | Classname of authenticator to use, leave blank for default | (default) |
EnableClassReload | Automatically reload servlet class if it changes | true |
EnforceConfigFile | If true, only servlets within the ServletConfigFile will be executed. | true |
EnforceStrictClassLoader | If true, only servlets loaded by the initial class loader will be executed. Any classes loaded by parent loader will be ignored. | true |
GroupNames | A comma separated list of groups to which a user must be a member of to be granted access. | |
MimeType | Name of the file to load the mime type information from. The format of the file is same as the apache mime types. | |
Properties | File containing the servlet properties. The file should be a java properties file that contains one property per line prefixed with the full class name. For example for a servlet class com.example.Servlet defining a property called RNAME you should have a line as follows: com.example.Servlet.RNAME=nsp://localhost:9000 | |
ReloadUserFileDynamically | If true, the user file will get reloaded on each auth request. | true |
RoleNames | A comma separated list of groups to which a user must have one to be granted access. | |
Security Realm | Name of the authentication realm. | |
Servlet Config File | File which contains all the valid servlets which will run. The file should be a text file containing one full servlet class name per line, indicating only these should be allowed to run. For example having a single line com.example.Servlet would mean that only that servlet will be allowed to run irrespective of how many exist in the server classpath. | |
Servlet Path | Directory in which to locate servlet classes | |
SessionTimeout | Time in seconds before timeout of servlet session not in use. |