public class DeferredLookupUser extends Object implements ConfluenceUser
ConfluenceUser implementation based on a UserKey object, and which looks up the "real"
ConfluenceUser lazily as necessary to fulfil the method contract. If only getKey() is called
then no delegate lookup will be performed.| Constructor and Description |
|---|
DeferredLookupUser(com.atlassian.sal.api.user.UserKey userKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmail() |
String |
getFullName() |
com.atlassian.sal.api.user.UserKey |
getKey()
Return the immutable and unique key for the user.
|
String |
getLowerName() |
String |
getName() |
int |
hashCode() |
public DeferredLookupUser(com.atlassian.sal.api.user.UserKey userKey)
public com.atlassian.sal.api.user.UserKey getKey()
ConfluenceUsergetKey in interface ConfluenceUserpublic String getLowerName()
getLowerName in interface ConfluenceUserpublic String getFullName()
getFullName in interface com.atlassian.user.Userpublic String getEmail()
getEmail in interface com.atlassian.user.Userpublic String getName()
public boolean equals(Object o)
Copyright © 2003–2022 Atlassian. All rights reserved.