org.jboss.web.tomcat.service.sso |
|
Java Source File Name | Type | Comment |
ClusteredSingleSignOn.java | Class | 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. |
SingleSignOnEntry.java | Class | A class that represents entries in the cache of authenticated users.
author: Brian E. |
SSOClusterManager.java | Interface | Provides communications support between a SingleSignOn valve and other
such valves configured for the same hostname within a server cluster.
Implementations of this interface must declare a public no-arguments
constructor.
author: Brian E. |
TreeCacheSSOClusterManager.java | Class | An implementation of SSOClusterManager that uses a TreeCache
to share SSO information between cluster nodes.
author: Brian E. |