Документ взят из кэша поисковой машины. Адрес оригинального документа : http://angel.cs.msu.su/projects/system/javadoc/common/AuthRequest.html
Дата изменения: Tue Dec 21 00:38:44 2004
Дата индексирования: Sat Apr 9 23:56:41 2016
Кодировка:
AuthRequest

common
Class AuthRequest

java.lang.Object
  extended bycommon.GeneralRequest
      extended bycommon.AuthRequest
All Implemented Interfaces:
java.io.Serializable

public class AuthRequest
extends GeneralRequest

See Also:
Serialized Form

Field Summary
 
Fields inherited from class common.GeneralRequest
password, username
 
Constructor Summary
AuthRequest(java.lang.String username, java.lang.String password)
           
 
Methods inherited from class common.GeneralRequest
getPassword, getUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthRequest

public AuthRequest(java.lang.String username,
                   java.lang.String password)