| AuthenticationConfiguration |
|
| AuthenticationFilter |
Filter for authentication.
|
| AuthSessionHelpers |
Helpers for authentication and authorization on HTTP sessions.
|
| LoginRedirectFilter |
Redirect to login page when authentication is enabled.
|
| LoginServlet |
Login servlet
|
| LogoutServlet |
Logout servlet
|
| Redirector |
Helper class to perform redirects and forwards which can also be made aware of the Hawtio context path configured for Spring Boot
|
| RelativeRequestUri |
URI path relative to a given index.
|
| SessionExpiryFilter |
If the user has a session, this will ensure it will expire if the user hasn't clicked on any links
within the session expiry period
|
| UserServlet |
Returns the username associated with the current session, if any
|