XMLAuthenticationManager
Description
This AuthenticationManager implementation permits to persist in a XML file all the auithentication informations of your application.parameters
| name | mandatory | values | description | example |
|---|---|---|---|---|
| debug | no | true or false | This optional parameter, when set to true, activate the debug mode (provide more logs to detect easily misconfiguration). | |
| authenticationXmlFileLocation | yes | a relative path from the webapp | WEB-INF/conf/jGuard/jGuardUsersPrincipals.xml |
usual configuration in the jGuardConfiguration.xml file
....
....
<authenticationManager>net.sf.jguard.authentication.XmlAuthenticationManager</authenticationManager>
<authenticationManagerOptions>
<option>
<name>authenticationXmlFileLocation</name>
<value>WEB-INF/conf/jGuard/jGuardUsersPrincipals.xml</value>
</option>
</authenticationManagerOptions>
....
....
Version 1.2 last modified by Charles Gay on 22/05/2006 at 14:04
Document data
Attachments:
No attachments for this document
Comments: 0