SilverStream
Application Server 3.5

com.sssw.rt.util
Class AgoUserLoginInfo

java.lang.Object
 |
 +--com.sssw.rt.util.AgoUserLoginInfo
All Implemented Interfaces:
Serializable

public class AgoUserLoginInfo
extends Object
implements Serializable

User Login information returned by prompt() method. Serializable, so it can be passed across the wire if necessary.

See Also:
Serialized Form

Constructor Summary
AgoUserLoginInfo(String encoded)
          Construct a login info structure, given a user name/password pair in the Base64-encoded form used by HTTP Basic authentication.
AgoUserLoginInfo(String username, String password)
          Construct a login info structure, given a user name and unencoded password.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgoUserLoginInfo

public AgoUserLoginInfo(String username,
                        String password)
Construct a login info structure, given a user name and unencoded password.

AgoUserLoginInfo

public AgoUserLoginInfo(String encoded)
Construct a login info structure, given a user name/password pair in the Base64-encoded form used by HTTP Basic authentication.

SilverStream
Application Server 3.5