rogerrut 2004/11/16 11:17:09
Modified: . .classpath
Log:
Single Sign On SSO Framework
The current version of SSO relies on the Jetspeed security model (storage of
credentials/Principals) but for future release it can be decoupled from
Jetspeed.
Portlets (IFrame, perl, PHP) will be enhanced (Preference setting) so that
they can enable SSO functionality.
Revision Changes Path
1.77 +4 -0 jakarta-jetspeed-2/.classpath
Index: .classpath
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/.classpath,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- .classpath 15 Nov 2004 06:07:13 -0000 1.76
+++ .classpath 16 Nov 2004 19:17:08 -0000 1.77
@@ -2,6 +2,9 @@
<classpath>
<classpathentry excluding="**/CVS/*" kind="src"
path="applications/demo/src/java"/>
<classpathentry kind="src" path="applications/rss/src/java"/>
+ <classpathentry excluding="**/CVS*" kind="src"
path="components/sso/src/java"/>
+ <classpathentry excluding="**/CVS/*" kind="src"
path="portals-bridges/php/src/java"/>
+ <classpathentry excluding="**/CVS/*" kind="src"
path="portals-bridges/perl/src/java"/>
<classpathentry kind="src" path="portals-bridges/frameworks/src/java"/>
<classpathentry excluding="**/CVS/*" kind="src"
path="portals-bridges/velocity/src/java"/>
<classpathentry including="**/CVS/*" kind="src"
path="applications/security/src/java"/>
@@ -101,6 +104,7 @@
<classpathentry kind="var"
path="MAVEN_REPO/springframework/jars/spring-orm-1.1.1.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/oro/jars/oro-2.0.7.jar"/>
<classpathentry kind="var"
path="MAVEN_REPO/commons-codec/jars/commons-codec-1.3.jar"/>
+ <classpathentry kind="var"
path="MAVEN_REPO/portals-bridges/jars/portals-bridges-perl-0.1.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/commons-validator/jars/commons-validator-1.1.3.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/rome/jars/rome-0.4.jar"/>
<classpathentry kind="output" path="bin"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]