2005/5/9

     
 

class PasswordAuthentication

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::net::PasswordAuthentication Class Reference

#include <PasswordAuthentication.h>

Inheritance diagram for acdk::net::PasswordAuthentication:

acdk::lang::Object acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Public Member Functions

 PasswordAuthentication (IN(RString) username, IN(RString) password)
virtual RString getUserName ()
 Returns the username associated with this object.

virtual RString getPassword ()
 Returns the password associated with this object.


Private Attributes

RString username
 The username.

RString password

Constructor & Destructor Documentation

acdk::net::PasswordAuthentication::PasswordAuthentication IN(RString username,
IN(RString password
[inline]
 


Member Function Documentation

virtual RString acdk::net::PasswordAuthentication::getPassword  )  [inline, virtual]
 

Returns the password associated with this object.

Returns:
The password

virtual RString acdk::net::PasswordAuthentication::getUserName  )  [inline, virtual]
 

Returns the username associated with this object.

Returns:
The username


Member Data Documentation

RString acdk::net::PasswordAuthentication::password [private]
 

RString acdk::net::PasswordAuthentication::username [private]
 

The username.