|
Class Summary |
| AuthFilter |
ServletFilter to intercept requests and ensure they're authenticated and
authorized. |
| BasicAuthFilter |
Filter for providing basic authentication support. |
| BasicOrDigestAuthFilter |
AuthFilter that will use either basic or digest authentication. |
| DigestAuthFilter |
AuthFilter implementating digest authentication. |
| FormAuthFilter |
Handler for form-based authenticators. |
| PropPasswdAuthAdaptor |
|
| SimpleAuthAdaptor |
PasswordCheckingAuthAdaptor that returns true for any user when the role is
authenticated, and returns a Principal for any user with the password
of mypass. |