Uses of Class
com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
- 
Packages that use UserLoginInfo Package Description com.atlassian.confluence.security.persistence.dao com.atlassian.confluence.security.persistence.dao.hibernate  - 
- 
Uses of UserLoginInfo in com.atlassian.confluence.security.persistence.dao
Methods in com.atlassian.confluence.security.persistence.dao that return UserLoginInfo Modifier and Type Method Description UserLoginInfoUserLoginInfoDao. findOrCreateUserLoginInfoForUser(com.atlassian.user.User user)Lookup an existing audit object for the givenuseror create a new audit object if there isn't one for this user.Methods in com.atlassian.confluence.security.persistence.dao with parameters of type UserLoginInfo Modifier and Type Method Description voidUserLoginInfoDao. saveOrUpdate(UserLoginInfo loginInfo)Store the login attached to a particular user - 
Uses of UserLoginInfo in com.atlassian.confluence.security.persistence.dao.hibernate
Methods in com.atlassian.confluence.security.persistence.dao.hibernate that return UserLoginInfo Modifier and Type Method Description UserLoginInfoHibernateUserLoginInfoDao. findOrCreateUserLoginInfoForUser(com.atlassian.user.User user)Lookup an existing audit object for the givenuseror create a new audit object if there isn't one for this user.Methods in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type UserLoginInfo Modifier and Type Method Description voidHibernateUserLoginInfoDao. saveOrUpdate(UserLoginInfo loginAudit)Store the login attached to a particular user 
 -