Lines Matching refs:OAuthenticationContinuation
207 OAuthenticationContinuation::OAuthenticationContinuation() in OAuthenticationContinuation() function in dbaccess::OAuthenticationContinuation
214 sal_Bool SAL_CALL OAuthenticationContinuation::canSetRealm( ) throw(RuntimeException) in canSetRealm()
220 void SAL_CALL OAuthenticationContinuation::setRealm( const ::rtl::OUString& /*Realm*/ ) throw(Runti… in setRealm()
226 sal_Bool SAL_CALL OAuthenticationContinuation::canSetUserName( ) throw(RuntimeException) in canSetUserName()
234 void SAL_CALL OAuthenticationContinuation::setUserName( const ::rtl::OUString& _rUser ) throw(Runti… in setUserName()
240 sal_Bool SAL_CALL OAuthenticationContinuation::canSetPassword( ) throw(RuntimeException) in canSetPassword()
246 void SAL_CALL OAuthenticationContinuation::setPassword( const ::rtl::OUString& _rPassword ) throw(R… in setPassword()
252 Sequence< RememberAuthentication > SAL_CALL OAuthenticationContinuation::getRememberPasswordModes( … in getRememberPasswordModes()
260 void SAL_CALL OAuthenticationContinuation::setRememberPassword( RememberAuthentication _eRemember )… in setRememberPassword()
266 sal_Bool SAL_CALL OAuthenticationContinuation::canSetAccount( ) throw(RuntimeException) in canSetAccount()
272 void SAL_CALL OAuthenticationContinuation::setAccount( const ::rtl::OUString& ) throw(RuntimeExcept… in setAccount()
278 Sequence< RememberAuthentication > SAL_CALL OAuthenticationContinuation::getRememberAccountModes( R… in getRememberAccountModes()
287 void SAL_CALL OAuthenticationContinuation::setRememberAccount( RememberAuthentication /*Remember*/ … in setRememberAccount()
1178 OAuthenticationContinuation* pAuthenticate = new OAuthenticationContinuation; in connectWithCompletion()