Package org.pentaho.platform.web.http.security

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