@Immutable public class CachedCrowdUser extends Object implements com.atlassian.crowd.model.user.TimestampedUser, Serializable
Constructor and Description |
---|
CachedCrowdUser(com.atlassian.crowd.model.user.TimestampedUser user) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(com.atlassian.crowd.embedded.api.User other) |
Date |
getCreatedDate() |
long |
getDirectoryId() |
String |
getDisplayName() |
String |
getEmailAddress() |
String |
getExternalId() |
String |
getFirstName() |
String |
getLastName() |
String |
getName() |
Date |
getUpdatedDate() |
boolean |
isActive() |
public CachedCrowdUser(com.atlassian.crowd.model.user.TimestampedUser user)
public long getDirectoryId()
getDirectoryId
in interface com.atlassian.crowd.embedded.api.User
getDirectoryId
in interface com.atlassian.crowd.model.DirectoryEntity
public boolean isActive()
isActive
in interface com.atlassian.crowd.embedded.api.User
public String getEmailAddress()
getEmailAddress
in interface com.atlassian.crowd.embedded.api.User
public String getDisplayName()
getDisplayName
in interface com.atlassian.crowd.embedded.api.User
public Date getCreatedDate()
getCreatedDate
in interface com.atlassian.crowd.model.TimestampedEntity
public Date getUpdatedDate()
getUpdatedDate
in interface com.atlassian.crowd.model.TimestampedEntity
public String getFirstName()
public String getLastName()
public String getExternalId()
public String getName()
public int compareTo(com.atlassian.crowd.embedded.api.User other)
compareTo
in interface com.atlassian.crowd.embedded.api.User
compareTo
in interface Comparable<com.atlassian.crowd.embedded.api.User>
Copyright © 2003–2015 Atlassian. All rights reserved.