|
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.TrustingAuthentication
This class performs a trusting authentication.
It is used by the authentication wrapper.
AuthenticationWrapper
Constructor Summary | |
TrustingAuthentication()
Creates a new trusting authentication. |
Method Summary | |
void |
authenticate(String userName)
Performs the authentication of the user given by username. |
void |
authenticateWithPassword(String userName,
String password)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrustingAuthentication()
Method Detail |
public void authenticate(String userName)
userName
- the name of the user to authenticatepublic void authenticateWithPassword(String userName, String password)
|
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 |