|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WayfRequestHandled | |
|---|---|
| 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 WayfRequestHandled in edu.internet2.middleware.shibboleth.wayf |
|---|
| Methods in edu.internet2.middleware.shibboleth.wayf that throw WayfRequestHandled | |
|---|---|
private void |
DiscoveryServiceHandler.handleLookup(HttpServletRequest req,
HttpServletResponse res,
String searchName)
Displays a Discovery Service selection page, having first consulted the plugins as needed. |
private void |
DiscoveryServiceHandler.handleSelection(HttpServletRequest req,
HttpServletResponse res)
When the WAYF user has selected something we look it up, tell the plugins and then dispatch to the Idp. |
| Uses of WayfRequestHandled in edu.internet2.middleware.shibboleth.wayf.plugins |
|---|
| Methods in edu.internet2.middleware.shibboleth.wayf.plugins that throw WayfRequestHandled | |
|---|---|
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. |
void |
Plugin.selected(HttpServletRequest req,
HttpServletResponse res,
PluginMetadataParameter parameter,
String idp)
This method is called, for every plugin, after a user has selected an IdP. |
| Uses of WayfRequestHandled in edu.internet2.middleware.shibboleth.wayf.plugins.provider |
|---|
| Methods in edu.internet2.middleware.shibboleth.wayf.plugins.provider that throw WayfRequestHandled | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||