20 #ifndef INCLUDED_OSL_SECURITY_DECL_HXX
21 #define INCLUDED_OSL_SECURITY_DECL_HXX
108 #endif // INCLUDED_OSL_SECURITY_DECL_HXX
bool getUserIdent(rtl::OUString &strIdent) const
get the ident of the logged in user.
Definition: security.hxx:62
oslSecurity m_handle
Definition: security_decl.hxx:37
Security()
constructor
Definition: security.hxx:29
~Security()
destructor
Definition: security.hxx:34
Definition: conditn.hxx:28
capsulate security information for one user.
Definition: security_decl.hxx:34
bool logonUser(const rtl::OUString &strName, const rtl::OUString &strPasswd)
get the security information for one user.
Definition: security.hxx:39
bool getUserName(rtl::OUString &strName) const
get the name of the logged in user.
Definition: security.hxx:68
bool getConfigDir(rtl::OUString &strDirectory) const
get the directory for configuration data of the logged in user.
Definition: security.hxx:80
bool getHomeDir(rtl::OUString &strDirectory) const
get the home directory of the logged in user.
Definition: security.hxx:74
bool isAdministrator() const
Query if the user who is logged inhas administrator rights.
Definition: security.hxx:85
void * oslSecurity
Process handle.
Definition: security.h:45
oslSecurity getHandle() const
Returns the underlying oslSecurity handle.
Definition: security.hxx:90
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:115