Next: Policy definition
Up: Configuration
Previous: Configuration
The definition of an Authorization Manager has the following syntax:
<authorizationmanager recheck="integer">
<policy ... />
<policy ... />
...
...
</authorizationmanager>
Parameters:
- recheck: optional.
Integer value (seconds) that indicates how often the Authorization Manager
reloads its configuration file. Default value is 0 (zero), meaning that
the configuration file will only be read once upon startup and
no reload will occur.
If set to -1, at each lookup the configuration file is examined to determine
whether the last-modified date has changed and a reload is necessary.
- policy: mandatory.
The definition of a Policy. At least one definition must be provided.
2004-07-02