Class UserValueObject

java.lang.Object
ubic.gemma.web.controller.common.auditAndSecurity.UserValueObject

public class UserValueObject extends Object
Author:
keshav
  • Constructor Details

    • UserValueObject

      public UserValueObject()
    • UserValueObject

      public UserValueObject(User user)
  • Method Details

    • getGroups

      public Set<String> getGroups()
    • setGroups

      public void setGroups(Set<String> groups)
    • getCurrentGroup

      @Deprecated public String getCurrentGroup()
      Deprecated.
      use getGroups() instead
    • getRole

      @Deprecated public String getRole()
      Deprecated.
      use getGroups() instead
    • getEmail

      public String getEmail()
    • getPassword

      public String getPassword()
      Returns:
      the password
    • getUserName

      public String getUserName()
    • isAllowModification

      public boolean isAllowModification()
    • isEnabled

      public boolean isEnabled()
    • isInGroup

      public boolean isInGroup()
    • setAllowModification

      public void setAllowModification(boolean allowModification)
    • setCurrentGroup

      public void setCurrentGroup(String currentGroup)
    • setEmail

      public void setEmail(String email)
    • setEnabled

      public void setEnabled(boolean enabled)
    • setInGroup

      public void setInGroup(boolean inGroup)
    • setUserName

      public void setUserName(String userName)