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

Packages that use HandlerConfig
edu.internet2.middleware.shibboleth.wayf The engine which drives the Java Centralized Discovery Service Servlet. 
 

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

Fields in edu.internet2.middleware.shibboleth.wayf declared as HandlerConfig
private  HandlerConfig DiscoveryServiceHandler.config
          Config handles detailed behavior.
 

Methods in edu.internet2.middleware.shibboleth.wayf with parameters of type HandlerConfig
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 static boolean IdPSiteSet.isMatch(org.opensaml.saml2.metadata.EntityDescriptor entity, String str, HandlerConfig config)
          Based on (Shibboleth IdP/DS) 1.2 Origin.isMatch.
 

Constructors in edu.internet2.middleware.shibboleth.wayf with parameters of type HandlerConfig
DiscoveryServiceHandler(Element config, Map<String,IdPSiteSet> federations, Map<String,Plugin> plugins, HandlerConfig defaultConfig)
          Constructor to create and configure the handler.
HandlerConfig(Element config, HandlerConfig defaultValue)
          Parse the Supplied XML element into a new WayfConfig Object.
 



Copyright © 1999-2012. All Rights Reserved.