Class Summary |
HttpSessionReuseDetectionFilter |
Detects when an HTTP session which contains a logged-in user (as indicated by
request.getRemoteUser() ) is attempting to authenticate again
without logging out. |
PentahoLogoutHandler |
Pentaho behavior that should be invoked when a web user logs out. |
RequestParameterAuthenticationFilter |
Processes Request Parameter authorization, putting the result
into the SecurityContextHolder . |
RequestParameterFilterEntryPoint |
Used by the SecurityEnforcementFilter to commence
authentication via the BasicProcessingFilter . |
SecurityStartupFilter |
Filter that does the following:
Synchronize Pentaho session with Spring Security's authenticated user.
Run session startup actions when a user has just logged in. |