org.tanukisoftware.wrapper
Class WrapperWin32Group
public class WrapperWin32Group
A WrapperGroup contains information about a group which a user
belongs to. A WrapperGroup is obtained via a WrapperUser.
Version:
- Leif Mortenson
String | getAccount() - Returns the full name of the group.
|
String | getDomain() - Returns the domain name of the user account.
|
String | getSID() - Returns the current Security Identifier (SID) of the user account.
|
String | toString()
|
getAccount
public String getAccount()
Returns the full name of the group.
- The full name of the group.
getDomain
public String getDomain()
Returns the domain name of the user account.
- The domain name of the user account.
getSID
public String getSID()
Returns the current Security Identifier (SID) of the user account.
- The SID of the user account.
toString
public String toString()
Copyright 1999, 2003 TanukiSoftware.org. All Rights Reserved.