KIOSlave
httpauthentication.h
Go to the documentation of this file.
78 virtual void setChallenge(const QByteArray &c, const KUrl &resource, const QByteArray &httpMethod);
202 virtual void setChallenge(const QByteArray &c, const KUrl &resource, const QByteArray &httpMethod);
226 virtual void setChallenge(const QByteArray &c, const KUrl &resource, const QByteArray &httpMethod);
241 virtual void setChallenge(const QByteArray &c, const KUrl &resource, const QByteArray &httpMethod);
virtual bool supportsPathMatching() const
Returns true if the authentication scheme supports path matching to identify resources that belong to...
Definition: httpauthentication.h:188
QByteArray m_httpMethod
Definition: httpauthentication.h:167
Definition: httpauthentication.h:182
KSharedConfigPtr config()
bool m_forceDisconnect
Definition: httpauthentication.h:172
bool needCredentials() const
return value updated by setChallenge()
Definition: httpauthentication.h:85
bool forceDisconnect() const
force disconnection because the authentication method requires it
Definition: httpauthentication.h:125
bool m_forceKeepAlive
Definition: httpauthentication.h:171
QByteArray headerFragment() const
insert this into the next request header after "Authorization: " or "Proxy-Authorization: " ...
Definition: httpauthentication.h:131
QByteArray m_headerFragment
Definition: httpauthentication.h:175
virtual bool supportsPathMatching() const
Returns true if the authentication scheme supports path matching to identify resources that belong to...
Definition: httpauthentication.h:205
bool m_finalAuthStage
Definition: httpauthentication.h:173
QByteArray m_scheme
this is parsed from the header and not necessarily == scheme().
Definition: httpauthentication.h:163
bool wasFinalStage() const
returns true when the final stage of authentication is reached.
Definition: httpauthentication.h:104
virtual QByteArray authDataToCache() const
Returns any authentication data that should be cached for future use.
Definition: httpauthentication.h:159
bool m_needCredentials
Definition: httpauthentication.h:170
bool forceKeepAlive() const
force keep-alive connection because the authentication method requires it
Definition: httpauthentication.h:121
virtual QByteArray authDataToCache() const
Returns any authentication data that should be cached for future use.
Definition: httpauthentication.h:190
void setCachePasswordEnabled(bool enable)
Sets the cache password flag to enable.
Definition: httpauthentication.h:144
virtual bool supportsPathMatching() const
Returns true if the authentication scheme supports path matching to identify resources that belong to...
Definition: httpauthentication.h:111
QList< QByteArray > m_challenge
Definition: httpauthentication.h:165
KGuiItem reset()
Definition: httpauthentication.h:222
QByteArray m_challengeText
Definition: httpauthentication.h:164
virtual QByteArray authDataToCache() const
Returns any authentication data that should be cached for future use.
Definition: httpauthentication.h:211
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Tue May 16 2017 16:27:20 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Tue May 16 2017 16:27:20 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.