diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-02 11:24:39 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:53:23 +0200 |
commit | 298272f9dc154936e3bb813519903d12d35b2af9 (patch) | |
tree | f1f778b9f2bcd43813e8c124bf27d1169c8e9e72 /include/ucbhelper | |
parent | 51b316c80fe2ec7b4f01b56714358541ac1205fd (diff) |
tdf#84190 : when auth fails, don't remember passwords for cmis
Change-Id: Ia1e0d553556693e0efa6de0bfc6f8b0ae9d40b5d
Diffstat (limited to 'include/ucbhelper')
-rw-r--r-- | include/ucbhelper/simpleauthenticationrequest.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/ucbhelper/simpleauthenticationrequest.hxx b/include/ucbhelper/simpleauthenticationrequest.hxx index 1e9a740743a1..36266a192410 100644 --- a/include/ucbhelper/simpleauthenticationrequest.hxx +++ b/include/ucbhelper/simpleauthenticationrequest.hxx @@ -60,8 +60,9 @@ private: bool bCanSetUserName, bool bCanSetPassword, bool bCanSetAccount, - bool bAllowPersistentStoring, - bool bAllowUseSystemCredentials ); + bool bAllowPersistentStoring, + bool bAllowUseSystemCredentials, + bool bAllowSessionStoring = true ); public: /** Specification whether some entity (realm, username, password, account) @@ -97,7 +98,8 @@ public: const OUString & rPassword, const OUString & rAccount, bool bAllowPersistentStoring, - bool bAllowUseSystemCredentials ); + bool bAllowUseSystemCredentials, + bool bAllowSessionStoring = true ); /** |