public class WrapperWin32User extends WrapperUser
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAccount() |
Returns the full name of the user account.
|
java.lang.String |
getDomain() |
Returns the domain name of the user account.
|
long |
getLoginTime() |
Returns the login time of the user account.
|
java.lang.String |
getSID() |
Returns the current Security Identifier (SID) of the user account.
|
java.lang.String |
toString() |
Returns a string representation of the user.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGroups, getUser
public java.lang.String getSID()
public java.lang.String getDomain()
public java.lang.String getAccount()
public long getLoginTime()
public java.lang.String toString()
toString
in class java.lang.Object