com.evolveum.midpoint.web.model.dto
Class GuiUserDto
java.lang.Object
com.evolveum.midpoint.web.model.dto.ObjectDto<T>
com.evolveum.midpoint.web.model.dto.ExtensibleObjectDto<UserType>
com.evolveum.midpoint.web.model.dto.UserDto
com.evolveum.midpoint.web.model.dto.GuiUserDto
- All Implemented Interfaces:
- Selectable, ContainsAssignment, java.io.Serializable
public class GuiUserDto
- extends UserDto
- implements Selectable
- Author:
- katuska
- See Also:
- Serialized Form
Methods inherited from class com.evolveum.midpoint.web.model.dto.UserDto |
getAccountRef, getAssignments, getEmail, getEmployeeNumber, getFamilyName, getFullName, getGivenName, getHonorificPrefix, getHonorificSuffix, getLocality, normalizeAssignments, setEmail, setEmployeeNumber, setFamilyName, setFullName, setGivenName, setHonorificPrefix, setHonorificSuffix, setLocality, setXmlObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuiUserDto
public GuiUserDto(UserType object,
ModelService model)
GuiUserDto
public GuiUserDto(GuiUserDto user)
GuiUserDto
public GuiUserDto()
isSelected
public boolean isSelected()
- Specified by:
isSelected
in interface Selectable
setSelected
public void setSelected(boolean selected)
- Specified by:
setSelected
in interface Selectable
getPassword1
public java.lang.String getPassword1()
setPassword1
public void setPassword1(java.lang.String password1)
encryptCredentials
public boolean encryptCredentials(Protector protector)
throws EncryptionException
- Throws:
EncryptionException
getPassword2
public java.lang.String getPassword2()
setPassword2
public void setPassword2(java.lang.String password2)
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
setWebAccessEnabled
public void setWebAccessEnabled(boolean webAccessEnabled)
isWebAccessEnabled
public boolean isWebAccessEnabled()
getAccount
public java.util.List<AccountShadowDto> getAccount()
- Overrides:
getAccount
in class UserDto
Copyright © 2011 evolveum. All Rights Reserved.