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

Packages that use PasswordAuthenticator
org.objectweb.jac.aspects.authentication   
 

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.