TPbapAuthNotifierResponse Class Reference
class TPbapAuthNotifierResponse
|
Response data from the PBAP authentication notifier plugin
Constructor & Destructor Documentation
TPbapAuthNotifierResponse()
IMPORT_C
|
TPbapAuthNotifierResponse
|
(
|
)
|
|
Constructor. Sets iValidPassword to EFalse;
Member Functions Documentation
IsValidPassword()
IMPORT_C
TBool
|
IsValidPassword
|
(
|
)
|
const
|
Returns ETrue if the password has been set.
Password()
IMPORT_C const
TDesC
&
|
Password
|
(
|
)
|
const
|
Returns the password contained within these params.
ResetPassword()
IMPORT_C void
|
ResetPassword
|
(
|
)
|
|
Clears any password contained within these params.
SetPassword(const TDesC &)
IMPORT_C
TBool
|
SetPassword
|
(
|
const
TDesC
&
|
aPassword
|
)
|
|
Sets the password to aPassword. If the length of aPassword is greater than the maximum length of iPassword then the password will not be set and EFalse will be returned.
Parameters
const
TDesC
& aPassword
|
"The Authentication Password"
|
Member Data Documentation
TBuf< KPbapAuthPasswordLength > iPassword
The password used to create the challenge response.
TBool
iValidPassword
TBool
|
iValidPassword
|
[private]
|
ETrue if iPassword has been set, EFalse if not
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.