java.lang.Object | |
↳ | com.atlassian.jira.user.DelegatingApplicationUser |
Known Direct Subclasses
|
An ApplicationUser comprising of a String key and an embedded crowd User.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the display name of the user.
| |||||||||||
Returns the key which distinguishes the ApplicationUser as unique.
| |||||||||||
Synonym for
getUsername() and implementation of getName() . | |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||||||||||||
From interface
com.atlassian.jira.user.ApplicationUser
| |||||||||||||||||||||||||||||||
From interface java.security.Principal |
Returns the display name of the user. This is sometimes referred to as "full name".
Returns the key which distinguishes the ApplicationUser as unique. The same key is
shared by all User
s with the same username (ignoring case) across all user
directories.
Synonym for getUsername()
and implementation of getName()
.
null
.