Interface | Description |
---|---|
AuthenticationContainerDiscovery |
SPI to allow various containers to discover and hook up needed configuration
changes to
AuthenticationConfiguration so hawtio AuthenticationFilter
can integrate with the container easily. |
Class | Description |
---|---|
AuthenticationConfiguration | |
AuthenticationFilter |
Filter for authentication.
|
LoginRedirectFilter |
Redirect to login page when authentication is enabled.
|
LoginServlet |
Login servlet
|
LogoutServlet |
Logout servlet
|
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
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.