Uses of Interface
com.atlassian.confluence.user.persistence.dao.UserVerificationTokenDao
-
Packages that use UserVerificationTokenDao Package Description com.atlassian.confluence.upgrade.upgradetask com.atlassian.confluence.user com.atlassian.confluence.user.persistence.dao -
-
Uses of UserVerificationTokenDao in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type UserVerificationTokenDao Constructor Description EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask(org.hibernate.SessionFactory sessionFactory, UserVerificationTokenDao userVerificationTokenDao, BatchOperationManager batchOperationManager, com.atlassian.config.db.HibernateConfig hibernateConfig) -
Uses of UserVerificationTokenDao in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type UserVerificationTokenDao Constructor Description DefaultUserVerificationTokenManager(UserVerificationTokenDao tokenStore, com.atlassian.core.util.Clock clock) -
Uses of UserVerificationTokenDao in com.atlassian.confluence.user.persistence.dao
Classes in com.atlassian.confluence.user.persistence.dao that implement UserVerificationTokenDao Modifier and Type Class Description classBandanaUserVerificationTokenDaoStoresUserVerificationTokenobjects in Bandana.
-