| Package | Description |
|---|---|
| com.atlassian.crowd.dao.user | |
| com.atlassian.crowd.model.membership | |
| com.atlassian.crowd.model.user |
| Modifier and Type | Method and Description |
|---|---|
Collection<InternalUser> |
InternalUserDao.findByNames(long directoryID,
Collection<String> usernames)
Bulk find of users using SQL disjunction.
|
| Constructor and Description |
|---|
InternalMembership(InternalGroup group,
InternalUser user) |
| Modifier and Type | Method and Description |
|---|---|
InternalUser |
InternalUserWithAttributes.getInternalUser() |
InternalUser |
InternalUserAttribute.getUser() |
InternalUser |
InternalUserCredentialRecord.getUser() |
| Constructor and Description |
|---|
InternalUserAttribute(InternalUser user,
String name,
String value) |
InternalUserAttribute(Long id,
InternalUser user,
String name,
String value) |
InternalUserCredentialRecord(InternalUser user,
String passwordHash) |
InternalUserCredentialRecord(Long id,
InternalUser user,
String passwordHash)
Only use this constructor for cloning / importing when the id is known.
|
InternalUserWithAttributes(InternalUser user,
Map<String,Set<String>> attributes) |
Copyright © 2018 Atlassian. All rights reserved.