Uses of Class
org.objectweb.jac.aspects.authentication.PasswordAuthenticator

Packages that use PasswordAuthenticator
org.objectweb.jac.aspects.authentication Provides an aspect to handle authentication in JAC applications.  
 

Uses of PasswordAuthenticator in org.objectweb.jac.aspects.authentication
 

Subclasses of PasswordAuthenticator in org.objectweb.jac.aspects.authentication
 class FilePasswordAuthenticator
          This Authenticator ask for a username and password and compares them to declared ones stored in a file.
 class UserPasswordAuthenticator
          This Authenticator asks for a username and password and checks them by using the user aspect.