Authentication engine attributes
differingResourceStartoverDefault value:
trueWhether to restart the state dispatching if the resource URL accessed changes.
classPathDefault value:
--(but default configuration template automatically constructs a sensible classpath)The class path for the AuthEngine and AuthStates.
classLoadStrategyDefault value:
PARENT_FIRSTStrategy for loading classes. Valid values:
PARENT_FIRST,PARENT_LAST.propagateSessionDefault value: true
Whether to propagate session values to client when successfully completing a conversation (
AUTH_DONE).hideDefault value:
"auto"List of space separated variable names that should be hidden in logs. If the option "auto" is configured, the variables
-dyncert.keyas well as-connection.HttpHeader.Authorizationandclient_secretare hidden. Furthermore, all variables named like GUI fields of type pw-text (passwords) will be hidden.Simple wildcarding can be used by appending a
*at the end of the variable that should be hidden. That way, every variable that starts with a certain string will be hidden from the log. Example:"passw*"will hide "password" and "passwd" in all scopes.inputLanguageCookieDefault value:
--(but default configuration template sets LANG)inputLanguageAttributeDefault value:
"language"Name of query parameter or form field that changes the language of the user.
useLiteralDictionaryDefault value:
false(but default configuration template sets true)Activates or deactivates nevisAuths translation mechanism. For details, see Language support.
literalDictionaryLanguagesDefault value:
"en,de,it,fr"List of known and accepted languages. Additional languages must be registered here and a corresponding LitDict file must be placed on the configuration directory.
addAutheLevelToSecRolesDefault value:
false(but default configuration template setstrue)Whether to add the
authLevelof the user to the list of roles. This is required if theSecurityRoleFilterof nevisProxy is used to restrict access to resources based onauthLevels.