(no commit message)
[utils] / security / usermgt / src / site / xdoc / index.xml
1 <?xml version="1.0"?>
2 <document xmlns="http://maven.apache.org/XDOC/2.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
5   
6   <properties>
7     <title>user guide</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     
12     <section name="Introduction">
13       <p>The user management library provides the following functionality: </p>
14       <ul>
15         <li><a
16           href="apidocs/org/wamblee/security/authentication/package-summary.html">Authentication</a></li>
17         <li><a href="apidocs/org/wamblee/authorization/package-summary.html">Authorization</a></li>
18       </ul>
19       <p>For both authentication and authorization implementations based on JPA persistence are
20         provided.</p>
21     </section>
22     
23
24     <section name="Maven POM configuration">
25       <table>
26         <tr>
27           <th>groupId</th>
28           <th>artifactId</th>
29         </tr>
30         <tr>
31           <td>org.wamblee</td>
32           <td>wamblee-security-usermgt</td>
33         </tr>
34       </table>
35     </section>
36
37   </body>
38 </document>