pleyo.com

WKAL::Credential Class Reference

List of all members.

Public Member Functions

 Credential ()
 Credential default constructor.
 Credential (const String &user, const String &password, CredentialPersistence)
 Credential constructor.
const String & user () const
 get user
const String & password () const
 get password
bool hasPassword () const
 test if Credential has password
CredentialPersistence persistence () const
 get persistence


Constructor & Destructor Documentation

WKAL::Credential::Credential (  ) 

Credential default constructor.

WKAL::Credential::Credential ( const String &  user,
const String &  password,
CredentialPersistence   
)

Credential constructor.

Parameters:
[in] : user
[in] : password
[in] : credential persistence
 Credential *c = new Credential(u, p, cp);


Member Function Documentation

const String& WKAL::Credential::user (  )  const

get user

Parameters:
[out] : user
 String u = c->user();

const String& WKAL::Credential::password (  )  const

get password

Parameters:
[out] : password
 String p = c->password();

bool WKAL::Credential::hasPassword (  )  const

test if Credential has password

Parameters:
[out] : true if Credential has password
 bool p = c->hasPassword();

CredentialPersistence WKAL::Credential::persistence (  )  const

get persistence

Parameters:
[out] : credential persistence
 CredentialPersistence cp = c->persistence();


The documentation for this class was generated from the following file:

Generated on Mon Jun 30 16:22:08 2008 for Origyn Web Browser by Doxygen 1.5.5

pleyo.com
pleyo.com