com.bluestream.xdb
Interface AuthenticationInfo

All Known Implementing Classes:
HTTPDigestAuthInfo, SimpleAuthInfo

public interface AuthenticationInfo

Client-side interface to represent either SimpleAuthInfo or HTTPDigestAuthInfo


Field Summary
static String c_realm
           
 
Method Summary
 String getEncryptedPassword()
           
 String getUserName()
          Returns the user name which this object was initialized with.
 void serialize(DataOutputStream byteOut)
           
 

Field Detail

c_realm

public static final String c_realm
See Also:
Constant Field Values
Method Detail

getUserName

public String getUserName()
Returns the user name which this object was initialized with.


serialize

public void serialize(DataOutputStream byteOut)
               throws IOException,
                      XDBException
Throws:
IOException
XDBException

getEncryptedPassword

public String getEncryptedPassword()


Copyright 2006 Bluestream Database Software Corp. All Rights Reserved.