|
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.FilePasswordAuthenticator
This Authenticator ask for a username and password and compares them to declared ones stored in a file. The number of allowed attempts to enter a valid (username,password) is configurable. It needs a DisplayContext attribute in order to be able to interact with the user.
Constructor Summary | |
FilePasswordAuthenticator(String retries,
String passwordFilename)
The 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 FilePasswordAuthenticator(String retries, String passwordFilename)
retries
- the number of time the authenticator will ask the
user to retype wrong information
|
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 |