From 8da0de459b264948a786ed67a479b63f2b5d1132 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 12 Jan 2011 15:09:01 +0000 Subject: [PATCH] SEC-1651: Added remaining module information to dependencies appendix. --- .../src/docbook/appendix-dependencies.xml | 127 ++++++++++++++++++ 1 file changed, 127 insertions(+) diff --git a/docs/manual/src/docbook/appendix-dependencies.xml b/docs/manual/src/docbook/appendix-dependencies.xml index abef463f25..8a8b0ac179 100644 --- a/docs/manual/src/docbook/appendix-dependencies.xml +++ b/docs/manual/src/docbook/appendix-dependencies.xml @@ -286,4 +286,131 @@ +
+ <literal>spring-security-cas</literal> + The CAS module provides integration with JA-SIG CAS. + + CAS Dependencies + + + + + + + Dependency + Version + Description + + + + + spring-security-core + + + + + spring-security-web + + + + + cas-client-core + 3.1.12 + The JA-SIG CAS Client. This is the basis of the Spring Security integration. + + + ehcache + 1.6.2 + Required if you are using the ehcache-based ticket cache (optional). + + + +
+
+
+ +
+ <literal>spring-security-openid</literal> + The OpenID module. + + OpenID Dependencies + + + + + + + Dependency + Version + Description + + + + + spring-security-core + + + + + spring-security-web + + + + + openid4java-nodeps + 0.95 + Spring Security's OpenID integration uses OpenID4Java. + + + +
+
+
+ +
+ <literal>spring-security-taglibs</literal> + Provides Spring Security's JSP tag implementations. + + Taglib Dependencies + + + + + + + Dependency + Version + Description + + + + + spring-security-core + + + + + spring-security-web + + + + + spring-security-acl + + + Required if you are using the accesscontrollist tag or + hasPermission() expressions with ACLs (optional). + + + + spring-expression + + Required if you are using SPEL expressions in your tag access constraints. + + + +
+
+
+ \ No newline at end of file