Package com.caucho.http.security

Interface Summary
ServletAuthenticator Used in conjunction with AbstractLogin to authenticate users in a servlet request.
 

Class Summary
AbstractAuthenticator All applications should extend AbstractAuthenticator to implement their custom authenticators.
AbstractConstraint  
AbstractLogin Used to authenticate users in a servlet request.
AuthenticatorAdapter Adapter for old-style authentication.
BasicLogin Implements the "basic" auth-method.
DigestLogin Implements the "digest" auth-method.
ErrorFilter  
ForbidHost A class to forbid hosts by IP.
FormLogin Used to authenticate users in a servlet request.
FormLoginServlet  
JdbcAuthenticator An authenticator using JDBC.
NullAuthenticator The null authenticator creates a dummy user.
PasswordDigest Extracts a digestified username/password from the request.
RoleConstraint  
SecurityFilter  
TransportConstraint  
XmlAuthenticator The XML authenticator reads a static file for authentication.