Class UserManagerUser

java.lang.Object
com.peterphi.usermanager.rest.type.UserManagerUser

public class UserManagerUser extends Object
  • Field Details

    • id

      public Integer id
    • delegated

      public boolean delegated
    • service

      public boolean service
      True if this is a service user
    • name

      public String name
      User's real name
    • email

      public String email
      User's e-mail address
    • dateFormat

      public String dateFormat
      The user's desired date format
    • timeZone

      public String timeZone
      The user's desired timezone
    • roles

      public Set<String> roles
    • created

      public Date created
    • originService

      public String originService
      If delegated, the origin service who is acting on behalf of the user
  • Constructor Details

    • UserManagerUser

      public UserManagerUser()
  • Method Details

    • toDateTimeFormatter

      public org.joda.time.format.DateTimeFormatter toDateTimeFormatter()
      Convert the dateFormat and timeZone to a DateTimeFormatter
      Returns: