Package com.atlassian.confluence.user.persistence.dao

Interface Summary
ConfluenceUserDao A DAO for manipulating ConfluenceUser objects (which essentially act as a mapping between a user key and a User object retrieved externally e.g.
PersonalInformationDao Manages the persistence of personal information objects, containing user properties like logos, preferences, etc.
UserVerificationTokenDao Stores verification tokens against usernames, used by e.g password reset and new user validation.
 

Class Summary
BandanaUserVerificationTokenDao I store UserVerificationToken objects in Bandana.
CachingPersonalInformationDao Caches personal information IDs by username to improve performance by using the Hibernate second-level cache more effectively.
ConfluenceRememberMeToken  
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.