|
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.TrustingAuthenticator
This Authenticator just ask the username of the user without asking a password. It just trusts the user to enter the correct username. It needs a DisplayContext attribute in order to be able to interact with the user.
Constructor Summary | |
TrustingAuthenticator()
|
Method Summary | |
void |
askUsername(String username)
|
String |
authenticate()
Authenticates the current user. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrustingAuthenticator()
Method Detail |
public String authenticate() throws AuthenticationFailedException
Authenticator
authenticate
in interface Authenticator
AuthenticationFailedException
public void askUsername(String username)
|
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 |