Class Server

java.lang.Object
  |
  +--Server
All Implemented Interfaces:
ServerInterface

public class Server
extends java.lang.Object
implements ServerInterface


Fields inherited from interface ServerInterface
RESERVED_NODE
 
Method Summary
static boolean authorization(UserAccountClientSide UA)
          Checks if passed argument exists in the collection and whether passwords agree
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

authorization

public static boolean authorization(UserAccountClientSide UA)
Checks if passed argument exists in the collection and whether passwords agree
Parameters:
UserAccountClientSide -  
Returns:
boolean check
REQUIRES:
MODIFIES:
EFFECTS: Checks if passed argument exists in the collection and whether passwords agree. If check succeeds, it returns true, if it fails method returns false

main

public static void main(java.lang.String[] args)