Uses of Class
com.atlassian.crowd.openid.server.model.site.Site

Packages that use Site
com.atlassian.crowd.openid.server.manager.openid   
com.atlassian.crowd.openid.server.manager.site   
com.atlassian.crowd.openid.server.model.approval   
com.atlassian.crowd.openid.server.model.record   
com.atlassian.crowd.openid.server.model.site   
 

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

Methods in com.atlassian.crowd.openid.server.manager.openid with parameters of type Site
protected  void OpenIDAuthenticationManagerGeneric.createAuthRecord(User user, Site site, AuthAction authAction)
          Creates an AuthRecord for the user/site/action combination.
 

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

Methods in com.atlassian.crowd.openid.server.manager.site that return Site
 Site SiteManagerGeneric.getSite(java.lang.String url)
          Gets the Site object corresponding to the URL or creates a Site object corresponding to the URL.
 Site SiteManager.getSite(java.lang.String url)
          Gets the Site object corresponding to the URL or creates a Site object corresponding to the URL.
 

Uses of Site in com.atlassian.crowd.openid.server.model.approval
 

Methods in com.atlassian.crowd.openid.server.model.approval that return Site
 Site SiteApproval.getSite()
           
 

Methods in com.atlassian.crowd.openid.server.model.approval with parameters of type Site
 SiteApproval SiteApprovalDAO.findBySite(User user, Site site)
           
 SiteApproval SiteApprovalDAOHibernate.findBySite(User user, Site site)
           
 void SiteApproval.setSite(Site site)
           
 

Constructors in com.atlassian.crowd.openid.server.model.approval with parameters of type Site
SiteApproval(User user, Profile profile, Site site, boolean alwaysAllow)
           
 

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

Methods in com.atlassian.crowd.openid.server.model.record that return Site
 Site AuthRecord.getSite()
           
 

Methods in com.atlassian.crowd.openid.server.model.record with parameters of type Site
 void AuthRecord.setSite(Site site)
           
 

Constructors in com.atlassian.crowd.openid.server.model.record with parameters of type Site
AuthRecord(User user, Site site, AuthAction authAction)
           
 

Uses of Site in com.atlassian.crowd.openid.server.model.site
 

Methods in com.atlassian.crowd.openid.server.model.site that return Site
 Site SiteDAOHibernate.findByURL(java.lang.String url)
           
 Site SiteDAO.findByURL(java.lang.String url)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.