From 0a90384a9c7d840e88d9636271e8393a514647a0 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 28 Jul 2009 10:34:52 +0200 Subject: Import shibboleth ds 1.1.0 --- .../shibboleth/wayf/plugins/class-use/Plugin.html | 232 +++++++++++++++ .../wayf/plugins/class-use/PluginContext.html | 318 ++++++++++++++++++++ .../plugins/class-use/PluginMetadataParameter.html | 329 +++++++++++++++++++++ .../wayf/plugins/class-use/WayfRequestHandled.html | 257 ++++++++++++++++ 4 files changed, 1136 insertions(+) create mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/Plugin.html create mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginContext.html create mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginMetadataParameter.html create mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/WayfRequestHandled.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/Plugin.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/Plugin.html new file mode 100644 index 0000000..0521d9a --- /dev/null +++ b/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/Plugin.html @@ -0,0 +1,232 @@ + + + + + + + +Uses of Interface edu.internet2.middleware.shibboleth.wayf.plugins.Plugin (Shibboleth Discovery Service 1.1.0 Java API.) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

+
+ + + + + + + + + + + + + +
+Packages that use Plugin
edu.internet2.middleware.shibboleth.wayf  
edu.internet2.middleware.shibboleth.wayf.plugins.provider  
+  +

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

+ + + + + + + + + + + + + +
Methods in edu.internet2.middleware.shibboleth.wayf with parameters of type Plugin
+protected  voidIdPSiteSet.addPlugin(Plugin plugin) + +
+          Declares a plugin to the siteset.
+protected  PluginMetadataParameterIdPSiteSet.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, + Hashtable<String,IdPSiteSet> federations, + Hashtable<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
+ classSamlCookiePlugin + +
+          This is a test implementation of the saml cookie lookup stuff to + see whether it fits the plugin architecture.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2006-2009 Internet2. All Rights Reserved. + + diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginContext.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginContext.html new file mode 100644 index 0000000..a1c190a --- /dev/null +++ b/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginContext.html @@ -0,0 +1,318 @@ + + + + + + + +Uses of Interface edu.internet2.middleware.shibboleth.wayf.plugins.PluginContext (Shibboleth Discovery Service 1.1.0 Java API.) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
edu.internet2.middleware.shibboleth.wayf.plugins.PluginContext

+
+ + + + + + + + + + + + + +
+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
+ PluginContextPlugin.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.
+ PluginContextPlugin.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
+ PluginContextPlugin.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.
+ PluginContextPlugin.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
+ PluginContextSamlCookiePlugin.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.
+ PluginContextSamlCookiePlugin.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
+ PluginContextSamlCookiePlugin.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.
+ PluginContextSamlCookiePlugin.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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2006-2009 Internet2. All Rights Reserved. + + diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginMetadataParameter.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginMetadataParameter.html new file mode 100644 index 0000000..b442fa8 --- /dev/null +++ b/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginMetadataParameter.html @@ -0,0 +1,329 @@ + + + + + + + +Uses of Interface edu.internet2.middleware.shibboleth.wayf.plugins.PluginMetadataParameter (Shibboleth Discovery Service 1.1.0 Java API.) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
edu.internet2.middleware.shibboleth.wayf.plugins.PluginMetadataParameter

+
+ + + + + + + + + + + + + + + + + +
+Packages that use PluginMetadataParameter
edu.internet2.middleware.shibboleth.wayf  
edu.internet2.middleware.shibboleth.wayf.plugins  
edu.internet2.middleware.shibboleth.wayf.plugins.provider  
+  +

+ + + + + +
+Uses of PluginMetadataParameter in edu.internet2.middleware.shibboleth.wayf
+  +

+ + + + + + + + + +
Methods in edu.internet2.middleware.shibboleth.wayf that return PluginMetadataParameter
+protected  PluginMetadataParameterIdPSiteSet.paramFor(Plugin plugin) + +
+          Return the parameter that this plugin uses.
+  +

+ + + + + +
+Uses of PluginMetadataParameter in edu.internet2.middleware.shibboleth.wayf.plugins
+  +

+ + + + + + + + + +
Methods in edu.internet2.middleware.shibboleth.wayf.plugins that return PluginMetadataParameter
+ PluginMetadataParameterPlugin.refreshMetadata(org.opensaml.saml2.metadata.provider.MetadataProvider metadata) + +
+          Whenever the WAYF discoveres that the metadata is stale, it reloads it and calls each plugin at this method.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in edu.internet2.middleware.shibboleth.wayf.plugins with parameters of type PluginMetadataParameter
+ PluginContextPlugin.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.
+ PluginContextPlugin.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.
+ voidPlugin.selected(javax.servlet.http.HttpServletRequest req, + javax.servlet.http.HttpServletResponse res, + PluginMetadataParameter parameter, + String idP) + +
+          This method is called, for every plugin, after a user has selected an IdP.
+  +

+ + + + + +
+Uses of PluginMetadataParameter in edu.internet2.middleware.shibboleth.wayf.plugins.provider
+  +

+ + + + + + + + + +
Methods in edu.internet2.middleware.shibboleth.wayf.plugins.provider that return PluginMetadataParameter
+ PluginMetadataParameterSamlCookiePlugin.refreshMetadata(org.opensaml.saml2.metadata.provider.MetadataProvider metadata) + +
+          Plugin point which is called when the data is refreshed.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in edu.internet2.middleware.shibboleth.wayf.plugins.provider with parameters of type PluginMetadataParameter
+ PluginContextSamlCookiePlugin.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.
+ PluginContextSamlCookiePlugin.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.
+ voidSamlCookiePlugin.selected(javax.servlet.http.HttpServletRequest req, + javax.servlet.http.HttpServletResponse res, + PluginMetadataParameter parameter, + String idP) + +
+          Plugin point for selection.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2006-2009 Internet2. All Rights Reserved. + + diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/WayfRequestHandled.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/WayfRequestHandled.html new file mode 100644 index 0000000..6a1ead5 --- /dev/null +++ b/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/WayfRequestHandled.html @@ -0,0 +1,257 @@ + + + + + + + +Uses of Class edu.internet2.middleware.shibboleth.wayf.plugins.WayfRequestHandled (Shibboleth Discovery Service 1.1.0 Java API.) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
edu.internet2.middleware.shibboleth.wayf.plugins.WayfRequestHandled

+
+ + + + + + + + + + + + + +
+Packages that use WayfRequestHandled
edu.internet2.middleware.shibboleth.wayf.plugins  
edu.internet2.middleware.shibboleth.wayf.plugins.provider  
+  +

+ + + + + +
+Uses of WayfRequestHandled in edu.internet2.middleware.shibboleth.wayf.plugins
+  +

+ + + + + + + + + + + + + + + + + +
Methods in edu.internet2.middleware.shibboleth.wayf.plugins that throw WayfRequestHandled
+ PluginContextPlugin.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.
+ PluginContextPlugin.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.
+ voidPlugin.selected(javax.servlet.http.HttpServletRequest req, + javax.servlet.http.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
+ PluginContextSamlCookiePlugin.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.
+ PluginContextSamlCookiePlugin.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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2006-2009 Internet2. All Rights Reserved. + + -- cgit v1.1