(no commit message)
[utils] / security / usermgt / src / site / xdoc / index.xml
index 3b30a6eeb554940a0b1c1f3fb4350b3544f430a2..9123bc04c6712ec6177a7739a3bcd6e975654f4c 100644 (file)
@@ -4,12 +4,35 @@
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   
   <properties>
-    <title>Security overview</title>
+    <title>user guide</title>
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
+    
     <section name="Introduction">
-      <p>Description to be added.</p>
+      <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">
+      <table>
+        <tr>
+          <th>groupId</th>
+          <th>artifactId</th>
+        </tr>
+        <tr>
+          <td>org.wamblee</td>
+          <td>wamblee-security-usermgt</td>
+        </tr>
+      </table>
+    </section>
+
   </body>
 </document>