org.tanukisoftware.wrapper
Class WrapperWin32Group

java.lang.Object
  extended byorg.tanukisoftware.wrapper.WrapperGroup
      extended byorg.tanukisoftware.wrapper.WrapperWin32Group

public class WrapperWin32Group
extends WrapperGroup

A WrapperGroup contains information about a group which a user belongs to. A WrapperGroup is obtained via a WrapperUser.

Author:
Leif Mortenson

Method Summary
 java.lang.String getAccount()
          Returns the full name of the group.
 java.lang.String getDomain()
          Returns the domain name of the user account.
 java.lang.String getSID()
          Returns the current Security Identifier (SID) of the user account.
 java.lang.String toString()
           
 
Methods inherited from class org.tanukisoftware.wrapper.WrapperGroup
getGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSID

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

Returns:
The SID of the user account.

getDomain

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

Returns:
The domain name of the user account.

getAccount

public java.lang.String getAccount()
Returns the full name of the group.

Returns:
The full name of the group.

toString

public java.lang.String toString()


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