SEC-1195: Added internal AuthenticationManager for use by beans which are generated by the <http> block.

This commit is contained in:
Luke Taylor
2009-07-15 23:09:47 +00:00
parent 6346e31517
commit 1afa67c954
14 changed files with 237 additions and 290 deletions

View File

@@ -33,9 +33,9 @@
Uncomment to enable X509 client authentication support
<x509 />
-->
<!-- Uncomment to limit the number of sessions a user can have
<!-- Uncomment to limit the number of sessions a user can have -->
<concurrent-session-control max-sessions="1" exception-if-maximum-exceeded="true"/>
-->
</http>
<authentication-manager alias="authManager"/>