|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tanukisoftware.wrapper.WrapperUser
org.tanukisoftware.wrapper.WrapperWin32User
public class 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 | |
---|---|
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. |
Methods inherited from class org.tanukisoftware.wrapper.WrapperUser |
---|
getGroups, getUser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getSID()
public String getDomain()
public String getAccount()
public long getLoginTime()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |