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 |
getName() |
int |
hashCode() |
public DeferredLookupUser(com.atlassian.sal.api.user.UserKey userKey)
public com.atlassian.sal.api.user.UserKey getKey()
ConfluenceUser
getKey
in interface ConfluenceUser
public String getFullName()
getFullName
in interface com.atlassian.user.User
public String getEmail()
getEmail
in interface com.atlassian.user.User
public String getName()
public boolean equals(Object o)
Copyright © 2003–2018 Atlassian. All rights reserved.