| CSRFFilter |
|
| CSRFInterceptor |
|
| ForceLoginFilter |
This Filter forces a user to be logged in.
|
| ForceLoginScreenTypeFilter |
SSO supports a few alternate login screens for mobile and text-only user agents.
|
| ForceOldModeFilter |
This filter only makes sense if you are using a new-mode application.
|
| HandleFilter |
|
| LogoutServlet |
The LogoutServlet is necessary for new-mode SSO apps that want to be informed
when the user has logged out.
|
| ShireServlet |
What on earth is a shire?
|
| SSOClientFilter |
SSOClientFilter is responsible for checking cookies for an existing session,
looking up the details of the user if one is found, and placing this User object
into a request attribute.
|
| SSOConfigLoader |
Listener to be inserted into web.xml which will load the SSO configuration on startup.
|
| UserInWebGroupFilter |
A filter which will allow through requests only if the user is a member of a particular
Webgroup - otherwise it will redirect to the login screen.
|