Uses of Interface
com.atlassian.confluence.security.persistence.dao.TrustedApplicationDao

Packages that use TrustedApplicationDao
com.atlassian.confluence.security.persistence.dao.hibernate   
com.atlassian.confluence.security.trust   
com.atlassian.confluence.upgrade.upgradetask   
 

Uses of TrustedApplicationDao in com.atlassian.confluence.security.persistence.dao.hibernate
 

Classes in com.atlassian.confluence.security.persistence.dao.hibernate that implement TrustedApplicationDao
 class HibernateTrustedApplicationDao
          Hibernate implementation of the TrustedApplicationDao.
 

Uses of TrustedApplicationDao in com.atlassian.confluence.security.trust
 

Methods in com.atlassian.confluence.security.trust with parameters of type TrustedApplicationDao
 void DefaultTrustedApplicationsManager.setTrustedApplicationDao(TrustedApplicationDao trustedApplicationDao)
           
 

Uses of TrustedApplicationDao in com.atlassian.confluence.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type TrustedApplicationDao
TrustedApplicationsCleanUpUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory, TrustedApplicationDao trustedApplicationDao, com.atlassian.cache.CacheManager cacheManager)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.