(no commit message)
[utils] / security / usermgt / src / site / xdoc / index.xml
index 13d7f468a86018ccc89a609d05ba92302596fa20..9123bc04c6712ec6177a7739a3bcd6e975654f4c 100644 (file)
@@ -1,15 +1,38 @@
 <?xml version="1.0"?>
-<!DOCTYPE document PUBLIC
-  "-//Apache Software Foundation//DTD XDOC 1.0//EN"
-  "http://maven.apache.org/dtd/xdoc_1_0.dtd">
-<document>
+<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>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>