Next: AttributeRepository definition
Up: Configuration
Previous: Authorization Manager definition
The definition of a Policy has the following syntax:
<policy name="name" default="boolean">
<repository ... />
<translation ... />
</policy>
Parameters:
- name: mandatory.
String value that indicates the name of the Policy. If another Policy
with the same name has already been specified the Authorization Manager throws
an exception.
- default: optional.
String value (`true'/`false') that indicates if this Policy is the default
one.
Only one of the Policies can be defined as the default Policy.
If more than one Policy is defined as `default' the Authorization Manager
throws an exception.
If no Policy is defined as default the first one specified in the
configuration file is considered to be the default Policy.
- repository: mandatory.
The definition of an AttributeRepository.
- translation: optional.
The definition of a Translation. No default value is provided, meaning that
if a Translation is not specified the Authorization Manager does not compute
the association from attribute to local-ID.
2004-07-02