Package | Description |
---|---|
com.sun.enterprise.web.deploy | |
com.sun.web.security.realmadapter | |
org.apache.catalina | |
org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
org.apache.catalina.core |
Modifier and Type | Class and Description |
---|---|
class |
LoginConfigDecorator
Decorator of class
org.apache.catalina.deploy.LoginConfig |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticatorProxy.authenticate(HttpRequest request,
HttpResponse response,
LoginConfig config) |
Modifier and Type | Method and Description |
---|---|
LoginConfig |
Context.getLoginConfig()
Return the login configuration descriptor for this web application.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setLoginConfig(LoginConfig config)
Set the login configuration descriptor for this web application.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AuthenticatorBase.authenticate(HttpRequest request,
HttpResponse response,
LoginConfig config)
Authenticate the user making this request, based on the specified login configuration.
|
boolean |
DigestAuthenticator.authenticate(HttpRequest request,
HttpResponse response,
LoginConfig config)
Authenticate the user making this request, based on the specified login configuration.
|
boolean |
FormAuthenticator.authenticate(HttpRequest request,
HttpResponse response,
LoginConfig config)
Authenticate the user making this request, based on the specified login configuration.
|
boolean |
SSLAuthenticator.authenticate(HttpRequest request,
HttpResponse response,
LoginConfig config)
Authenticate the user by checking for the existence of a certificate chain, and optionally asking a trust manager to
validate that we trust this user.
|
boolean |
BasicAuthenticator.authenticate(HttpRequest request,
HttpResponse response,
LoginConfig config)
Authenticate the user making this request, based on the specified login configuration.
|
boolean |
NonLoginAuthenticator.authenticate(HttpRequest request,
HttpResponse response,
LoginConfig config)
Authenticate the user making this request, based on the specified login configuration.
|
protected void |
FormAuthenticator.forwardToErrorPage(HttpRequest request,
HttpResponse response,
LoginConfig config)
Called to forward to the error page.
|
protected void |
FormAuthenticator.forwardToLoginPage(HttpRequest request,
HttpResponse response,
LoginConfig config)
Called to forward to the login page.
|
protected void |
DigestAuthenticator.setAuthenticateHeader(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
LoginConfig config,
String nOnce,
boolean isNonceStale)
Generates the WWW-Authenticate header.
|
Modifier and Type | Method and Description |
---|---|
LoginConfig |
StandardContext.getLoginConfig()
Return the login configuration descriptor for this web application.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.setLoginConfig(LoginConfig config)
Set the login configuration descriptor for this web application.
|
Copyright © 2019. All rights reserved.