Uses of Class
com.atlassian.jira.crowd.embedded.ofbiz.OfBizUser
Packages that use OfBizUser
-
Uses of OfBizUser in com.atlassian.jira.bc.user.search
Methods in com.atlassian.jira.bc.user.search with parameters of type OfBizUserModifier and TypeMethodDescriptionvoid
void
Method parameters in com.atlassian.jira.bc.user.search with type arguments of type OfBizUserModifier and TypeMethodDescriptionvoid
DirectoryUserIndexer.replaceAllUsers
(Consumer<Consumer<OfBizUser>> allUsersConsumerMaker) void
UserIndexer.replaceAllUsers
(Consumer<Consumer<OfBizUser>> userConsumerCreator) -
Uses of OfBizUser in com.atlassian.jira.crowd.embedded.ofbiz
Methods in com.atlassian.jira.crowd.embedded.ofbiz that return OfBizUserModifier and TypeMethodDescriptionOfBizUserDao.findByExternalId
(long directoryId, String externalId) ExtendedUserDao.findById
(long internalUserId) Finds a user by internal user ID.OfBizUserDao.findById
(long internalUserId) ExtendedUserDao.findByNameOrNull
(long directoryId, String userName) Tries to find the user by name and returns null if not found.OfBizUserDao.findByNameOrNull
(long directoryId, String userName) Tries to find the user by name and returns null if not found.ExtendedUserDao.findOfBizUser
(long directoryId, String userName) OfBizUserDao.findOfBizUser
(long directoryId, String userName) Methods in com.atlassian.jira.crowd.embedded.ofbiz that return types with arguments of type OfBizUserModifier and TypeMethodDescriptionExtendedUserDao.findAllByNameOrNull
(long directoryId, Collection<String> userNames) OfBizUserDao.findAllByNameOrNull
(long directoryId, Collection<String> userNames) OfBizUserDao.findByLoginInDb
(String username)