(no commit message)
authorErik Brakkee <erik@brakkee.org>
Mon, 5 Jul 2010 10:38:50 +0000 (10:38 +0000)
committerErik Brakkee <erik@brakkee.org>
Mon, 5 Jul 2010 10:38:50 +0000 (10:38 +0000)
security/usermgt/src/site/xdoc/index.xml [deleted file]
security/usermgt/src/site/xdoc/userguide.xml

diff --git a/security/usermgt/src/site/xdoc/index.xml b/security/usermgt/src/site/xdoc/index.xml
deleted file mode 100644 (file)
index 2318451..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>
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>