org.objectweb.jac.aspects.authentication
Class UserPasswordAuthenticator

java.lang.Object
  extended byorg.objectweb.jac.aspects.authentication.PasswordAuthenticator
      extended byorg.objectweb.jac.aspects.authentication.UserPasswordAuthenticator
All Implemented Interfaces:
Authenticator

public class UserPasswordAuthenticator
extends PasswordAuthenticator

This Authenticator asks for a username and password and checks them by using the user aspect.

See Also:
UserAC

Constructor Summary
UserPasswordAuthenticator(String userAspectName)
          Constructor.
 
Methods inherited from class org.objectweb.jac.aspects.authentication.PasswordAuthenticator
askUsernameAndPassword, authenticate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPasswordAuthenticator

public UserPasswordAuthenticator(String userAspectName)
Constructor.

Parameters:
userAspectName - the name of the user aspect for the configured application (note that we should implement a means to resolve an aspect). It has the form <application_name>.<aspect_name>