Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.catalina.authenticator

Class Summary
AuthenticatorBase Basic implementation of the Valve interface that enforces the <security-constraint> elements in the web application deployment descriptor.
BasicAuthenticator An Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication."
Constants  
DigestAuthenticator An Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).
FormAuthenticator An Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.
NonLoginAuthenticator An Authenticator and Valve implementation that checks only security constraints not involving user authentication.
SavedRequest Object that saves the critical information from a request so that form-based authentication can reproduce it once the user has been authenticated.
SingleSignOn A Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propogated to other web applications in the same security domain.
SingleSignOnEntry A class that represents entries in the cache of authenticated users.
SSLAuthenticator An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users.