Interface | Description |
---|---|
ProxyProperties | |
WebLoginListener |
Allows to listen and override the reponse to login/logout web actions.
|
WebSession | |
WebSessionManagerFactory |
Class | Description |
---|---|
AllRequestFilter |
Filters all HTTP requests passing through the server.
|
CacheBasedWebSession | |
CanonicalWebUrl | |
GetUserFilter |
Stores user as a request attribute, so servlets can access it outside of the request scope.
|
GetUserFilter.Module | |
GitOverHttpModule |
Configures Git access over HTTP with authentication.
|
GitOverHttpServlet |
Serves Git repositories over HTTP.
|
H2CacheBasedWebSession | |
HtmlDomUtil |
Utility functions to deal with HTML using W3C DOM operations.
|
HttpCanonicalWebUrlProvider |
Sets
CanonicalWebUrl to current HTTP request if not configured. |
HttpLogoutServlet | |
HttpServletResponseRecorder |
HttpServletResponse wrapper to allow response status code override.
|
LoginUrlToken | |
RemoteUserUtil | |
RequestContextFilter |
Executes any pending
RequestCleanup at the end of a request. |
RequestMetrics | |
RequestMetricsFilter | |
RequireSslFilter |
Requires the connection to use SSL, redirects if not.
|
RequireSslFilter.Module | |
UniversalWebLoginFilter | |
WebModule | |
WebSessionManager | |
WebSessionManager.Val | |
WebSshGlueModule |
Pulls objects from the SSH injector over the HTTP injector.
|
XsrfCookieFilter |