Package rabbit.filter.authenticate

The classes that rabbit uses to perform authentication against different resources.

See:
          Description

Interface Summary
Authenticator Something that can authenticate users using some kind of database.
 

Class Summary
AuthUserInfo Information about an authenticated user.
PlainFileAuthenticator An authenticator that reads username and passwords from a plain text file.
SQLAuthenticator An authenticator that checks the username/password against an sql database.
 

Package rabbit.filter.authenticate Description

The classes that rabbit uses to perform authentication against different resources.