Class LazyLoadingApplicationUser

java.lang.Object
com.atlassian.jira.user.LazyLoadingApplicationUser
All Implemented Interfaces:
WithId, WithKey, ApplicationUser, Serializable, Principal

public class LazyLoadingApplicationUser extends Object implements ApplicationUser
Application user that is created just from a name and loads its other details from Crowd when needed.

Take care not to call equals() and hashCode() unless absolutely needed, as this will cause the full user to be loaded from the database.

Since:
7.0
See Also: