| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpManagementConfiguration<X extends HttpManagementConfiguration<X>> |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpManagement |
| Modifier and Type | Method and Description |
|---|---|
static HttpManagementConfiguration |
HttpManagementUtil.getManagementConfiguration(javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
Subject |
HttpRequestPreemptiveAuthenticator.attemptAuthentication(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration configuration) |
static void |
HttpManagementUtil.checkRequestAuthenticatedAndAccessAuthorized(javax.servlet.http.HttpServletRequest request,
Broker broker,
HttpManagementConfiguration managementConfig) |
HttpRequestInteractiveAuthenticator.AuthenticationHandler |
HttpRequestInteractiveAuthenticator.getAuthenticationHandler(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration configuration) |
HttpRequestInteractiveAuthenticator.LogoutHandler |
HttpRequestInteractiveAuthenticator.getLogoutHandler(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration configuration) |
static OutputStream |
HttpManagementUtil.getOutputStream(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HttpManagementConfiguration managementConfiguration) |
static boolean |
HttpManagementUtil.isCompressingAccepted(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration managementConfiguration) |
static Subject |
HttpManagementUtil.tryToAuthenticate(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration managementConfig) |
| Modifier and Type | Method and Description |
|---|---|
Subject |
SSLClientCertPreemptiveAuthenticator.attemptAuthentication(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration managementConfig) |
Subject |
OAuth2PreemptiveAuthenticator.attemptAuthentication(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration configuration) |
Subject |
BasicAuthPreemptiveAuthenticator.attemptAuthentication(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration managementConfiguration) |
Subject |
AnonymousPreemptiveAuthenticator.attemptAuthentication(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration managementConfig) |
HttpRequestInteractiveAuthenticator.AuthenticationHandler |
UsernamePasswordInteractiveLogin.getAuthenticationHandler(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration configuration) |
HttpRequestInteractiveAuthenticator.AuthenticationHandler |
OAuth2InteractiveAuthenticator.getAuthenticationHandler(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration configuration) |
HttpRequestInteractiveAuthenticator.LogoutHandler |
UsernamePasswordInteractiveLogin.getLogoutHandler(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration configuration) |
HttpRequestInteractiveAuthenticator.LogoutHandler |
OAuth2InteractiveAuthenticator.getLogoutHandler(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpManagementConfiguration |
AbstractServlet.getManagementConfiguration() |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.