All Classes and Interfaces

Class
Description
Base SSOInterceptor which adds possibility to be initialized either through Servlet API or through eXo kernel
 
 
Valve for adding HttpServletRequest and HttpServletResponse into threadLocal so that it can be accessed from Login Modules during authentication.
Filter will delegate to SSO interceptors
 
Delegates work to another login module configured through option 'delegateClassName'
Delegates work to another valve configured through option 'delegateValveClassName'.
Kernel component, which holds references to all configured SSOInterceptor instances
Kernel component, which holds references to all configured SSOInterceptor instances
Kernel plugin for adding SSOInterceptor into chain
SSOInterceptor is actually filter, which can be configured through exo kernel
Context, which encapsulates all initialization configuration about SSOInterceptor and is able to recognize whether interceptor was initialized through exo kernel or through Servlet API (old way)
 
Helper with various utils