pleyo.com

WKAL::AuthenticationChallengeBase Class Reference

Inheritance diagram for WKAL::AuthenticationChallengeBase:

WKAL::AuthenticationChallenge

List of all members.

Public Member Functions

 AuthenticationChallengeBase ()
 AuthenticationChallengeBase default constructor.
 AuthenticationChallengeBase (const ProtectionSpace &protectionSpace, const Credential &proposedCredential, unsigned previousFailureCount, const ResourceResponse &response, const ResourceError &error)
 AuthenticationChallengeBase constructor.
unsigned previousFailureCount () const
 get previous failure count
const CredentialproposedCredential () const
 get proposed credential
const ProtectionSpaceprotectionSpace () const
 get protection space
const ResourceResponsefailureResponse () const
 get failure response
const ResourceErrorerror () const
 error
bool isNull () const
 test if AuthenticationChallengeBase is null
void nullify ()
 nullify

Static Public Member Functions

static bool compare (const AuthenticationChallenge &a, const AuthenticationChallenge &b)
 compare

Static Protected Member Functions

static bool platformCompare (const AuthenticationChallengeBase &a, const AuthenticationChallengeBase &b)
 platform compare

Protected Attributes

bool m_isNull
ProtectionSpace m_protectionSpace
Credential m_proposedCredential
unsigned m_previousFailureCount
ResourceResponse m_failureResponse
ResourceError m_error


Constructor & Destructor Documentation

WKAL::AuthenticationChallengeBase::AuthenticationChallengeBase (  ) 

WKAL::AuthenticationChallengeBase::AuthenticationChallengeBase ( const ProtectionSpace protectionSpace,
const Credential proposedCredential,
unsigned  previousFailureCount,
const ResourceResponse response,
const ResourceError error 
)

AuthenticationChallengeBase constructor.

Parameters:
[in] : protection space
[in] : proposed credential
[in] : previous failure count
[in] : resource response
[in] : error


Member Function Documentation

unsigned WKAL::AuthenticationChallengeBase::previousFailureCount (  )  const

get previous failure count

Parameters:
[out] : failure count
 unsigned c = a->previousFailureCount();

const Credential& WKAL::AuthenticationChallengeBase::proposedCredential (  )  const

get proposed credential

Parameters:
[out] : proposed credential
 Credential c = a->proposedCredential();

const ProtectionSpace& WKAL::AuthenticationChallengeBase::protectionSpace (  )  const

get protection space

Parameters:
[out] : protection space
 ProtectionSpace s = a->protectionSpace();

const ResourceResponse& WKAL::AuthenticationChallengeBase::failureResponse (  )  const

get failure response

Parameters:
[out] : failure response
 ResourceResponse r = a->failureResponse();

const ResourceError& WKAL::AuthenticationChallengeBase::error (  )  const

error

Parameters:
[out] : resource error
 ResourceError e = a->error();

bool WKAL::AuthenticationChallengeBase::isNull (  )  const

test if AuthenticationChallengeBase is null

Parameters:
[out] : true if AuthenticationChallengeBase is null
 bool n = a->isNull();

void WKAL::AuthenticationChallengeBase::nullify (  ) 

nullify

 a->nullify();

static bool WKAL::AuthenticationChallengeBase::compare ( const AuthenticationChallenge a,
const AuthenticationChallenge b 
) [static]

compare

Parameters:
[in] : AuthenticationChallenge
[in] : AuthenticationChallenge
[out] : true if the two AuthenticationChallenge is equal

static bool WKAL::AuthenticationChallengeBase::platformCompare ( const AuthenticationChallengeBase a,
const AuthenticationChallengeBase b 
) [static, protected]

platform compare

Parameters:
[in] : AuthenticationChallengeBase
[in] : AuthenticationChallengeBase
[out] : true if the two AuthenticationChallenge is equal


Member Data Documentation


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