Uses of Class
com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo
Packages that use UserLoginInfo
Package
Description
-
Uses of UserLoginInfo in com.atlassian.confluence.security.persistence.dao
Methods in com.atlassian.confluence.security.persistence.dao that return UserLoginInfoModifier and TypeMethodDescriptionUserLoginInfoDao.findOrCreateUserLoginInfoForUser
(com.atlassian.user.User user) Lookup an existing audit object for the givenuser
or 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 UserLoginInfoModifier and TypeMethodDescriptionvoid
UserLoginInfoDao.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 UserLoginInfoModifier and TypeMethodDescriptionHibernateUserLoginInfoDao.findOrCreateUserLoginInfoForUser
(com.atlassian.user.User user) Lookup an existing audit object for the givenuser
or 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 UserLoginInfoModifier and TypeMethodDescriptionvoid
HibernateUserLoginInfoDao.saveOrUpdate
(UserLoginInfo loginAudit) Store the login attached to a particular user