Uses of Class
org.tanukisoftware.wrapper.WrapperUser
-
Packages that use WrapperUser Package Description org.tanukisoftware.wrapper -
-
Uses of WrapperUser in org.tanukisoftware.wrapper
Subclasses of WrapperUser in org.tanukisoftware.wrapper Modifier and Type Class Description class
WrapperUNIXUser
A WrapperUser contains information about a user account on the platform running the Wrapper.class
WrapperWin32User
A WrapperUser contains information about a user account on the platform running the Wrapper.Methods in org.tanukisoftware.wrapper that return WrapperUser Modifier and Type Method Description static WrapperUser
WrapperManager. getInteractiveUser(boolean groups)
Returns a WrapperUser object which describes the interactive user whose desktop is being interacted with.static WrapperUser
WrapperManager. getUser(boolean groups)
Returns a WrapperUser object which describes the user under which the Wrapper is currently running.
-