public final class

ApplicationUserEntity

extends Object
java.lang.Object
   ↳ com.atlassian.jira.user.ApplicationUserEntity

Summary

Public Constructors
ApplicationUserEntity(Long id, String key, String username)
Public Methods
Long getId()
String getKey()
String getUsername()
Returns the lower-case of the username (because username must act case-insensitive).
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ApplicationUserEntity (Long id, String key, String username)

Public Methods

public Long getId ()

public String getKey ()

public String getUsername ()

Returns the lower-case of the username (because username must act case-insensitive).

Returns
  • the lower-case of the username (because username must act case-insensitive).