Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include PageJMWE:ApplicationUser interfaceJMWE:ApplicationUser interfaceThis document details the methods of the ApplicationUser interface you can use on any ApplicationUser, such as those returned by the Getters when you access users such as Reporter, Assignee, a Watcher of the issue etc.

MethodReturn typeReturns
equals(Object obj)
Boolean

True if and only if the object represents the same user

getDirectoryId()
Long

The ID of the user directory that this user comes from.

getDisplayName()
String

Display name of the user, must never be null.

getEmailAddress()
String

Email address of the user.

getKey()
String

The key which distinguishes the ApplicationUser as unique.

getUsername()
String

The username (login) of the user; must never be null.

isActive()
Boolean

True if this user is active