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 | |
GerritAuthModule |
Configures filter for authenticating REST requests.
|
GetUserFilter |
Stores user as a request attribute and/or response header, so servlets and reverse proxies can
access it outside of the request/response scope.
|
GetUserFilter.Module | |
GitOverHttpModule |
Configures Git access over HTTP with authentication.
|
GitOverHttpServlet |
Serves Git repositories over HTTP.
|
GitOverHttpServlet.Metrics | |
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 | |
NumericChangeIdRedirectServlet |
Redirects
domain.tld/123 to domain.tld/c/project/+/123 . |
QueryDocumentationFilter | |
RemoteUserUtil | |
RequestCleanupFilter |
Executes any pending
RequestCleanup at the end of a request. |
RequestContextFilter |
Set the request context for the downstream filters and invocation.
|
RequestMetrics | |
RequestMetricsFilter | |
RequireSslFilter |
Requires the connection to use SSL, redirects if not.
|
RequireSslFilter.Module | |
SetThreadNameFilter | |
UniversalWebLoginFilter | |
WebModule | |
WebSessionManager | |
WebSessionManager.Val | |
WebSshGlueModule |
Pulls objects from the SSH injector over the HTTP injector.
|
XsrfConstants |
XSRF Constants.
|
XsrfCookieFilter |