From dcece198527eb3012a081402ad2e117e2136a4a4 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 1 Aug 2011 11:30:31 +0200 Subject: import trunk@2167 --- .../shibboleth/wayf/plugins/class-use/Plugin.html | 236 --------------- .../wayf/plugins/class-use/PluginContext.html | 322 -------------------- .../plugins/class-use/PluginMetadataParameter.html | 333 --------------------- .../wayf/plugins/class-use/WayfRequestHandled.html | 261 ---------------- 4 files changed, 1152 deletions(-) delete mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/Plugin.html delete mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginContext.html delete mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginMetadataParameter.html delete 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 deleted file mode 100644 index 81cc4f4..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/Plugin.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - -Uses of Interface edu.internet2.middleware.shibboleth.wayf.plugins.Plugin (Shibboleth Discovery Service 1.1.2 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-2010 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 deleted file mode 100644 index 23c225a..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginContext.html +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - - -Uses of Interface edu.internet2.middleware.shibboleth.wayf.plugins.PluginContext (Shibboleth Discovery Service 1.1.2 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-2010 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 deleted file mode 100644 index fac5950..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/PluginMetadataParameter.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - - -Uses of Interface edu.internet2.middleware.shibboleth.wayf.plugins.PluginMetadataParameter (Shibboleth Discovery Service 1.1.2 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-2010 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 deleted file mode 100644 index d7814ec..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/class-use/WayfRequestHandled.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - - -Uses of Class edu.internet2.middleware.shibboleth.wayf.plugins.WayfRequestHandled (Shibboleth Discovery Service 1.1.2 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-2010 Internet2. All Rights Reserved. - - -- cgit v1.1