Package | Description |
---|---|
com.atlassian.jira.crowd.embedded.ofbiz |
Modifier and Type | Method and Description |
---|---|
OfBizUser |
OfBizUserDao.findByExternalId(long directoryId,
String externalId) |
com.atlassian.crowd.model.user.TimestampedUser |
OfBizUserDao.findByName(long directoryId,
String userName) |
com.atlassian.crowd.model.user.UserWithAttributes |
OfBizUserDao.findByNameWithAttributes(long directoryId,
String userName) |
OfBizUser |
OfBizUserDao.findOfBizUser(long directoryId,
String userName) |
OfBizUser |
ExtendedUserDao.findOfBizUser(long directoryId,
String userName) |
com.atlassian.crowd.embedded.api.PasswordCredential |
OfBizUserDao.getCredential(long directoryId,
String userName) |
List<com.atlassian.crowd.embedded.api.PasswordCredential> |
OfBizUserDao.getCredentialHistory(long directoryId,
String userName) |
void |
OfBizUserDao.remove(com.atlassian.crowd.model.user.User user) |
void |
OfBizUserDao.removeAttribute(com.atlassian.crowd.model.user.User user,
String attributeName) |
com.atlassian.crowd.model.user.User |
OfBizUserDao.rename(com.atlassian.crowd.model.user.User oldUser,
String newName) |
void |
OfBizUserDao.storeAttributes(com.atlassian.crowd.model.user.User user,
Map<String,Set<String>> attributes,
boolean updateTimestamp) |
com.atlassian.crowd.model.user.User |
OfBizUserDao.update(com.atlassian.crowd.model.user.User user) |
com.atlassian.crowd.model.user.User |
OfBizUserDao.update(com.atlassian.crowd.model.user.User user,
boolean useJiraExtensions) |
com.atlassian.crowd.model.user.User |
ExtendedUserDao.update(com.atlassian.crowd.model.user.User user,
boolean useJiraExtensions)
Updates user, for detailed description see
UserDao.update(com.atlassian.crowd.model.user.User) . |
void |
OfBizUserDao.updateCredential(com.atlassian.crowd.model.user.User user,
com.atlassian.crowd.embedded.api.PasswordCredential credential,
int credentialHistory) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.