Next: Administrator GUI commands
Up: Administration GUI
Previous: Internal structure
The configuration parameters of the Administration GUI are specified in the
same text file used to configure the authorization enforcer (Authorization
Filter or Axis Authorization Handler), in ``key=value'' format.
This file is loaded upon startup and its content overrides the default values
hardwired in the code.
Parameters:
- AuthorizedRole: optional.
String value that indicates the only role authorized to change the
configuration of the Authorization Manager.
The default value is `Administrator'.
- AuthorizedPolicy: optional.
String value that indicates the only Policy to be used for the authorization
of incoming client requests directed to the Administration GUI.
The default value is `auth_policy'.
Note: a client is authorized as administrator of the Authorization
Manager when the following conditions are satisfied:
- the Authorization Manager contains a Policy corresponding to
AuthorizedPolicy;
- when using the above Policy the client can be associated to the role
corresponding to
AuthorizedRole.
2004-07-02