UserBuilder |
UserBuilder.addGroupName(String groupName) |
Add the group names the user should be assigned to.
|
UserBuilder |
UserBuilder.addOrgName(String orgName) |
Add the organization name the user should be associated with.
|
UserBuilder |
UserBuilder.addRoleName(String roleName) |
Add the role name the user should be assigned to.
|
UserBuilder |
UserBuilder.addSpaceName(String spaceName) |
Add the form space names the user should be assigned to.
|
UserBuilder |
UserBuilder.removeGroupName(String groupName) |
Remove the group names the user should be assigned to.
|
UserBuilder |
UserBuilder.removeOrgName(String orgName) |
Remove the organization name the user should be associated with.
|
UserBuilder |
UserBuilder.removeRoleName(String roleName) |
Remove the role name the user should be assigned to.
|
UserBuilder |
UserBuilder.removeSpaceName(String spaceName) |
Remove the form space names the user should be assigned to.
|
UserBuilder |
UserBuilder.setAccountStatus(String accountStatus) |
Set the user account status parameter [ Active | Inactive | Locked | Locked Temporarily | Pending | Rejected ].
|
UserBuilder |
UserBuilder.setChangePassword(boolean isChangePassword) |
Set the flag to force the user to update their password on next login.
|
UserBuilder |
UserBuilder.setEmail(String email) |
Set the user email parameter.
|
UserBuilder |
UserBuilder.setFirstName(String firstName) |
Set the user first name parameter.
|
UserBuilder |
UserBuilder.setGroupNames(Set<String> groupNames) |
Set the group names the user should be assigned to.
|
UserBuilder |
UserBuilder.setLastName(String lastName) |
Set the user last name parameter.
|
UserBuilder |
UserBuilder.setLoginName(String loginName) |
Set the user login name parameter.
|
UserBuilder |
UserBuilder.setMobile(String mobile) |
Set the user mobile number parameter.
|
UserBuilder |
UserBuilder.setOrgNames(Set<String> orgNames) |
Set the organization names the user should be associated with.
|
UserBuilder |
UserBuilder.setPassword(String password) |
Set the user password, only applicable for "Local" type users and not for LDAP or SSO user types.
|
UserBuilder |
UserBuilder.setProfileMap(Map<String,String> profileMap) |
Set the user profile values map parameter.
|
UserBuilder |
UserBuilder.setRoleNames(Set<String> roleNames) |
Set the role names the user should be assigned to.
|
UserBuilder |
UserBuilder.setSpaceNames(Set<String> spaceNames) |
Set the form space names the user should be assigned to.
|
UserBuilder |
UserBuilder.setUserType(String userType) |
Set the user type parameter [ Local | LDAP | SSO ].
|
UserBuilder |
UserBuilder.withUpdatedLockStatus() |
Set the flag to unlock user if they were locked temporarily and the lockout duration has passed.
|