| Package | Description | 
|---|---|
| com.edorasware.one.identity.user | |
| com.edorasware.one.init | 
| Modifier and Type | Method and Description | 
|---|---|
User.Builder | 
User.Builder.accountId(String accountId)
Set the mandatory account id of the user. 
 | 
User.Builder | 
User.Builder.address(String address)
Set the address of the user. 
 | 
static User.Builder | 
User.builder()
Creates a builder for a new concrete  
User instance. | 
static User.Builder | 
User.builder(User userTemplate)
 | 
User.Builder | 
User.Builder.deputies(List<User.DeputyUser> deputies)
Set the optional deputies of the user. 
 | 
User.Builder | 
User.Builder.displayName(String displayName)
Set the mandatory display name of the user. 
 | 
User.Builder | 
User.Builder.email(String email)
Set the mandatory email of the user. 
 | 
User.Builder | 
User.Builder.externalId(String externalId)
Set the optional external id of the user. 
 | 
User.Builder | 
User.Builder.firstName(String firstName)
Set the mandatory first name of the user. 
 | 
User.Builder | 
User.Builder.homeUrl(String homeUrl)
Set the user’s homeUrl 
 | 
User.Builder | 
User.Builder.id(String id)
Set the mandatory id of the user. 
 | 
User.Builder | 
User.Builder.isActive(boolean isActive)
Set if the user is active. 
 | 
User.Builder | 
User.Builder.isAdmin(boolean isAdmin)
Set if the user is an admin user. 
 | 
User.Builder | 
User.Builder.isLivePreview(Boolean livePreview)
Set the user’s isLivePreview flag 
 | 
User.Builder | 
User.Builder.language(String language)
Set the mandatory language of the user. 
 | 
User.Builder | 
User.Builder.lastName(String lastName)
Set the mandatory last name of the user. 
 | 
User.Builder | 
User.Builder.login(String login)
Set the mandatory login of the user. 
 | 
User.Builder | 
User.Builder.memberGroups(Set<String> memberGroups)
Set the optional member groups of the user. 
 | 
User.Builder | 
User.Builder.mobile(String mobile)
Set the mobile number of the user. 
 | 
User.Builder | 
User.Builder.notes(String notes)
Set the notes of the user. 
 | 
User.Builder | 
User.Builder.notifications(Set<UserNotification> notifications)
Set the optional notifications of the user. 
 | 
User.Builder | 
User.Builder.password(String password)
Set the mandatory password of the user. 
 | 
User.Builder | 
User.Builder.phone(String phone)
Set the phone number of the user. 
 | 
User.Builder | 
User.Builder.roles(Set<SystemRole> roles)
Set the optional roles of the user. 
 | 
User.Builder | 
User.Builder.tenantId(String tenantId)
Set the mandatory tenant id of the user. 
 | 
User.Builder | 
User.Builder.variables(Map<String,Object> variables)
Set the optional, additional variables for this user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
User.Builder | 
UserSetup.toBuilder()  | 
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.