(no commit message)
[utils] / security / usermgt / src / site / xdoc / userguide.xml
index 0f0e6f491597344b2f3b144200ef64d3006db552..9123bc04c6712ec6177a7739a3bcd6e975654f4c 100644 (file)
@@ -8,14 +8,30 @@
     <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>