+++ /dev/null
-<?xml version="1.0"?>
-<document xmlns="http://maven.apache.org/XDOC/2.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-
- <properties>
- <title>overview</title>
- <author email="erik@brakkee.org">Erik Brakkee</author>
- </properties>
- <body>
- <section name="Introduction">
- <p>Description to be added.</p>
- </section>
- </body>
-</document>
<author email="erik@brakkee.org">Erik Brakkee</author>
</properties>
<body>
- <section name="Main Area 1">
- <subsection name="Example 1"> </subsection>
- <subsection name="Example 2"> </subsection>
+
+ <section name="Introduction">
+ <p>The user management library provides the following functionality: </p>
+ <ul>
+ <li><a
+ href="apidocs/org/wamblee/security/authentication/package-summary.html">Authentication</a></li>
+ <li><a href="apidocs/org/wamblee/authorization/package-summary.html">Authorization</a></li>
+ </ul>
+ <p>For both authentication and authorization implementations based on JPA persistence are
+ provided.</p>
</section>
-
+
<section name="Maven POM configuration">
- <p>To be done.</p>
+ <table>
+ <tr>
+ <th>groupId</th>
+ <th>artifactId</th>
+ </tr>
+ <tr>
+ <td>org.wamblee</td>
+ <td>wamblee-security-usermgt</td>
+ </tr>
+ </table>
</section>
</body>