Uses of Interface
org.objectweb.jac.aspects.authentication.Authenticator

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

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

Classes in org.objectweb.jac.aspects.authentication that implement Authenticator
 class FilePasswordAuthenticator
          This Authenticator ask for a username and password and compares them to declared ones stored in a file.
 class PasswordAuthenticator
          This Authenticator ask for a username and password.
 class SystemAuthenticator
          This Authenticator gets the username from the "user.name" property.
 class TrustingAuthenticator
          This Authenticator just ask the username of the user without asking a password.
 class UserPasswordAuthenticator
          This Authenticator asks for a username and password and checks them by using the user aspect.
 

Methods in org.objectweb.jac.aspects.authentication with parameters of type Authenticator
 void AuthenticationWrapper.setAuthenticator(Authenticator authenticator)
           
 

Constructors in org.objectweb.jac.aspects.authentication with parameters of type Authenticator
AuthenticationWrapper(AspectComponent ac, Authenticator authenticator, MethodItem controller)
          Constructs a new authentication wrapper.