| java.lang.Object org.apache.geronimo.corba.security.SSLSessionManager
SSLSessionManager | final public class SSLSessionManager (Code) | | Stores requests' SSL sessions so that they may be shared amongst portable
interceptors. We use this singleton instead of using a ThreadLocal
because we cannot guarantee that interceptors will be called under
the same thread for a single request.
TODO: There may be an error where the interceptor does not remove the
registered session. We should have a daemon that cleans up old requests.
version: $Revision: 451417 $ $Date: 2006-09-29 13:13:22 -0700 (Fri, 29 Sep 2006) $ |
setSSLSession | public static void setSSLSession(int requestId, SSLSession session)(Code) | | |
|
|