public static class WinUser.GroupCreationMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static WinUser.GroupCreationMode |
CREATE_IF_NECESSARY
If the specified group does not exist, create it.
|
static WinUser.GroupCreationMode |
CREATE_OR_FAIL
Fail if the group already exists.
|
static WinUser.GroupCreationMode |
NONE
No group should be created and associated with the new user.
|
static WinUser.GroupCreationMode |
USE_EXISTING
The new user should be added to an existing group.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final WinUser.GroupCreationMode NONE
public static final WinUser.GroupCreationMode USE_EXISTING
public static final WinUser.GroupCreationMode CREATE_IF_NECESSARY
public static final WinUser.GroupCreationMode CREATE_OR_FAIL