com.bluestream.xdb
Interface AuthenticationInfo
- All Known Implementing Classes:
- HTTPDigestAuthInfo, SimpleAuthInfo
- public interface AuthenticationInfo
Client-side interface to represent either SimpleAuthInfo or HTTPDigestAuthInfo
c_realm
public static final String c_realm
- See Also:
- Constant Field Values
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.