Package | Description |
---|---|
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 | Method and Description |
---|---|
Authenticator |
Context.getAuthenticator()
Return the authenticator that is configured for this context, or
null if no authenticator has been configured.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setAuthenticator(Authenticator authenticator)
Set the authenticator for this context.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatorBase
Basic implementation of the Valve interface that enforces the
<security-constraint> elements in the web application
deployment descriptor. |
class |
BasicAuthenticator
An Authenticator and Valve implementation of HTTP BASIC
Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic
and Digest Access Authentication."
|
class |
DigestAuthenticator
An Authenticator and Valve implementation of HTTP DIGEST
Authentication (see RFC 2069).
|
class |
FormAuthenticator
An Authenticator and Valve implementation of FORM BASED
Authentication, as described in the Servlet API Specification, Version 2.2.
|
class |
NonLoginAuthenticator
An Authenticator and Valve implementation that checks
only security constraints not involving user authentication.
|
class |
SSLAuthenticator
An Authenticator and Valve implementation of authentication
that utilizes SSL certificates to identify client users.
|
Modifier and Type | Field and Description |
---|---|
protected Authenticator |
StandardContext.authenticator
The application authenticator for this Context.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
StandardContext.getAuthenticator()
Return the application authenticator for this Context.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.setAuthenticator(Authenticator authenticator)
Set the application authenticator for this Context.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.