public static class WinUser.AddUserResultType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static WinUser.AddUserResultType |
ERROR_ACCESS_DENIED
The current user has no access to the user database or the
operation is only allowed on the primary domain controller of the domain.
|
static WinUser.AddUserResultType |
ERROR_GROUP_EXISTS
The group that should be newly created already exists.
|
static WinUser.AddUserResultType |
ERROR_GROUP_NOT_FOUND
The group that should already exist could not be found.
|
static WinUser.AddUserResultType |
ERROR_OTHER
Another type of error occurred during user creation.
|
static WinUser.AddUserResultType |
ERROR_PASSWORD_REQUIREMENTS
The password does not meet the password policy requirements.
|
static WinUser.AddUserResultType |
ERROR_USER_EXISTS
The group that should already exist could not be found.
|
static WinUser.AddUserResultType |
SUCCESS
The user creation and the optional local group creation succeeded.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final WinUser.AddUserResultType SUCCESS
public static final WinUser.AddUserResultType ERROR_ACCESS_DENIED
public static final WinUser.AddUserResultType ERROR_GROUP_EXISTS
public static final WinUser.AddUserResultType ERROR_GROUP_NOT_FOUND
public static final WinUser.AddUserResultType ERROR_USER_EXISTS
public static final WinUser.AddUserResultType ERROR_PASSWORD_REQUIREMENTS
public static final WinUser.AddUserResultType ERROR_OTHER