Uses of Class
edu.internet2.middleware.shibboleth.wayf.IdPSite

Packages that use IdPSite
edu.internet2.middleware.shibboleth.wayf The engine which drives the Java Centralized Discovery Service Servlet. 
edu.internet2.middleware.shibboleth.wayf.plugins Definitions of the plugins we use inside the CDS. 
edu.internet2.middleware.shibboleth.wayf.plugins.provider Implementations of the various plugins which are provided with the CDS. 
 

Uses of IdPSite in edu.internet2.middleware.shibboleth.wayf
 

Fields in edu.internet2.middleware.shibboleth.wayf with type parameters of type IdPSite
private  Collection<IdPSite> IdPSiteSetEntry.sites
          The IdPs associated with that metadata provider.
 

Methods in edu.internet2.middleware.shibboleth.wayf that return IdPSite
protected  IdPSite IdPSiteSet.getSite(String idpName)
          Return the idpSite for the given entity name.
 

Methods in edu.internet2.middleware.shibboleth.wayf that return types with arguments of type IdPSite
protected  Map<String,IdPSite> IdPSiteSet.getIdPSites(String searchString, boolean isWAYFprotocol, HandlerConfig config, Collection<IdPSite> searchMatches)
          Return all the Idp in the provided entities descriptor.
 Collection<IdPSite> IdPSiteSetEntry.getSites()
          Return the list of associated sites.
 

Methods in edu.internet2.middleware.shibboleth.wayf with parameters of type IdPSite
 int IdPSite.Compare.compare(IdPSite o1, IdPSite o2)
          
static void DiscoveryServiceHandler.forwardRequest(HttpServletRequest req, HttpServletResponse res, IdPSite site)
          Uses an HTTP Status 307 redirect to forward the user to the IdP or the SP.
 

Method parameters in edu.internet2.middleware.shibboleth.wayf with type arguments of type IdPSite
protected  Map<String,IdPSite> IdPSiteSet.getIdPSites(String searchString, boolean isWAYFprotocol, HandlerConfig config, Collection<IdPSite> searchMatches)
          Return all the Idp in the provided entities descriptor.
private  void DiscoveryServiceHandler.setDisplayLanguage(Collection<IdPSite> sites, HttpServletRequest req)
          Prior to display we set the display language from the browser.
 

Constructor parameters in edu.internet2.middleware.shibboleth.wayf with type arguments of type IdPSite
IdPSiteSetEntry(IdPSiteSet siteSetParam, Collection<IdPSite> sitesParam)
          Create an object which contains just these two objects.
 

Uses of IdPSite in edu.internet2.middleware.shibboleth.wayf.plugins
 

Method parameters in edu.internet2.middleware.shibboleth.wayf.plugins with type arguments of type IdPSite
 PluginContext Plugin.lookup(HttpServletRequest req, HttpServletResponse res, PluginMetadataParameter parameter, Map<String,IdPSite> validIdps, PluginContext context, List<IdPSite> idpList)
          The WAYF calls each plugin at this entry point when it is first contacted.
 PluginContext Plugin.lookup(HttpServletRequest req, HttpServletResponse res, PluginMetadataParameter parameter, Map<String,IdPSite> validIdps, PluginContext context, List<IdPSite> idpList)
          The WAYF calls each plugin at this entry point when it is first contacted.
 PluginContext Plugin.search(HttpServletRequest req, HttpServletResponse res, PluginMetadataParameter parameter, String pattern, Map<String,IdPSite> validIdps, PluginContext context, Collection<IdPSite> searchResult, List<IdPSite> idpList)
          This method is called when the user specified a search operation.
 PluginContext Plugin.search(HttpServletRequest req, HttpServletResponse res, PluginMetadataParameter parameter, String pattern, Map<String,IdPSite> validIdps, PluginContext context, Collection<IdPSite> searchResult, List<IdPSite> idpList)
          This method is called when the user specified a search operation.
 PluginContext Plugin.search(HttpServletRequest req, HttpServletResponse res, PluginMetadataParameter parameter, String pattern, Map<String,IdPSite> validIdps, PluginContext context, Collection<IdPSite> searchResult, List<IdPSite> idpList)
          This method is called when the user specified a search operation.
 

Uses of IdPSite in edu.internet2.middleware.shibboleth.wayf.plugins.provider
 

Method parameters in edu.internet2.middleware.shibboleth.wayf.plugins.provider with type arguments of type IdPSite
 PluginContext SamlCookiePlugin.lookup(HttpServletRequest req, HttpServletResponse res, PluginMetadataParameter parameter, Map<String,IdPSite> validIdps, PluginContext context, List<IdPSite> idpList)
          This is the 'hook' in the lookup part of Discovery Service processing.
 PluginContext SamlCookiePlugin.lookup(HttpServletRequest req, HttpServletResponse res, PluginMetadataParameter parameter, Map<String,IdPSite> validIdps, PluginContext context, List<IdPSite> idpList)
          This is the 'hook' in the lookup part of Discovery Service processing.
 PluginContext SamlCookiePlugin.search(HttpServletRequest req, HttpServletResponse res, PluginMetadataParameter parameter, String pattern, Map<String,IdPSite> validIdps, PluginContext context, Collection<IdPSite> searchResult, List<IdPSite> idpList)
          Plugin point for searching.
 PluginContext SamlCookiePlugin.search(HttpServletRequest req, HttpServletResponse res, PluginMetadataParameter parameter, String pattern, Map<String,IdPSite> validIdps, PluginContext context, Collection<IdPSite> searchResult, List<IdPSite> idpList)
          Plugin point for searching.
 PluginContext SamlCookiePlugin.search(HttpServletRequest req, HttpServletResponse res, PluginMetadataParameter parameter, String pattern, Map<String,IdPSite> validIdps, PluginContext context, Collection<IdPSite> searchResult, List<IdPSite> idpList)
          Plugin point for searching.
 



Copyright © 1999-2012. All Rights Reserved.