This method will sudo a user to a user session id.
Parameters: sessionId - The id of the session to sudo. Parameters: handler - The reference to the handler. exception: SudoException - exception: Exception -
This method will get called to run a thread as another user.
Parameters: username - The name of the user to run the handler as. Parameters: handler - The reference to the object that will be called after theuser has been set correctly. exception: SudoException - exception: Exception -