24 #ifndef INCLUDED_OSL_SECURITY_DECL_HXX
25 #define INCLUDED_OSL_SECURITY_DECL_HXX
131 #endif // INCLUDED_OSL_SECURITY_DECL_HXX
oslSecurity getHandle() const
Returns the underlying oslSecurity handle.
Definition: security.hxx:100
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:168
bool getUserName(rtl::OUString &strName, bool bIncludeDomain=true) const
get the name of the logged in user.
Definition: security.hxx:76
void * oslSecurity
Process handle.
Definition: security.h:49
bool getUserIdent(rtl::OUString &strIdent) const
get the ident of the logged in user.
Definition: security.hxx:70
Encapsulate security information for one user.
Definition: security_decl.hxx:38
oslSecurity m_handle
Definition: security_decl.hxx:41
~Security()
Definition: security.hxx:42
bool logonUser(const rtl::OUString &strName, const rtl::OUString &strPasswd)
get the security information for one user.
Definition: security.hxx:47
Security()
Definition: security.hxx:37
bool getConfigDir(rtl::OUString &strDirectory) const
get the directory for configuration data of the logged in user.
Definition: security.hxx:90
bool getHomeDir(rtl::OUString &strDirectory) const
get the home directory of the logged in user.
Definition: security.hxx:84
bool isAdministrator() const
Query if the user who is logged in has administrator rights.
Definition: security.hxx:95