Uses of Interface
rabbit.filter.authenticate.Authenticator

Packages that use Authenticator
rabbit.filter.authenticate The classes that rabbit uses to perform authentication against different resources. 
 

Uses of Authenticator in rabbit.filter.authenticate
 

Classes in rabbit.filter.authenticate that implement Authenticator
 class PlainFileAuthenticator
          An authenticator that reads username and passwords from a plain text file.
 class SQLAuthenticator
          An authenticator that checks the username/password against an sql database.