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