org.objectweb.jac.aspects.authentication
Class UserPasswordAuthenticator
java.lang.Object
|
+--org.objectweb.jac.aspects.authentication.PasswordAuthenticator
|
+--org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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>