Uses of Interface
edu.internet2.middleware.shibboleth.wayf.plugins.Plugin

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

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

Fields in edu.internet2.middleware.shibboleth.wayf with type parameters of type Plugin
private  Map<Plugin,PluginMetadataParameter> IdPSiteSet.plugins
          What parameters do we pass in to which plugin?
private  List<Plugin> DiscoveryServiceHandler.thePlugins
          The list of all the plugins that this hanlder has had configured.
 

Methods in edu.internet2.middleware.shibboleth.wayf with parameters of type Plugin
protected  void IdPSiteSet.addPlugin(Plugin plugin)
          Declares a plugin to the siteset.
protected  PluginMetadataParameter IdPSiteSet.paramFor(Plugin plugin)
          Return the parameter that this plugin uses.
 

Constructor parameters in edu.internet2.middleware.shibboleth.wayf with type arguments of type Plugin
DiscoveryServiceHandler(Element config, Map<String,IdPSiteSet> federations, Map<String,Plugin> plugins, HandlerConfig defaultConfig)
          Constructor to create and configure the handler.
 

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

Classes in edu.internet2.middleware.shibboleth.wayf.plugins.provider that implement Plugin
 class SamlCookiePlugin
          This is a test implementation of the _SAML_IDP cookie lookup stuff to see whether it fits the plugin architecture.
 



Copyright © 1999-2012. All Rights Reserved.