Uses of Class
com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
Packages that use UserLoginInfo
- 
Uses of UserLoginInfo in com.atlassian.confluence.impl.security.login.daoMethods in com.atlassian.confluence.impl.security.login.dao that return UserLoginInfoModifier and TypeMethodDescriptionHibernateUserLoginInfoDao.findOrCreateUserLoginInfoForUser(ConfluenceUser user) UserLoginInfoDao.findOrCreateUserLoginInfoForUser(ConfluenceUser user) Lookup an existing audit object for the givenuseror create a new audit object if there isn't one for this user.@Nullable UserLoginInfoHibernateUserLoginInfoDao.lookupLoginInfo(ConfluenceUser user) @Nullable UserLoginInfoUserLoginInfoDao.lookupLoginInfo(ConfluenceUser user) Methods in com.atlassian.confluence.impl.security.login.dao with parameters of type UserLoginInfoModifier and TypeMethodDescriptionvoidHibernateUserLoginInfoDao.saveOrUpdate(UserLoginInfo loginAudit) voidUserLoginInfoDao.saveOrUpdate(UserLoginInfo loginInfo) Store the login attached to a particular user