Uses of Interface
com.atlassian.crowd.openid.server.model.record.AuthRecordDAO

Packages that use AuthRecordDAO
com.atlassian.crowd.openid.server.manager.openid   
com.atlassian.crowd.openid.server.manager.site   
com.atlassian.crowd.openid.server.manager.user   
com.atlassian.crowd.openid.server.model.record   
 

Uses of AuthRecordDAO in com.atlassian.crowd.openid.server.manager.openid
 

Methods in com.atlassian.crowd.openid.server.manager.openid that return AuthRecordDAO
 AuthRecordDAO OpenIDAuthenticationManagerGeneric.getAuthRecordDAO()
           
 

Methods in com.atlassian.crowd.openid.server.manager.openid with parameters of type AuthRecordDAO
 void OpenIDAuthenticationManagerGeneric.setAuthRecordDAO(AuthRecordDAO authRecordDAO)
           
 

Uses of AuthRecordDAO in com.atlassian.crowd.openid.server.manager.site
 

Methods in com.atlassian.crowd.openid.server.manager.site that return AuthRecordDAO
 AuthRecordDAO SiteManagerGeneric.getAuthRecordDAO()
           
 

Methods in com.atlassian.crowd.openid.server.manager.site with parameters of type AuthRecordDAO
 void SiteManagerGeneric.setAuthRecordDAO(AuthRecordDAO authRecordDAO)
           
 

Uses of AuthRecordDAO in com.atlassian.crowd.openid.server.manager.user
 

Methods in com.atlassian.crowd.openid.server.manager.user that return AuthRecordDAO
 AuthRecordDAO UserManagerGeneric.getAuthRecordDAO()
           
 

Methods in com.atlassian.crowd.openid.server.manager.user with parameters of type AuthRecordDAO
 void UserManagerGeneric.setAuthRecordDAO(AuthRecordDAO authRecordDAO)
           
 

Uses of AuthRecordDAO in com.atlassian.crowd.openid.server.model.record
 

Classes in com.atlassian.crowd.openid.server.model.record that implement AuthRecordDAO
 class AuthRecordDAOHibernate
           
 



Copyright © 2012 Atlassian. All Rights Reserved.