org.tanukisoftware.wrapper
public class WrapperWin32User extends WrapperUser
| Method Summary | |
|---|---|
| String | getAccount()
Returns the full name of the user account.
|
| String | getDomain()
Returns the domain name of the user account.
|
| long | getLoginTime()
Returns the login time of the user account.
|
| String | getSID()
Returns the current Security Identifier (SID) of the user account.
|
| String | toString()
Returns a string representation of the user.
|
Returns: The full name of the user account.
Returns: The domain name of the user account.
Returns: The login time of the user account.
Returns: The SID of the user account.
Returns: A string representation of the user.