com.evolveum.midpoint.web.model.dto
Class GuiUserDto

java.lang.Object
  extended by com.evolveum.midpoint.web.model.dto.ObjectDto<T>
      extended by com.evolveum.midpoint.web.model.dto.ExtensibleObjectDto<UserType>
          extended by com.evolveum.midpoint.web.model.dto.UserDto
              extended by 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

Constructor Summary
GuiUserDto()
           
GuiUserDto(GuiUserDto user)
           
GuiUserDto(UserType object, ModelService model)
           
 
Method Summary
 boolean encryptCredentials(Protector protector)
           
 java.util.List<AccountShadowDto> getAccount()
           
 java.lang.String getPassword1()
           
 java.lang.String getPassword2()
           
 boolean isEnabled()
           
 boolean isSelected()
           
 boolean isWebAccessEnabled()
           
 void setEnabled(boolean enabled)
           
 void setPassword1(java.lang.String password1)
           
 void setPassword2(java.lang.String password2)
           
 void setSelected(boolean selected)
           
 void setWebAccessEnabled(boolean webAccessEnabled)
           
 
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 com.evolveum.midpoint.web.model.dto.ObjectDto
getDescription, getName, getOid, getVersion, getXmlObject, setDescription, setName, setOid, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiUserDto

public GuiUserDto(UserType object,
                  ModelService model)

GuiUserDto

public GuiUserDto(GuiUserDto user)

GuiUserDto

public GuiUserDto()
Method Detail

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.