Author: vtence Date: Tue Jan 11 13:39:14 2005 New Revision: 124927 URL: http://svn.apache.org/viewcvs?view=rev&rev=124927 Log: Updated version number to 0.2-SNAPSHOT and brought site a bit more up to date Added: incubator/directory/authx/trunk/example/project.properties (contents, props changed) Modified: incubator/directory/authx/trunk/project.xml incubator/directory/authx/trunk/xdocs/index.xml incubator/directory/authx/trunk/xdocs/news.xml incubator/directory/authx/trunk/xdocs/roadmap.xml
Added: incubator/directory/authx/trunk/example/project.properties Url: http://svn.apache.org/viewcvs/incubator/directory/authx/trunk/example/project.properties?view=auto&rev=124927 ============================================================================== --- (empty file) +++ incubator/directory/authx/trunk/example/project.properties Tue Jan 11 13:39:14 2005 @@ -0,0 +1,2 @@ +module.path=example +maven.multiproject.type=war \ No newline at end of file Modified: incubator/directory/authx/trunk/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/authx/trunk/project.xml?view=diff&rev=124927&p1=incubator/directory/authx/trunk/project.xml&r1=124926&p2=incubator/directory/authx/trunk/project.xml&r2=124927 ============================================================================== --- incubator/directory/authx/trunk/project.xml (original) +++ incubator/directory/authx/trunk/project.xml Tue Jan 11 13:39:14 2005 @@ -2,12 +2,12 @@ <project> <groupId>incubator-directory</groupId> <artifactId>authx</artifactId> - <currentVersion>0.1-SNAPSHOT</currentVersion> + <currentVersion>0.2-SNAPSHOT</currentVersion> <name>Apache Authentication and Authorization Framework</name> <package>org.apache.authx</package> <shortDescription>Apache Authentication and Authorization Framework</shortDescription> <description> - The Apache Authentication and Authorization Framework subproject attempts to provide a generic, + The Apache Authentication and Authorization Framework component attempts to provide a generic, flexible and extensible security framework to the Directory project. It provides Authentication, Authorization and Accounting facilities. The framework is designed around a pluggable architecture to give greater flexibility and leverage existing AAA insfrastructures. Modified: incubator/directory/authx/trunk/xdocs/index.xml Url: http://svn.apache.org/viewcvs/incubator/directory/authx/trunk/xdocs/index.xml?view=diff&rev=124927&p1=incubator/directory/authx/trunk/xdocs/index.xml&r1=124926&p2=incubator/directory/authx/trunk/xdocs/index.xml&r2=124927 ============================================================================== --- incubator/directory/authx/trunk/xdocs/index.xml (original) +++ incubator/directory/authx/trunk/xdocs/index.xml Tue Jan 11 13:39:14 2005 @@ -29,8 +29,8 @@ <section name="Features"> <p> - The AuthX sub-project defines the Apache Authentication and Authorization Framework security framework - and provides default implementations of authentication,authorization and accounting components. + The AuthX component defines the security framework in terms of APIs and + provides implementations of authentication, authorization and accounting services. We believe AuthX has some unique features that set it apart from existing solutions: <ul> Modified: incubator/directory/authx/trunk/xdocs/news.xml Url: http://svn.apache.org/viewcvs/incubator/directory/authx/trunk/xdocs/news.xml?view=diff&rev=124927&p1=incubator/directory/authx/trunk/xdocs/news.xml&r1=124926&p2=incubator/directory/authx/trunk/xdocs/news.xml&r2=124927 ============================================================================== --- incubator/directory/authx/trunk/xdocs/news.xml (original) +++ incubator/directory/authx/trunk/xdocs/news.xml Tue Jan 11 13:39:14 2005 @@ -10,9 +10,9 @@ <section name="Latest News"> <!-- insert new news items as a subsection here w/ most recent first --> - <subsection name="10 January 2004"> - <p> - AuthX is the new official name for Janus. Package names and web site docs have + <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> @@ -55,12 +55,20 @@ 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 is being rewritten in the sandbox with a rule-based approach. + 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> Modified: incubator/directory/authx/trunk/xdocs/roadmap.xml Url: http://svn.apache.org/viewcvs/incubator/directory/authx/trunk/xdocs/roadmap.xml?view=diff&rev=124927&p1=incubator/directory/authx/trunk/xdocs/roadmap.xml&r1=124926&p2=incubator/directory/authx/trunk/xdocs/roadmap.xml&r2=124927 ============================================================================== --- incubator/directory/authx/trunk/xdocs/roadmap.xml (original) +++ incubator/directory/authx/trunk/xdocs/roadmap.xml Tue Jan 11 13:39:14 2005 @@ -10,7 +10,7 @@ <section name="Roadmap"> <!-- insert new items as a subsection here w/ most recent first --> - <subsection name="0.2 (January 2004)"> + <subsection name="0.2 (January 2005)"> <p> <ul> <li>Username password authentication</li> @@ -40,20 +40,31 @@ <p> <ul> <li>Read-only LDAP realm backend</li> - <li>Read-only LDAP group provider backend</li> - <li>Read-only LDAP role provider backend</li> </ul> </p> </subsection> - <subsection name="0.5"> - <p> - <ul> - <li>Read-only JDBC group provider backend</li> - <li>Read-only JDBC role provider backend</li> - </ul> - </p> - </subsection> + <subsection name="0.5"> + <p> + <ul> + <li>Read-only Hibernate realm backend</li> + </ul> + </p> + </subsection> + + <subsection name="And then ..."> + <p> + <ul> + <li>Read-only LDAP group provider backend</li> + <li>Read-only LDAP role provider backend</li> + <li>Read-only JDBC group provider backend</li> + <li>Read-only JDBC role provider backend</li> + <li>Read-only JDBC group provider backend</li> + <li>Read-only JDBC role provider backend</li> + <li>...</li> + </ul> + </p> + </subsection> </section> </body> </document>
