XMLAuthorizationManager
Description
AuthorizationManager implementations are dedicated to the webapp developer. this AuthorizationManager implementation permits an XML file authorization method.XmlAuthorizationManager parameters
| name | mandatory | values | description | example |
|---|---|---|---|---|
| fileLocation | yes | any valid URL | this parameter must be placed in the AccessFilter parameters list, in the web.xml file. The location must begin with the "file://" prefix. You should also use the "${java.home}" and the ${/} variables to have a more flexible configuration. | file://C:/jGuardPrincipalsPermissions.xml |
on 09/02/2006 at 14:41