| Package | Description |
|---|---|
| com.sun.web.security.realmadapter | |
| org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatorProxy |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2019. All rights reserved.