Package com.lyrisoft.chat.server.remote.auth

Authenticator abstraction

See:
          Description

Class Summary
NullAuthenticator Authenitcator that authenticates everybody
Passwd Represents a unix-style passwd file with three colon-delimited fields: userId (String) access level (int) crypted password (String)
PasswdAuthenticator Authenitcator that reads from a password file.
PasswdRecord Represents a line in the passwd file.
 

Package com.lyrisoft.chat.server.remote.auth Description

Authenticator abstraction



Copyright © 2000-2002 Taso Lyristis