Uses of Class
com.atlassian.confluence.security.persistence.dao.hibernate.UserLoginInfo

Packages that use UserLoginInfo
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
 UserLoginInfo UserLoginInfoDao.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.
 

Methods in com.atlassian.confluence.security.persistence.dao with parameters of type UserLoginInfo
 void 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 UserLoginInfo
 UserLoginInfo HibernateUserLoginInfoDao.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.
 

Methods in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type UserLoginInfo
 void HibernateUserLoginInfoDao.saveOrUpdate(UserLoginInfo loginAudit)
          Store the login attached to a particular user
 



Copyright © 2003–2015 Atlassian. All rights reserved.