<resin:XmlAuthenticator path="WEB-INF/users.xml"/>
The format of the static file is as follows: <users> <user name="h.potter" password="quidditch" roles="user,captain"/> ... </users>
The authenticator can also be configured in the resin-web.xml: <resin:XmlAuthenticator password-digest="none"> <user name="Harry Potter" password="quidditch" roles="user,captain"/> </resin:XmlAuthenticator>
|
|
|
|