|
install4j API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.install4j.api.windows.WinUser.AddUserResultType
public static class WinUser.AddUserResultType
The type of result returned by WinUser.addUser(java.lang.String, java.lang.String, java.lang.String, com.install4j.api.windows.WinUser.GroupCreationMode, java.lang.String, java.lang.String)
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
install4j API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||