|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.aspects.authentication.PasswordAuthenticator | +--org.objectweb.jac.aspects.authentication.UserPasswordAuthenticator
This Authenticator asks for a username and password and checks them by using the user aspect.
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 |
public UserPasswordAuthenticator(String userAspectName)
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>
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |