com.lyrisoft.chat.server.remote.auth
Class PasswdRecord

java.lang.Object
  |
  +--com.lyrisoft.chat.server.remote.auth.PasswdRecord

public class PasswdRecord
extends java.lang.Object

Represents a line in the passwd file. All fields are public


Field Summary
 int access
           
 java.lang.String passwd
           
 java.lang.String userId
           
 
Constructor Summary
PasswdRecord(java.lang.String userId, int access, java.lang.String cryptedPasswd)
          Constructor for convenience
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

public java.lang.String userId

passwd

public java.lang.String passwd

access

public int access
Constructor Detail

PasswdRecord

public PasswdRecord(java.lang.String userId,
                    int access,
                    java.lang.String cryptedPasswd)
Constructor for convenience


Copyright © 2000-2002 Taso Lyristis