XMLAuthenticationManager

Description

This AuthenticationManager implementation permits to persist in a XML file all the auithentication informations of your application.

parameters

namemandatoryvaluesdescriptionexample
debugnotrue or falseThis optional parameter, when set to true, activate the debug mode (provide more logs to detect easily misconfiguration). 
authenticationXmlFileLocationyesa 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

Comments 0

No comments for this document

Attachments 0

No attachments for this document
 

Creator: Charles Gay on 2006/05/22 14:02
jGuard team copyright 2004-2007
1.1.1