public interface HttpRequestInteractiveAuthenticator extends Pluggable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HttpRequestInteractiveAuthenticator.AuthenticationHandler |
static interface |
HttpRequestInteractiveAuthenticator.LogoutHandler |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestInteractiveAuthenticator.AuthenticationHandler |
getAuthenticationHandler(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration configuration) |
HttpRequestInteractiveAuthenticator.LogoutHandler |
getLogoutHandler(javax.servlet.http.HttpServletRequest request,
HttpManagementConfiguration configuration) |
HttpRequestInteractiveAuthenticator.AuthenticationHandler getAuthenticationHandler(javax.servlet.http.HttpServletRequest request, HttpManagementConfiguration configuration)
HttpRequestInteractiveAuthenticator.LogoutHandler getLogoutHandler(javax.servlet.http.HttpServletRequest request, HttpManagementConfiguration configuration)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.