public interface UserLoginInfoDao
Modifier and Type | Method and Description |
---|---|
void |
deleteUserInfoFor(com.atlassian.user.User user)
Remove the login information for the given
user . |
UserLoginInfo |
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. |
void |
saveOrUpdate(UserLoginInfo loginInfo)
Store the login attached to a particular user
|
UserLoginInfo findOrCreateUserLoginInfoForUser(com.atlassian.user.User user)
user
or create a new audit object if there isn't one for this user.user
- void saveOrUpdate(UserLoginInfo loginInfo)
loginInfo
- void deleteUserInfoFor(com.atlassian.user.User user)
user
.user
- Copyright © 2003–2018 Atlassian. All rights reserved.