|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.lyrisoft.chat.server.remote.auth.NullAuthenticator
Authenitcator that authenticates everybody
| Fields inherited from interface com.lyrisoft.chat.server.remote.IAuthenticator |
GOD, MODERATOR, NONE, SERVER, USER |
| Constructor Summary | |
NullAuthenticator()
|
|
| Method Summary | |
Auth |
authenticate(java.lang.String userId,
java.lang.String password)
Check the authentication of a user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullAuthenticator()
| Method Detail |
public Auth authenticate(java.lang.String userId,
java.lang.String password)
throws AccessDenied
IAuthenticatorauthenticate in interface IAuthenticatorcom.lyrisoft.chat.server.remote.IAuthenticatoruserId - the user idpassword - the password
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||