| Package | Description |
|---|---|
| com.atlassian.crowd.directory | |
| com.atlassian.crowd.embedded.spi | |
| com.atlassian.crowd.integration.rest.entity | |
| com.atlassian.crowd.model.user |
| Modifier and Type | Method and Description |
|---|---|
TimestampedUser |
AbstractInternalDirectory.findUserByExternalId(String externalId) |
TimestampedUser |
InternalRemoteDirectory.findUserByExternalId(String externalId) |
TimestampedUser |
AbstractInternalDirectory.findUserByName(String name) |
TimestampedUser |
InternalRemoteDirectory.findUserByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,TimestampedUser> |
DbCachingRemoteChangeOperations.mapUsersByExternalId(Collection<TimestampedUser> users) |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,TimestampedUser> |
DbCachingRemoteChangeOperations.mapUsersByExternalId(Collection<TimestampedUser> users) |
| Modifier and Type | Method and Description |
|---|---|
TimestampedUser |
UserDao.findByExternalId(long directoryId,
String externalId)
Finds and returns the user with the given unique/external id and directory ID.
|
TimestampedUser |
UserDao.findByName(long directoryId,
String userName)
Finds and returns the user with the given name and directory ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserEntity
Represents a User entity (client side).
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalUser
Encapsulates the concept of crowd user.
|
class |
InternalUserWithAttributes
Encapsulates the concept of user which has attributes.
|
Copyright © 2020 Atlassian. All rights reserved.