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 classWrapperUNIXUserA WrapperUser contains information about a user account on the platform running the Wrapper.classWrapperWin32UserA 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 WrapperUserWrapperManager. getInteractiveUser(boolean groups)Returns a WrapperUser object which describes the interactive user whose desktop is being interacted with.static WrapperUserWrapperManager. getUser(boolean groups)Returns a WrapperUser object which describes the user under which the Wrapper is currently running.
-