Uses of Class
com.sun.jna.platform.win32.Netapi32Util.Group

Packages that use Netapi32Util.Group
com.sun.jna.platform.win32   
 

Uses of Netapi32Util.Group in com.sun.jna.platform.win32
 

Subclasses of Netapi32Util.Group in com.sun.jna.platform.win32
static class Netapi32Util.LocalGroup
          A local group.
 

Methods in com.sun.jna.platform.win32 that return Netapi32Util.Group
static Netapi32Util.Group[] Netapi32Util.getCurrentUserLocalGroups()
          Get local groups of the current user.
static Netapi32Util.Group[] Netapi32Util.getGlobalGroups()
          Get the names of global groups on a computer.
static Netapi32Util.Group[] Netapi32Util.getGlobalGroups(java.lang.String serverName)
          Get the names of global groups on a computer.
static Netapi32Util.Group[] Netapi32Util.getUserGroups(java.lang.String userName)
          Get groups of a given user.
static Netapi32Util.Group[] Netapi32Util.getUserGroups(java.lang.String userName, java.lang.String serverName)
          Get groups of a given user on a given system.
static Netapi32Util.Group[] Netapi32Util.getUserLocalGroups(java.lang.String userName)
          Get local groups of a given user.
static Netapi32Util.Group[] Netapi32Util.getUserLocalGroups(java.lang.String userName, java.lang.String serverName)
          Get local groups of a given user on a given system.