1
0
mirror of synced 2026-08-04 01:07:02 +00:00
created an AuthenticationHandler (CAS 3 API) that delegates to the Acegi AuthenticationManager for authentication purposes.

Also added cas-server-3.0.4.jar to the classpath to provide the APIs to use.
This commit is contained in:
Scott Battaglia
2006-02-22 17:01:54 +00:00
parent 6abceb7ab0
commit b22f83560c
3 changed files with 110 additions and 0 deletions
+1
View File
@@ -81,5 +81,6 @@
<classpathentry kind="var" path="MAVEN_REPO/antlr/jars/antlr-2.7.2.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/ldapsdk/jars/ldapsdk-4.1.jar"/>
<classpathentry sourcepath="/MAVEN_REPO/springframework/src/spring-2.0-m2.zip" kind="var" path="MAVEN_REPO/springframework/jars/spring-hibernate3-2.0-m2.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/cas/jars/cas-server-3.0.4.jar"/>
<classpathentry kind="output" path="target/eclipseclasses"/>
</classpath>