planetj.dataengine.webservices
Class DistributedSignonKey

java.lang.Object
  |
  +--planetj.dataengine.webservices.DistributedSignonKey
All Implemented Interfaces:
Serializable

public class DistributedSignonKey
extends Object
implements Serializable

Insert the type's description here. Creation date: (1/28/2003 4:55:23 PM)

See Also:
Serialized Form

Constructor Summary
DistributedSignonKey(URL pHost, int signonOpId, String pUser, String pPassword)
          SignonKey constructor comment.
 
Method Summary
 URL getHostURL()
          Insert the method's description here.
 int getSignonOpId()
          Insert the method's description here.
 String getUserName()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedSignonKey

public DistributedSignonKey(URL pHost,
                            int signonOpId,
                            String pUser,
                            String pPassword)
SignonKey constructor comment.

Method Detail

getHostURL

public URL getHostURL()
Insert the method's description here. Creation date: (1/29/2003 3:45:32 PM)


getSignonOpId

public int getSignonOpId()
Insert the method's description here. Creation date: (1/29/2003 3:45:32 PM)


getUserName

public String getUserName()
Insert the method's description here. Creation date: (1/29/2003 3:45:32 PM)