#include <AuthenticationChallenge.h>
|
| AuthenticationChallenge () |
|
WEBCORE_EXPORT | AuthenticationChallenge (const ProtectionSpace &, const Credential &proposedCredential, unsigned previousFailureCount, const ResourceResponse &, const ResourceError &) |
|
WEBCORE_EXPORT | AuthenticationChallenge (NSURLAuthenticationChallenge *) |
|
id | sender () const |
|
NSURLAuthenticationChallenge * | nsURLAuthenticationChallenge () const |
|
WEBCORE_EXPORT void | setAuthenticationClient (AuthenticationClient *) |
|
WEBCORE_EXPORT AuthenticationClient * | authenticationClient () const |
|
| AuthenticationChallenge () |
|
WEBCORE_EXPORT | AuthenticationChallenge (const ProtectionSpace &, const Credential &proposedCredential, unsigned previousFailureCount, const ResourceResponse &, const ResourceError &) |
|
WEBCORE_EXPORT | AuthenticationChallenge (NSURLAuthenticationChallenge *) |
|
id | sender () const |
|
NSURLAuthenticationChallenge * | nsURLAuthenticationChallenge () const |
|
WEBCORE_EXPORT void | setAuthenticationClient (AuthenticationClient *) |
|
WEBCORE_EXPORT AuthenticationClient * | authenticationClient () const |
|
| AuthenticationChallenge () |
|
| AuthenticationChallenge (const ProtectionSpace &protectionSpace, const Credential &proposedCredential, unsigned previousFailureCount, const ResourceResponse &response, const ResourceError &error) |
|
AuthenticationClient * | authenticationClient () const |
|
void | setAuthenticationClient (AuthenticationClient *client) |
|
| AuthenticationChallenge () |
|
| AuthenticationChallenge (const ProtectionSpace &protectionSpace, const Credential &proposedCredential, unsigned previousFailureCount, const ResourceResponse &response, const ResourceError &error) |
|
| AuthenticationChallenge (SoupMessage *, SoupAuth *, bool retrying, AuthenticationClient *=nullptr) |
|
AuthenticationClient * | authenticationClient () const |
|
SoupAuth * | soupAuth () const |
|
void | setProposedCredential (const Credential &credential) |
|
WEBCORE_EXPORT | AuthenticationChallengeBase () |
|
| AuthenticationChallengeBase (const ProtectionSpace &protectionSpace, const Credential &proposedCredential, unsigned previousFailureCount, const ResourceResponse &response, const ResourceError &error) |
|
WEBCORE_EXPORT unsigned | previousFailureCount () const |
|
WEBCORE_EXPORT const Credential & | proposedCredential () const |
|
WEBCORE_EXPORT const ProtectionSpace & | protectionSpace () const |
|
WEBCORE_EXPORT const ResourceResponse & | failureResponse () const |
|
WEBCORE_EXPORT const ResourceError & | error () const |
|
WEBCORE_EXPORT bool | isNull () const |
|
WEBCORE_EXPORT void | nullify () |
|
WEBCORE_EXPORT | AuthenticationChallengeBase () |
|
| AuthenticationChallengeBase (const ProtectionSpace &protectionSpace, const Credential &proposedCredential, unsigned previousFailureCount, const ResourceResponse &response, const ResourceError &error) |
|
WEBCORE_EXPORT unsigned | previousFailureCount () const |
|
WEBCORE_EXPORT const Credential & | proposedCredential () const |
|
WEBCORE_EXPORT const ProtectionSpace & | protectionSpace () const |
|
WEBCORE_EXPORT const ResourceResponse & | failureResponse () const |
|
WEBCORE_EXPORT const ResourceError & | error () const |
|
WEBCORE_EXPORT bool | isNull () const |
|
WEBCORE_EXPORT void | nullify () |
|
◆ AuthenticationChallenge() [1/11]
WebCore::AuthenticationChallenge::AuthenticationChallenge |
( |
| ) |
|
|
inline |
◆ AuthenticationChallenge() [2/11]
◆ AuthenticationChallenge() [3/11]
◆ AuthenticationChallenge() [4/11]
WebCore::AuthenticationChallenge::AuthenticationChallenge |
( |
| ) |
|
|
inline |
◆ AuthenticationChallenge() [5/11]
◆ AuthenticationChallenge() [6/11]
◆ AuthenticationChallenge() [7/11]
WebCore::AuthenticationChallenge::AuthenticationChallenge |
( |
| ) |
|
|
inline |
◆ AuthenticationChallenge() [8/11]
◆ AuthenticationChallenge() [9/11]
WebCore::AuthenticationChallenge::AuthenticationChallenge |
( |
| ) |
|
|
inline |
◆ AuthenticationChallenge() [10/11]
◆ AuthenticationChallenge() [11/11]
◆ authenticationClient() [1/4]
◆ authenticationClient() [2/4]
◆ authenticationClient() [3/4]
◆ authenticationClient() [4/4]
◆ nsURLAuthenticationChallenge() [1/2]
◆ nsURLAuthenticationChallenge() [2/2]
◆ sender() [1/2]
id WebCore::AuthenticationChallenge::sender |
( |
| ) |
const |
|
inline |
◆ sender() [2/2]
id WebCore::AuthenticationChallenge::sender |
( |
| ) |
const |
|
inline |
◆ setAuthenticationClient() [1/3]
◆ setAuthenticationClient() [2/3]
◆ setAuthenticationClient() [3/3]
◆ setProposedCredential()
void WebCore::AuthenticationChallenge::setProposedCredential |
( |
const Credential & |
credential | ) |
|
|
inline |
◆ soupAuth()
SoupAuth* WebCore::AuthenticationChallenge::soupAuth |
( |
| ) |
const |
|
inline |
◆ AuthenticationChallengeBase
◆ m_authenticationClient
The documentation for this class was generated from the following files: