Package org.jboss.web.tomcat.tc5.sso

Interface Summary
SSOClusterManager (src) Provides communications support between a SingleSignOn valve and other such valves configured for the same hostname within a server cluster.
 

Class Summary
ClusteredSingleSignOn (src) A Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propogated to other web applications in the same security domain.
TreeCacheSSOClusterManager (src) An implementation of SSOClusterManager that uses a TreeCache to share SSO information between cluster nodes.
TreeCacheSSOClusterManager.SSOCredentials (src) Private class used to store authentication credentials in the TreeCache.