Package com.install4j.api.windows
Class WinUser.AddUserResult
java.lang.Object
com.install4j.api.windows.WinUser.AddUserResult
- Enclosing class:
WinUser
-
Method Details
-
getType
The result type (success / specific errors)- Returns:
- the result type
-
getUserSid
The SID (Security Identifier) of the created user in String form. This can be used to unambiguously specify the created user for actions such as 'Install a service' or 'Add Windows file rights'.- Returns:
- the user sid in String form
-
getGroupSid
The SID (Security Identifier) of the used group in String form. This can be used to unambiguously specify the created group for actions such as 'Add Windows file rights'.- Returns:
- the group sid in String form
-
isGroupCreated
public boolean isGroupCreated()Check if the local group was newly created- Returns:
true
if the group was created
-
toString
-