|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginContext | |
---|---|
edu.internet2.middleware.shibboleth.wayf.plugins | |
edu.internet2.middleware.shibboleth.wayf.plugins.provider |
Uses of PluginContext in edu.internet2.middleware.shibboleth.wayf.plugins |
---|
Methods in edu.internet2.middleware.shibboleth.wayf.plugins that return PluginContext | |
---|---|
PluginContext |
Plugin.lookup(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.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(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.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. |
Methods in edu.internet2.middleware.shibboleth.wayf.plugins with parameters of type PluginContext | |
---|---|
PluginContext |
Plugin.lookup(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.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(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.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 PluginContext in edu.internet2.middleware.shibboleth.wayf.plugins.provider |
---|
Methods in edu.internet2.middleware.shibboleth.wayf.plugins.provider that return PluginContext | |
---|---|
PluginContext |
SamlCookiePlugin.lookup(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.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(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
PluginMetadataParameter parameter,
String pattern,
Map<String,IdPSite> validIdps,
PluginContext context,
Collection<IdPSite> searchResult,
List<IdPSite> idpList)
Plgin point for searching. |
Methods in edu.internet2.middleware.shibboleth.wayf.plugins.provider with parameters of type PluginContext | |
---|---|
PluginContext |
SamlCookiePlugin.lookup(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.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(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
PluginMetadataParameter parameter,
String pattern,
Map<String,IdPSite> validIdps,
PluginContext context,
Collection<IdPSite> searchResult,
List<IdPSite> idpList)
Plgin point for searching. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |