See: Description
Class | Description |
---|---|
CachedSocketFactory |
A custom SocketFactory that can be instantiated by reflection (As required by JNDI) but
generates SSL sockets cached in a thread-local
|
DefaultSocketFactory |
A custom SocketFactory that can be instantiated by reflection (As required by JNDI) but
generates SSL sockets configured by the default
SSLContext cached in the SSLService
The SSLService.makeDefaultContext() method needs to have been called first to populate the cache. |
SSLService |
Service for creating
SSLContext objects configured from
the AppContext
Once created the |