Uses of Interface
com.atlassian.crowd.model.user.TimestampedUser
Package
Description
-
Uses of TimestampedUser in com.atlassian.crowd.directory
Modifier and TypeMethodDescriptionAbstractInternalDirectory.findUserByExternalId
(String externalId) InternalRemoteDirectory.findUserByExternalId
(String externalId) AbstractInternalDirectory.findUserByName
(String name) InternalRemoteDirectory.findUserByName
(String name) Modifier and TypeMethodDescriptionprotected static Map<String,
TimestampedUser> DbCachingRemoteChangeOperations.mapUsersByExternalId
(Collection<TimestampedUser> users) protected static List<org.apache.commons.lang3.tuple.Pair<User,
TimestampedUser>> DbCachingRemoteChangeOperations.matchUsers
(Collection<? extends User> remoteUsers, Collection<? extends TimestampedUser> internalUsers) Returns list ofPair
, wherePair.getLeft()
is one ofremoteUsers
andPair.getRight()
is a matchedinternalUsers
or null, if not matched.Modifier and TypeMethodDescriptionprotected static Map<String,
TimestampedUser> DbCachingRemoteChangeOperations.mapUsersByExternalId
(Collection<TimestampedUser> users) -
Uses of TimestampedUser in com.atlassian.crowd.embedded.spi
Modifier and TypeMethodDescriptionUserDao.findByExternalId
(long directoryId, String externalId) Finds and returns the user with the given unique/external id and directory ID.UserDao.findByName
(long directoryId, String userName) Finds and returns the user with the given name and directory ID. -
Uses of TimestampedUser in com.atlassian.crowd.integration.rest.entity
-
Uses of TimestampedUser in com.atlassian.crowd.model.user
Modifier and TypeClassDescriptionfinal class
final class
class
Encapsulates the concept of crowd user.class
Encapsulates the concept of user which has attributes.Modifier and TypeMethodDescriptionImmutableTimestampedUser.builder
(TimestampedUser user) ImmutableTimestampedUserWithAttributes.builder
(TimestampedUser user, Map<String, Set<String>> attributes) static ImmutableTimestampedUser
ImmutableTimestampedUser.from
(TimestampedUser user)