Package org.tanukisoftware.wrapper
Class WrapperWin32User
java.lang.Object
org.tanukisoftware.wrapper.WrapperUser
org.tanukisoftware.wrapper.WrapperWin32User
A WrapperUser contains information about a user account on the platform
running the Wrapper. A WrapperUser is obtained by calling
WrapperManager.getUser() or WrapperManager.getInteractiveUser().
-
Method Summary
Modifier and TypeMethodDescriptionReturns the full name of the user account.Returns the domain name of the user account.long
Returns the login time of the user account.getSID()
Returns the current Security Identifier (SID) of the user account.toString()
Returns a string representation of the user.Methods inherited from class org.tanukisoftware.wrapper.WrapperUser
getGroups, getUser
-
Method Details
-
getSID
Returns the current Security Identifier (SID) of the user account.- Returns:
- The SID of the user account.
-
getDomain
Returns the domain name of the user account.- Returns:
- The domain name of the user account.
-
getAccount
Returns the full name of the user account.- Returns:
- The full name of the user account.
-
getLoginTime
public long getLoginTime()Returns the login time of the user account.- Returns:
- The login time of the user account.
-
toString
Returns a string representation of the user.
-