Author: vtence
Date: Tue Mar 15 19:52:46 2005
New Revision: 157639
URL: http://svn.apache.org/viewcvs?view=rev&rev=157639
Log:
Updated docs to reflect TLP move and current status. Changed groupId to
directory
Modified:
directory/authx/trunk/project.xml
directory/authx/trunk/xdocs/index.xml
directory/authx/trunk/xdocs/navigation.xml
directory/authx/trunk/xdocs/news.xml
directory/authx/trunk/xdocs/roadmap.xml
Modified: directory/authx/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/directory/authx/trunk/project.xml?view=diff&r1=157638&r2=157639
==============================================================================
--- directory/authx/trunk/project.xml (original)
+++ directory/authx/trunk/project.xml Tue Mar 15 19:52:46 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
- <groupId>incubator-directory</groupId>
+ <groupId>directory</groupId>
<artifactId>authx</artifactId>
<currentVersion>0.3-SNAPSHOT</currentVersion>
<name>Apache Authentication and Authorization Framework</name>
@@ -14,37 +14,25 @@
</description>
<inceptionYear>2003</inceptionYear>
- <url>http://incubator.apache.org/directory/subprojects/authx/</url>
-
<logo>http://incubator.apache.org/directory/images/apache-directory-logo.png</logo>
<organization>
- <name>Apache Incubator</name>
- <url>http://incubator.apache.org</url>
-
<logo>http://incubator.apache.org/directory/images/apache-incubator-logo.png</logo>
+ <name>Apache Software Foundation</name>
+ <url>http://directory.apache.org</url>
+ <logo>/images/apache-logo.png</logo>
</organization>
<issueTrackingUrl>http://nagoya.apache.org/jira/browse/DIRJANUS</issueTrackingUrl>
+ <logo>http://directory.apache.org/images/apache-directory-logo.png</logo>
+ <url>http://directory.apache.org/subprojects/protocols/authx</url>
<siteAddress>minotaur.apache.org</siteAddress>
- <siteDirectory>
- /www/incubator.apache.org/directory/subprojects/authx
- </siteDirectory>
- <distributionDirectory>
- /www/cvs.apache.org/dist/incubator/directory
- </distributionDirectory>
+
<siteDirectory>/www/incubator.apache.org/directory/subprojects/authx</siteDirectory>
+
<distributionDirectory>/www/cvs.apache.org/dist/incubator/directory</distributionDirectory>
<gumpRepositoryId>apache-incubator-svn</gumpRepositoryId>
<repository>
- <connection>
-
scm:svn:http://cvs.apache.org/repos/asf/incubator:directory/authx/trunk/${module.path}
- </connection>
-
- <url>
-
http://svn.apache.org/viewcvs.cgi/incubator/directory/authx/trunk/${module.path}/?root=Apache-SVN
- </url>
-
- <developerConnection>
-
https://svn.apache.org/repos/asf/incubator/directory/authx/trunk/${module.path}
- </developerConnection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/directory:authx/trunk/${module.path}</connection>
+
<url>http://svn.apache.org/viewcvs.cgi/directory/authx/trunk/${module.path}/?root=Apache-SVN</url>
+
<developerConnection>https://svn.apache.org/repos/asf/directory/authx/trunk/${module.path}</developerConnection>
</repository>
<dependencies>
Modified: directory/authx/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/directory/authx/trunk/xdocs/index.xml?view=diff&r1=157638&r2=157639
==============================================================================
--- directory/authx/trunk/xdocs/index.xml (original)
+++ directory/authx/trunk/xdocs/index.xml Tue Mar 15 19:52:46 2005
@@ -41,6 +41,7 @@
<li>No coupling with some logging framework you don't
want</li>
<li>Tested so you don't have to do it</li>
<li>Modular design - Use what you need, no more</li>
+ <li>Rule-based authorization mechanism</li>
</ul>
</p>
</section>
Modified: directory/authx/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/directory/authx/trunk/xdocs/navigation.xml?view=diff&r1=157638&r2=157639
==============================================================================
--- directory/authx/trunk/xdocs/navigation.xml (original)
+++ directory/authx/trunk/xdocs/navigation.xml Tue Mar 15 19:52:46 2005
@@ -23,7 +23,7 @@
<menu name="Project Information">
<item name="Wiki" href="http://wiki.apache.org/directory/JanusHome"/>
<item name="Open Issues"
href="http://issues.apache.org/jira/browse/DIRJANUS"/>
- <item name="Source Repositories"
href="http://svn.apache.org/viewcvs.cgi/incubator/directory/authx/trunk/?root=Apache-SVN"/>
+ <item name="Source Repositories"
href="http://svn.apache.org/viewcvs.cgi/directory/authx/trunk/?root=Apache-SVN"/>
</menu>
</body>
</project>
Modified: directory/authx/trunk/xdocs/news.xml
URL:
http://svn.apache.org/viewcvs/directory/authx/trunk/xdocs/news.xml?view=diff&r1=157638&r2=157639
==============================================================================
--- directory/authx/trunk/xdocs/news.xml (original)
+++ directory/authx/trunk/xdocs/news.xml Tue Mar 15 19:52:46 2005
@@ -4,80 +4,104 @@
<author email="[EMAIL PROTECTED]">Vincent Tence</author>
<title>News and Status</title>
</properties>
-
- <body>
- <section name="Latest News">
- <!-- insert new news items as a subsection here w/ most recent first -->
+ <body>
- <subsection name="10 January 2005">
- <p>
- AuthX is the new official name for Janus. Package names and web site
docs have
- been updated accordingly. We're nearing a release ...
- </p>
- </subsection>
- <subsection name="16 December 2004">
- <p>
- A lot has happened under the hood since this summer and we're nearing
a first release.
- The goal of this first release is to demonstrate usage of the
framework.
- </p>
- <p>
- The authentication subsystem has matured and a new rule based
authorization mechanism
- replaces the old role based only one. Memory implementations are
provided with XML
- frontends for realms, information providers and policies. A proof of
concept of a JDBC
- backend is also available for security realms.
- </p>
- <p>
- See the <a href="./roadmap.html">roadmap</a> for details of what to
expect next.
- </p>
- </subsection>
-
- <subsection name="01 July 2004">
- <p>
- We're currently focusing on bringing the documentation up-to-date.
This includes reworking the web site,
- updating Jira and producing draft documentation on the Wiki.
- </p>
- </subsection>
-
- <subsection name="15 June 2004">
- <p>
- Work has begun in the the sandbox to rewrite the authorization stuff.
- Directions can be found on the <a
href="http://wiki.apache.org/directory/JanusHome">Wiki</a>.
- </p>
- </subsection>
- </section>
-
- <section name="Status">
- <!-- insert new news items as a subsection here w/ most recent first -->
-
- <subsection name="Authentication">
- <p>
- The authentication apis have been temporarly frozen. They look
stable enough for now. A username-password
- implementation is available along with an XML configuration
mechanism.
- </p>
- <p>
- A basic yet usable JDBC implementation exists to exercise some of
the concepts of the framework.
- </p>
- </subsection>
-
- <subsection name="Authorization">
- <p>
- The whole authorization mechanism has been rewritten to use a
rule-based approach.
- We believe this will give us great flexibility to implement a
broad range of security policy requirements.
- Nothing is frozen yet since we need a lot more feedback on using
the APIs.
- </p>
- <p>
- Currently, XML is the only way to configure the rule based engine,
but the real target is to allow
- rule definition in a dynamic language such as groovy.
- </p>
- </subsection>
-
- <subsection name="Accounting">
- <p>
- The accounting part is our lowest priority at the moment. We don't
expect to tackle this one until
- authentication and authorization parts are usable.
- </p>
- </subsection>
- </section>
- </body>
+ <section name="Latest News">
+ <!-- insert new news items as a subsection here w/ most recent
first -->
+
+ <subsection name="16 March 2005">
+ <p>
+ Internal release 0.3 is out. There's no binary
distribution, but it's been tagged in SVN.
+ New features in this release include the ability to write
authorization rules in groovy
+ (support for other scripting languages is possible in the
future). This gives the maximum flexibility
+ for defining custom rules.
+ </p>
+ </subsection>
+
+ <subsection name="25 February 2005">
+ <p>
+ AuthX 0.2 was released internally. This is the first
usable version of the framework. It features
+ memory realm, jdbc realm, groups and roles support and a
rule based authorization framework. An XML
+ front-end is provided to configure groups, roles and
authorization rules.
+ </p>
+ <p>
+ An example application is provided to demonstrate usage of
the framework.
+ </p>
+ </subsection>
+
+ <subsection name="10 January 2005">
+ <p>
+ AuthX is the new official name for Janus. Package names
and web site docs have
+ been updated accordingly. We're nearing a release ...
+ </p>
+ </subsection>
+ <subsection name="16 December 2004">
+ <p>
+ A lot has happened under the hood since this summer and
we're nearing a first release.
+ The goal of this first release is to demonstrate usage of
the framework.
+ </p>
+ <p>
+ The authentication subsystem has matured and a new rule
based authorization mechanism
+ replaces the old role based only one. Memory
implementations are provided with XML
+ frontends for realms, information providers and policies.
A proof of concept of a JDBC
+ backend is also available for security realms.
+ </p>
+ <p>
+ See the
+ <a href="./roadmap.html">roadmap</a>for details of what to
expect next.
+ </p>
+ </subsection>
+
+ <subsection name="01 July 2004">
+ <p>
+ We're currently focusing on bringing the documentation
up-to-date. This includes reworking the web
+ site,
+ updating Jira and producing draft documentation on the
Wiki.
+ </p>
+ </subsection>
+
+ <subsection name="15 June 2004">
+ <p>
+ Work has begun in the the sandbox to rewrite the
authorization stuff.
+ Directions can be found on the
+ <a
href="http://wiki.apache.org/directory/JanusHome">Wiki</a>.
+ </p>
+ </subsection>
+ </section>
+
+ <section name="Status">
+ <!-- insert new news items as a subsection here w/ most recent
first -->
+
+ <subsection name="Authentication">
+ <p>
+ The authentication apis have been frozen. They look stable
enough for now. A
+ username-password implementation along with support for
groups and roles.
+ </p>
+ <p>
+ Users, roles and groups can be configured using XML files
and a JDBC backend is also available
+ for usernames/passwords definitions.
+ </p>
+ </subsection>
+
+ <subsection name="Authorization">
+ <p>
+ The whole authorization mechanism has been rewritten to
use a rule-based approach.
+ We believe this will give us great flexibility to
implement a broad range of security policy
+ requirements. Since 0.3 release, we don't expect this to
change much as well.
+ </p>
+ <p>
+ XML and Groovy are the 2 ways to configure the rule based
engine. The configurable XML definition
+ is the closest to a domain specific language, and the
groovy approach is the most dynamic and flexible.
+ </p>
+ </subsection>
+
+ <subsection name="Accounting">
+ <p>
+ The accounting part is our lowest priority at the moment.
We don't expect to tackle this one until
+ authentication and authorization parts have more advanced
features.
+ </p>
+ </subsection>
+ </section>
+ </body>
</document>
Modified: directory/authx/trunk/xdocs/roadmap.xml
URL:
http://svn.apache.org/viewcvs/directory/authx/trunk/xdocs/roadmap.xml?view=diff&r1=157638&r2=157639
==============================================================================
--- directory/authx/trunk/xdocs/roadmap.xml (original)
+++ directory/authx/trunk/xdocs/roadmap.xml Tue Mar 15 19:52:46 2005
@@ -10,7 +10,7 @@
<section name="Roadmap">
<!-- insert new items as a subsection here w/ most recent first -->
- <subsection name="0.2 (January 2005)">
+ <subsection name="0.2 (February 2005) - Done">
<p>
<ul>
<li>Username password authentication</li>
@@ -28,7 +28,7 @@
</p>
</subsection>
- <subsection name="0.3">
+ <subsection name="0.3 (March 2005) - Done">
<p>
<ul>
<li>Scripting frontend to write authorization rules in
Groovy</li>