Uses of Class
org.apache.catalina.authenticator.AuthenticatorBase
-
Packages that use AuthenticatorBase Package Description com.sun.web.security.realmadapter org.apache.catalina.authenticator This package containsAuthenticatorimplementations for the various supported authentication methods (BASIC, DIGEST, and FORM). -
-
Uses of AuthenticatorBase in com.sun.web.security.realmadapter
Subclasses of AuthenticatorBase in com.sun.web.security.realmadapter Modifier and Type Class Description classAuthenticatorProxy -
Uses of AuthenticatorBase in org.apache.catalina.authenticator
Subclasses of AuthenticatorBase in org.apache.catalina.authenticator Modifier and Type Class Description classBasicAuthenticatorAn Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication."classDigestAuthenticatorAn Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).classFormAuthenticatorAn Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.classNonLoginAuthenticatorAn Authenticator and Valve implementation that checks only security constraints not involving user authentication.classSSLAuthenticatorAn Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users.
-