org.tanukisoftware.wrapper

Class WrapperWin32User

public class WrapperWin32User extends WrapperUser

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().

Author: Leif Mortenson

Method Summary
StringgetAccount()
Returns the full name of the user account.
StringgetDomain()
Returns the domain name of the user account.
longgetLoginTime()
Returns the login time of the user account.
StringgetSID()
Returns the current Security Identifier (SID) of the user account.
StringtoString()
Returns a string representation of the user.

Method Detail

getAccount

public String getAccount()
Returns the full name of the user account.

Returns: The full name of the user account.

getDomain

public String getDomain()
Returns the domain name of the user account.

Returns: The domain name of the user account.

getLoginTime

public long getLoginTime()
Returns the login time of the user account.

Returns: The login time of the user account.

getSID

public String getSID()
Returns the current Security Identifier (SID) of the user account.

Returns: The SID of the user account.

toString

public String toString()
Returns a string representation of the user.

Returns: A string representation of the user.

Copyright 1999, 2006 Tanuki Software Inc., All Rights Reserved.