webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ProtectionSpaceBase.h>
Public Member Functions | |
bool | isHashTableDeletedValue () const |
WEBCORE_EXPORT const String & | host () const |
WEBCORE_EXPORT int | port () const |
WEBCORE_EXPORT ProtectionSpaceServerType | serverType () const |
WEBCORE_EXPORT bool | isProxy () const |
WEBCORE_EXPORT const String & | realm () const |
WEBCORE_EXPORT ProtectionSpaceAuthenticationScheme | authenticationScheme () const |
bool | receivesCredentialSecurely () const |
WEBCORE_EXPORT bool | isPasswordBased () const |
bool | encodingRequiresPlatformData () const |
bool | isHashTableDeletedValue () const |
WEBCORE_EXPORT const String & | host () const |
WEBCORE_EXPORT int | port () const |
WEBCORE_EXPORT ProtectionSpaceServerType | serverType () const |
WEBCORE_EXPORT bool | isProxy () const |
WEBCORE_EXPORT const String & | realm () const |
WEBCORE_EXPORT ProtectionSpaceAuthenticationScheme | authenticationScheme () const |
bool | receivesCredentialSecurely () const |
WEBCORE_EXPORT bool | isPasswordBased () const |
bool | encodingRequiresPlatformData () const |
Static Public Member Functions | |
static WEBCORE_EXPORT bool | compare (const ProtectionSpace &, const ProtectionSpace &) |
static WEBCORE_EXPORT bool | compare (const ProtectionSpace &, const ProtectionSpace &) |
Protected Member Functions | |
WEBCORE_EXPORT | ProtectionSpaceBase () |
WEBCORE_EXPORT | ProtectionSpaceBase (const String &host, int port, ProtectionSpaceServerType, const String &realm, ProtectionSpaceAuthenticationScheme) |
ProtectionSpaceBase (WTF::HashTableDeletedValueType) | |
WEBCORE_EXPORT | ProtectionSpaceBase () |
WEBCORE_EXPORT | ProtectionSpaceBase (const String &host, int port, ProtectionSpaceServerType, const String &realm, ProtectionSpaceAuthenticationScheme) |
ProtectionSpaceBase (WTF::HashTableDeletedValueType) | |
Static Protected Member Functions | |
static bool | platformCompare (const ProtectionSpace &, const ProtectionSpace &) |
static bool | platformCompare (const ProtectionSpace &, const ProtectionSpace &) |
|
protected |
|
protected |
|
inlineprotected |
|
protected |
|
protected |
|
inlineprotected |
ProtectionSpaceAuthenticationScheme WebCore::ProtectionSpaceBase::authenticationScheme | ( | ) | const |
WEBCORE_EXPORT ProtectionSpaceAuthenticationScheme WebCore::ProtectionSpaceBase::authenticationScheme | ( | ) | const |
|
static |
|
static |
|
inline |
|
inline |
const String & WebCore::ProtectionSpaceBase::host | ( | ) | const |
WEBCORE_EXPORT const String& WebCore::ProtectionSpaceBase::host | ( | ) | const |
|
inline |
|
inline |
bool WebCore::ProtectionSpaceBase::isPasswordBased | ( | ) | const |
WEBCORE_EXPORT bool WebCore::ProtectionSpaceBase::isPasswordBased | ( | ) | const |
WEBCORE_EXPORT bool WebCore::ProtectionSpaceBase::isProxy | ( | ) | const |
bool WebCore::ProtectionSpaceBase::isProxy | ( | ) | const |
|
inlinestaticprotected |
|
inlinestaticprotected |
WEBCORE_EXPORT int WebCore::ProtectionSpaceBase::port | ( | ) | const |
int WebCore::ProtectionSpaceBase::port | ( | ) | const |
const String & WebCore::ProtectionSpaceBase::realm | ( | ) | const |
WEBCORE_EXPORT const String& WebCore::ProtectionSpaceBase::realm | ( | ) | const |
bool WebCore::ProtectionSpaceBase::receivesCredentialSecurely | ( | ) | const |
bool WebCore::ProtectionSpaceBase::receivesCredentialSecurely | ( | ) | const |
ProtectionSpaceServerType WebCore::ProtectionSpaceBase::serverType | ( | ) | const |
WEBCORE_EXPORT ProtectionSpaceServerType WebCore::ProtectionSpaceBase::serverType | ( | ) | const |