Overview | Namespace | Class | Index | Help |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
constructor
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
destructor
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
get the security information for one user. The underlying operating system is asked for this information.
strName | denotes the name of the user |
strPasswd | denotes the password of this user |
True, if the specified user is known by the underlying operating system, otherwise False
const ::rtl::OUString & | strName, |
const ::rtl::OUString & | strPasswd, |
const ::rtl::OUString & | strFileServer ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
get the security information for one user. This method will try to login the user at the denoted file server. If a network resource named \\server\username exists and this resource could be connected by this user, the methos will return true and getHomeDir will return \\server\username.
strName | denotes the name of the user |
strPasswd | denotes the password of this user |
True, if the specified user is known by file server and the could be connected, otherwise False
::rtl::OUString & | strIdent ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
get the ident of the logged in user.
strName | is the buffer which returns the name |
max | is the size of this buffer |
True, if any user is successfuly logged in, otherwise False
::rtl::OUString & | strName ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
get the name of the logged in user.
strName | is the buffer which returns the name |
max | is the size of this buffer |
True, if any user is successfuly logged in, otherwise False
::rtl::OUString & | strDirectory ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
get the home directory of the logged in user.
strDirectory | is the buffer which returns the directory name |
max | is the size of this buffer |
True, if any user is successfuly logged in, otherwise False
::rtl::OUString & | strDirectory ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
get the directory for configuration data of the logged in user.
strDirectory | is the buffer which returns the directory name |
max | is the size of this buffer |
True, if any user is successfuly logged in, otherwise False
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Query if the user who is logged inhas administrator rigths.
True, if the user has administrator rights, otherwise false.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Returns the underlying oslSecurity handle
Copyright © 2003 Sun Microsystems, Inc.