net.agmodel.metBroker
Class User

java.lang.Object
  extended bynet.agmodel.metBroker.User
All Implemented Interfaces:
Serializable

public class User
extends Object
implements Serializable

MetBroker user

Author:
Matthew Laurenson
See Also:
Serialized Form

Constructor Summary
User(String aName, String aPassword)
           
 
Method Summary
 void addPassword(String sourceID, String usercode, String password)
           
 boolean checkPassword(String aPassword)
           
 String getPassword(String sourceID)
           
 String getUsercode(String sourceID)
           
 boolean hasPassword(String sourceID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User(String aName,
            String aPassword)
Method Detail

checkPassword

public boolean checkPassword(String aPassword)

addPassword

public void addPassword(String sourceID,
                        String usercode,
                        String password)

hasPassword

public boolean hasPassword(String sourceID)

getUsercode

public String getUsercode(String sourceID)

getPassword

public String getPassword(String sourceID)


Copyright (C) NARC 2001 All Rights Reserved.