Interface | Description |
---|---|
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 | Description |
---|---|
BandanaUserVerificationTokenDao |
Stores
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–2019 Atlassian. All rights reserved.