#include <AuthenticationChallenge.h>
Public Member Functions | |
| AuthenticationChallenge () | |
| AuthenticationChallenge (const ProtectionSpace &protectionSpace, const Credential &proposedCredential, unsigned previousFailureCount, const ResourceResponse &response, const ResourceError &error) | |
| unsigned | previousFailureCount () const |
| const Credential & | proposedCredential () const |
| const ProtectionSpace & | protectionSpace () const |
| const ResourceResponse & | failureResponse () const |
| const ResourceError & | error () const |
| bool | isNull () const |
| void | nullify () |
| WebCore::AuthenticationChallenge::AuthenticationChallenge | ( | ) |
| WebCore::AuthenticationChallenge::AuthenticationChallenge | ( | const ProtectionSpace & | protectionSpace, | |
| const Credential & | proposedCredential, | |||
| unsigned | previousFailureCount, | |||
| const ResourceResponse & | response, | |||
| const ResourceError & | error | |||
| ) |
| unsigned WebCore::AuthenticationChallenge::previousFailureCount | ( | ) | const |
| const Credential & WebCore::AuthenticationChallenge::proposedCredential | ( | ) | const |
| const ProtectionSpace & WebCore::AuthenticationChallenge::protectionSpace | ( | ) | const |
| const ResourceResponse & WebCore::AuthenticationChallenge::failureResponse | ( | ) | const |
| const ResourceError & WebCore::AuthenticationChallenge::error | ( | ) | const |
| bool WebCore::AuthenticationChallenge::isNull | ( | ) | const |
| void WebCore::AuthenticationChallenge::nullify | ( | ) |