| 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.
|
| PentahoBasicAuthenticationEntryPoint |
|
| PentahoBasicPostProcessingFilter |
PentahoBasicPostProcessingFilter is used to invalidate a browsers cached Basic-Auth credentials.
|
| PentahoBasicProcessingFilter |
This class's sole purpose is to defeat the persistence of Basic-Auth credentials in the browser.
|
| PentahoLogoutHandler |
Hitachi Vantara behavior that should be invoked when a web user logs out.
|
| PreAuthenticatedFilter |
This filter handles the assignment of IPentahoSession and Authentication based on a previously stored in the
IPreAuthenticatedSessionHolder.
|
| PreventBruteForceAuthenticationFailureListener |
|
| PreventBruteForceSavedRequestAwareAuthenticationSuccessHandler |
|
| PreventBruteForceUsernamePasswordAuthenticationFilter |
|
| RequestParameterAuthenticationFilter |
Processes Request Parameter authorization, putting the result into the SecurityContextHolder.
|
| RequestParameterFilterEntryPoint |
|
| UsernameSubstringPreAuthenticatedProcessingFilter |
|