Note that the user will be asked to provide credentials one realm at the time.
|
Public Member Functions |
| IMPORT_C | ~CSIPHttpDigest () |
| IMPORT_C void | SetCredentialsL (const TDesC8 &aOutboundProxy, const TDesC8 &aRealm, const TDesC8 &aUsername, const TDesC8 &aPasswd) |
| | Sets credentials for the realm of the outbound proxy.
|
| IMPORT_C void | SetCredentialsL (const TDesC8 &aRealm, const TDesC8 &aUsername, const TDesC8 &aPasswd) |
| | Sets parameters for the realm.
|
| IMPORT_C TInt | RemoveCredentials (const TDesC8 &aRealm) |
| | Removes all set credentials for the realm.
|
| IMPORT_C TInt | RemoveCredentials () |
| | Removes all set credentials by the user.
|
| IMPORT_C void | SetObserver (MSIPHttpDigestChallengeObserver &aObserver) |
| | Sets the observer to listen for the possible received challenges.
|
| IMPORT_C TInt | IgnoreChallenge (const TDesC8 &aRealm) |
| | Ignores the challenge for the realm.
|
| void | CSIPDeleted () |
| void | SetCredentialParamsL (const TDesC8 &aRealm, const TDesC8 &aUsername, const TDesC8 &aPasswd, const TDesC8 &aOutboundProxy) const |
| TInt | RemoveCredentialParams (const TDesC8 &aRealm) const |
Static Public Member Functions |
| static IMPORT_C CSIPHttpDigest * | NewL (CSIP &aSIP, MSIPHttpDigestChallengeObserver &aObserver) |
| | Two-phased constructor.
|
| static IMPORT_C CSIPHttpDigest * | NewLC (CSIP &aSIP, MSIPHttpDigestChallengeObserver &aObserver) |
| | Two-phased constructor.
|