Interface UserLoginInfoDao
- All Known Implementing Classes:
HibernateUserLoginInfoDao
public interface UserLoginInfoDao
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemove the login information for the givenuser.Lookup an existing audit object for the givenuseror create a new audit object if there isn't one for this user.@Nullable UserLoginInfovoidsaveOrUpdate(UserLoginInfo loginInfo) Store the login attached to a particular user
-
Method Details
-
findOrCreateUserLoginInfoForUser
Lookup an existing audit object for the givenuseror create a new audit object if there isn't one for this user.- Parameters:
user-- Returns:
- UserLoginInfo, never returns null
-
saveOrUpdate
Store the login attached to a particular user- Parameters:
loginInfo-
-
deleteUserInfoFor
Remove the login information for the givenuser.- Parameters:
user-
-
lookupLoginInfo
-