Home | History | Annotate | Download | only in Authentication

Lines Matching defs:WebProtectionSpace

27 #include "WebProtectionSpace.h"
33 WebProtectionSpace::WebProtectionSpace(const WebCore::ProtectionSpace& coreProtectionSpace)
38 const String& WebProtectionSpace::host() const
43 int WebProtectionSpace::port() const
48 const String& WebProtectionSpace::realm() const
53 bool WebProtectionSpace::isProxy() const
58 WebCore::ProtectionSpaceServerType WebProtectionSpace::serverType() const
63 bool WebProtectionSpace::receivesCredentialSecurely() const
68 WebCore::ProtectionSpaceAuthenticationScheme WebProtectionSpace::authenticationScheme() const