webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members
WebCore::CredentialBase Class Reference

#include <CredentialBase.h>

Inheritance diagram for WebCore::CredentialBase:
WebCore::Credential WebCore::Credential WebCore::Credential WebCore::Credential

Public Member Functions

bool isEmpty () const
 
WEBCORE_EXPORT const Stringuser () const
 
WEBCORE_EXPORT const Stringpassword () const
 
WEBCORE_EXPORT bool hasPassword () const
 
WEBCORE_EXPORT CredentialPersistence persistence () const
 
bool encodingRequiresPlatformData () const
 
bool isEmpty () const
 
WEBCORE_EXPORT const Stringuser () const
 
WEBCORE_EXPORT const Stringpassword () const
 
WEBCORE_EXPORT bool hasPassword () const
 
WEBCORE_EXPORT CredentialPersistence persistence () const
 
bool encodingRequiresPlatformData () const
 

Static Public Member Functions

static WEBCORE_EXPORT bool compare (const Credential &, const Credential &)
 
static WEBCORE_EXPORT bool compare (const Credential &, const Credential &)
 

Protected Member Functions

WEBCORE_EXPORT CredentialBase ()
 
WEBCORE_EXPORT CredentialBase (const String &user, const String &password, CredentialPersistence)
 
 CredentialBase (const Credential &original, CredentialPersistence)
 
WEBCORE_EXPORT CredentialBase ()
 
WEBCORE_EXPORT CredentialBase (const String &user, const String &password, CredentialPersistence)
 
 CredentialBase (const Credential &original, CredentialPersistence)
 

Static Protected Member Functions

static bool platformCompare (const Credential &, const Credential &)
 
static bool platformCompare (const Credential &, const Credential &)
 

Constructor & Destructor Documentation

◆ CredentialBase() [1/6]

WebCore::CredentialBase::CredentialBase ( )
protected

◆ CredentialBase() [2/6]

WebCore::CredentialBase::CredentialBase ( const String user,
const String password,
CredentialPersistence  persistence 
)
protected

◆ CredentialBase() [3/6]

WebCore::CredentialBase::CredentialBase ( const Credential original,
CredentialPersistence  persistence 
)
protected

◆ CredentialBase() [4/6]

WEBCORE_EXPORT WebCore::CredentialBase::CredentialBase ( )
protected

◆ CredentialBase() [5/6]

WEBCORE_EXPORT WebCore::CredentialBase::CredentialBase ( const String user,
const String password,
CredentialPersistence   
)
protected

◆ CredentialBase() [6/6]

WebCore::CredentialBase::CredentialBase ( const Credential original,
CredentialPersistence   
)
protected

Member Function Documentation

◆ compare() [1/2]

bool WebCore::CredentialBase::compare ( const Credential a,
const Credential b 
)
static

◆ compare() [2/2]

static WEBCORE_EXPORT bool WebCore::CredentialBase::compare ( const Credential ,
const Credential  
)
static

◆ encodingRequiresPlatformData() [1/2]

bool WebCore::CredentialBase::encodingRequiresPlatformData ( ) const
inline

◆ encodingRequiresPlatformData() [2/2]

bool WebCore::CredentialBase::encodingRequiresPlatformData ( ) const
inline

◆ hasPassword() [1/2]

WEBCORE_EXPORT bool WebCore::CredentialBase::hasPassword ( ) const

◆ hasPassword() [2/2]

bool WebCore::CredentialBase::hasPassword ( ) const

◆ isEmpty() [1/2]

bool WebCore::CredentialBase::isEmpty ( ) const

◆ isEmpty() [2/2]

bool WebCore::CredentialBase::isEmpty ( ) const

◆ password() [1/2]

WEBCORE_EXPORT const String& WebCore::CredentialBase::password ( ) const

◆ password() [2/2]

const String & WebCore::CredentialBase::password ( ) const

◆ persistence() [1/2]

CredentialPersistence WebCore::CredentialBase::persistence ( ) const

◆ persistence() [2/2]

WEBCORE_EXPORT CredentialPersistence WebCore::CredentialBase::persistence ( ) const

◆ platformCompare() [1/2]

static bool WebCore::CredentialBase::platformCompare ( const Credential ,
const Credential  
)
inlinestaticprotected

◆ platformCompare() [2/2]

static bool WebCore::CredentialBase::platformCompare ( const Credential ,
const Credential  
)
inlinestaticprotected

◆ user() [1/2]

const String & WebCore::CredentialBase::user ( ) const

◆ user() [2/2]

WEBCORE_EXPORT const String& WebCore::CredentialBase::user ( ) const

The documentation for this class was generated from the following files: