Class UserDTOUser

java.lang.Object
com.atlassian.jira.crowd.embedded.UserDTOUser
All Implemented Interfaces:
com.atlassian.crowd.embedded.api.User, Serializable, Comparable<com.atlassian.crowd.embedded.api.User>, Principal

public class UserDTOUser extends Object implements com.atlassian.crowd.embedded.api.User, Serializable
See Also:
  • Method Details

    • from

      public static com.atlassian.crowd.embedded.api.User from(UserDTO userDTO)
    • getDirectoryId

      public long getDirectoryId()
      Specified by:
      getDirectoryId in interface com.atlassian.crowd.embedded.api.User
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface com.atlassian.crowd.embedded.api.User
    • getEmailAddress

      public String getEmailAddress()
      Specified by:
      getEmailAddress in interface com.atlassian.crowd.embedded.api.User
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface com.atlassian.crowd.embedded.api.User
    • compareTo

      public int compareTo(com.atlassian.crowd.embedded.api.User user)
      Specified by:
      compareTo in interface Comparable<com.atlassian.crowd.embedded.api.User>
      Specified by:
      compareTo in interface com.atlassian.crowd.embedded.api.User
    • getName

      public String getName()
      Specified by:
      getName in interface Principal