| Modifier and Type | Method and Description |
|---|---|
Optional<UserAdministrationGrantToGroup> |
UserAdministrationGrantGroupDao.findUserGrantForGroup(InternalUser internalUser,
InternalGroup internalGroup)
Checks if an user has a grant to a group
|
List<UserAdministrationGrantToGroup> |
UserAdministrationGrantGroupDao.findUserGrants(InternalUser internalUser)
Looks for all administration grants a user has
|
void |
UserAdministrationGrantGroupDao.remove(InternalUser user,
InternalGroup targetGroup)
Remove administration grant for a user to a group
|
| Modifier and Type | Method and Description |
|---|---|
InternalUser |
InternalUserDao.findByName(long directoryId,
String userName)
Finds and return the user with given name and director ID.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InternalUser> |
InternalUserDao.findByIds(Collection<Long> userIds)
Bulk find of users with the specified database identifiers.
|
Collection<InternalUser> |
InternalUserDao.findByNames(long directoryID,
Collection<String> usernames)
Bulk find of users using SQL disjunction.
|
List<InternalUser> |
InternalUserDao.findByNumericAttributeRange(String attributeName,
long min,
long max)
Returns users with the given numeric attribute in the specified range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalUserDao.setAttribute(Collection<InternalUser> users,
String attributeName,
String attributeValue)
Sets the specified attribute for all specified users and after executing this,
every user will have exactly one attribute with that name.
|
| Constructor and Description |
|---|
InternalMembership(InternalGroup parentGroup,
InternalUser user,
Date createdDate) |
| Modifier and Type | Method and Description |
|---|---|
InternalUser |
UserAdministrationGrantToGroup.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserAdministrationGrantToGroup.setUser(InternalUser user) |
| Constructor and Description |
|---|
UserAdministrationGrantToGroup(InternalUser user,
InternalGroup targetGroup) |
| Modifier and Type | Method and Description |
|---|---|
InternalUser |
InternalUserWithAttributes.getInternalUser() |
InternalUser |
InternalUserCredentialRecord.getUser() |
InternalUser |
InternalUserAttribute.getUser() |
InternalUser |
InternalUserWithPasswordLastChanged.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) |
InternalUserWithAttributes(InternalUser user,
Map<String,Set<String>> attributes) |
InternalUserWithPasswordLastChanged(InternalUser user,
Instant passwordLastChanged) |
InternalUserWithPasswordLastChanged(InternalUser user,
long passwordLastChangedInMillis) |
Copyright © 2023 Atlassian. All rights reserved.