| Package | Description |
|---|---|
| com.atlassian.confluence.security.persistence.dao | |
| com.atlassian.confluence.security.persistence.dao.hibernate |
| Modifier and Type | Method and Description |
|---|---|
UserLoginInfo |
UserLoginInfoDao.findOrCreateUserLoginInfoForUser(com.atlassian.user.User user)
Lookup an existing audit object for the given
user or create a new audit object if there isn't one for this user. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserLoginInfoDao.saveOrUpdate(UserLoginInfo loginInfo)
Store the login attached to a particular user
|
| Modifier and Type | Method and Description |
|---|---|
UserLoginInfo |
HibernateUserLoginInfoDao.findOrCreateUserLoginInfoForUser(com.atlassian.user.User user)
Lookup an existing audit object for the given
user or create a new audit object if there isn't one for this user. |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateUserLoginInfoDao.saveOrUpdate(UserLoginInfo loginAudit)
Store the login attached to a particular user
|
Copyright © 2003–2018 Atlassian. All rights reserved.