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