LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Attributes | List of all members
dbaccess::OAuthenticationContinuation Class Reference

#include <OAuthenticationContinuation.hxx>

Inheritance diagram for dbaccess::OAuthenticationContinuation:
[legend]
Collaboration diagram for dbaccess::OAuthenticationContinuation:
[legend]

Public Member Functions

 OAuthenticationContinuation ()
 
sal_Bool SAL_CALL canSetRealm () override
 
void SAL_CALL setRealm (const OUString &Realm) override
 
sal_Bool SAL_CALL canSetUserName () override
 
void SAL_CALL setUserName (const OUString &UserName) override
 
sal_Bool SAL_CALL canSetPassword () override
 
void SAL_CALL setPassword (const OUString &Password) override
 
css::uno::Sequence< css::ucb::RememberAuthentication > SAL_CALL getRememberPasswordModes (css::ucb::RememberAuthentication &Default) override
 
void SAL_CALL setRememberPassword (css::ucb::RememberAuthentication Remember) override
 
sal_Bool SAL_CALL canSetAccount () override
 
void SAL_CALL setAccount (const OUString &Account) override
 
css::uno::Sequence< css::ucb::RememberAuthentication > SAL_CALL getRememberAccountModes (css::ucb::RememberAuthentication &Default) override
 
void SAL_CALL setRememberAccount (css::ucb::RememberAuthentication Remember) override
 
void setCanChangeUserName (bool bVal)
 
const OUString & getUser () const
 
const OUString & getPassword () const
 
bool getRememberPassword () const
 
- Public Member Functions inherited from comphelper::OInteraction< css::ucb::XInteractionSupplyAuthentication >
 OInteraction ()
 
bool wasSelected () const
 
virtual void SAL_CALL select () override
 

Private Attributes

bool m_bRememberPassword: 1
 
bool m_bCanSetUserName
 
OUString m_sUser
 
OUString m_sPassword
 

Detailed Description

Definition at line 34 of file OAuthenticationContinuation.hxx.

Constructor & Destructor Documentation

◆ OAuthenticationContinuation()

dbaccess::OAuthenticationContinuation::OAuthenticationContinuation ( )

Definition at line 183 of file datasource.cxx.

Member Function Documentation

◆ canSetAccount()

sal_Bool SAL_CALL dbaccess::OAuthenticationContinuation::canSetAccount ( )
override

Definition at line 232 of file datasource.cxx.

◆ canSetPassword()

sal_Bool SAL_CALL dbaccess::OAuthenticationContinuation::canSetPassword ( )
override

Definition at line 211 of file datasource.cxx.

◆ canSetRealm()

sal_Bool SAL_CALL dbaccess::OAuthenticationContinuation::canSetRealm ( )
override

Definition at line 189 of file datasource.cxx.

◆ canSetUserName()

sal_Bool SAL_CALL dbaccess::OAuthenticationContinuation::canSetUserName ( )
override

Definition at line 199 of file datasource.cxx.

References m_bCanSetUserName.

◆ getPassword()

const OUString & dbaccess::OAuthenticationContinuation::getPassword ( ) const
inline

Definition at line 61 of file OAuthenticationContinuation.hxx.

◆ getRememberAccountModes()

Sequence< RememberAuthentication > SAL_CALL dbaccess::OAuthenticationContinuation::getRememberAccountModes ( css::ucb::RememberAuthentication &  Default)
override

Definition at line 242 of file datasource.cxx.

◆ getRememberPassword()

bool dbaccess::OAuthenticationContinuation::getRememberPassword ( ) const
inline

Definition at line 62 of file OAuthenticationContinuation.hxx.

◆ getRememberPasswordModes()

Sequence< RememberAuthentication > SAL_CALL dbaccess::OAuthenticationContinuation::getRememberPasswordModes ( css::ucb::RememberAuthentication &  Default)
override

Definition at line 221 of file datasource.cxx.

◆ getUser()

const OUString & dbaccess::OAuthenticationContinuation::getUser ( ) const
inline

Definition at line 60 of file OAuthenticationContinuation.hxx.

◆ setAccount()

void SAL_CALL dbaccess::OAuthenticationContinuation::setAccount ( const OUString &  Account)
override

Definition at line 237 of file datasource.cxx.

References SAL_WARN.

◆ setCanChangeUserName()

void dbaccess::OAuthenticationContinuation::setCanChangeUserName ( bool  bVal)
inline

Definition at line 59 of file OAuthenticationContinuation.hxx.

◆ setPassword()

void SAL_CALL dbaccess::OAuthenticationContinuation::setPassword ( const OUString &  Password)
override

Definition at line 216 of file datasource.cxx.

References m_sPassword.

◆ setRealm()

void SAL_CALL dbaccess::OAuthenticationContinuation::setRealm ( const OUString &  Realm)
override

Definition at line 194 of file datasource.cxx.

References SAL_WARN.

◆ setRememberAccount()

void SAL_CALL dbaccess::OAuthenticationContinuation::setRememberAccount ( css::ucb::RememberAuthentication  Remember)
override

Definition at line 248 of file datasource.cxx.

References SAL_WARN.

◆ setRememberPassword()

void SAL_CALL dbaccess::OAuthenticationContinuation::setRememberPassword ( css::ucb::RememberAuthentication  Remember)
override

Definition at line 227 of file datasource.cxx.

References m_bRememberPassword.

◆ setUserName()

void SAL_CALL dbaccess::OAuthenticationContinuation::setUserName ( const OUString &  UserName)
override

Definition at line 206 of file datasource.cxx.

References m_sUser.

Member Data Documentation

◆ m_bCanSetUserName

bool dbaccess::OAuthenticationContinuation::m_bCanSetUserName
private

Definition at line 39 of file OAuthenticationContinuation.hxx.

Referenced by canSetUserName().

◆ m_bRememberPassword

bool dbaccess::OAuthenticationContinuation::m_bRememberPassword
private

Definition at line 37 of file OAuthenticationContinuation.hxx.

Referenced by setRememberPassword().

◆ m_sPassword

OUString dbaccess::OAuthenticationContinuation::m_sPassword
private

Definition at line 41 of file OAuthenticationContinuation.hxx.

Referenced by setPassword().

◆ m_sUser

OUString dbaccess::OAuthenticationContinuation::m_sUser
private

Definition at line 40 of file OAuthenticationContinuation.hxx.

Referenced by setUserName().


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