public interface InternalUserDao
extends com.atlassian.crowd.embedded.spi.UserDao
Modifier and Type | Method and Description |
---|---|
Collection<com.atlassian.crowd.model.user.InternalUser> |
findByNames(long directoryId,
Collection<String> userNames)
Find all users from the list of user names
|
com.atlassian.crowd.model.user.InternalUser |
internalFindByName(long directoryId,
String userName)
Find a persistent user object from a given directory and user name
|
com.atlassian.crowd.model.user.InternalUser |
internalFindByUser(com.atlassian.crowd.model.user.User user)
Find the persistent user object that corresponds to the provided user.
|
void |
removeAllUsers(long directoryId)
Remove all users from a particular directory (used when deleting an internal directory)
|
add, addAll, findByExternalId, findByName, findByNameWithAttributes, getAllExternalIds, getCredential, getCredentialHistory, getUserCount, remove, removeAllUsers, removeAttribute, rename, search, setAttributeForAllInDirectory, storeAttributes, update, updateCredential
com.atlassian.crowd.model.user.InternalUser internalFindByName(long directoryId, String userName) throws com.atlassian.crowd.exception.UserNotFoundException
com.atlassian.crowd.exception.UserNotFoundException
com.atlassian.crowd.model.user.InternalUser internalFindByUser(com.atlassian.crowd.model.user.User user) throws com.atlassian.crowd.exception.UserNotFoundException
com.atlassian.crowd.exception.UserNotFoundException
void removeAllUsers(long directoryId)
Collection<com.atlassian.crowd.model.user.InternalUser> findByNames(long directoryId, Collection<String> userNames)
directoryId
- userNames
- Copyright © 2003–2020 Atlassian. All rights reserved.