From b5c41b83249677bf1dec46de4a7ce97fee55729e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 3 Nov 2011 10:53:40 +0100 Subject: import 1.1.3 --- .../shibboleth/wayf/class-use/IdPSite.html | 447 --------------------- 1 file changed, 447 deletions(-) delete mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/class-use/IdPSite.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/class-use/IdPSite.html') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/class-use/IdPSite.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/class-use/IdPSite.html deleted file mode 100644 index b228fec..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/class-use/IdPSite.html +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - -Uses of Class edu.internet2.middleware.shibboleth.wayf.IdPSite (Shibboleth Discovery Service 1.1.0 Java API.) - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
edu.internet2.middleware.shibboleth.wayf.IdPSite

-
- - - - - - - - - - - - - - - - - -
-Packages that use IdPSite
edu.internet2.middleware.shibboleth.wayf  
edu.internet2.middleware.shibboleth.wayf.plugins  
edu.internet2.middleware.shibboleth.wayf.plugins.provider  
-  -

- - - - - -
-Uses of IdPSite in edu.internet2.middleware.shibboleth.wayf
-  -

- - - - - - - - - -
Methods in edu.internet2.middleware.shibboleth.wayf that return IdPSite
-protected  IdPSiteIdPSiteSet.getSite(String idpName) - -
-          Return the idpSite for the given entity name.
-  -

- - - - - - - - - - - - - -
Methods in edu.internet2.middleware.shibboleth.wayf that return types with arguments of type IdPSite
-protected  Map<String,IdPSite>IdPSiteSet.getIdPSites(String searchString, - HandlerConfig config, - Collection<IdPSite> searchMatches) - -
-          Return all the Idp in the provided entities descriptor.
- Collection<IdPSite>IdPSiteSetEntry.getSites() - -
-          Return the list of associated sites.
-  -

- - - - - - - - - - - - - -
Methods in edu.internet2.middleware.shibboleth.wayf with parameters of type IdPSite
- intIdPSite.Compare.compare(IdPSite o1, - IdPSite o2) - -
-           
-static voidDiscoveryServiceHandler.forwardRequest(javax.servlet.http.HttpServletRequest req, - javax.servlet.http.HttpServletResponse res, - IdPSite site) - -
-          Uses an HTTP Status 307 redirect to forward the user to the IdP or the SP.
-  -

- - - - - - - - - -
Method parameters in edu.internet2.middleware.shibboleth.wayf with type arguments of type IdPSite
-protected  Map<String,IdPSite>IdPSiteSet.getIdPSites(String searchString, - HandlerConfig config, - Collection<IdPSite> searchMatches) - -
-          Return all the Idp in the provided entities descriptor.
-  -

- - - - - - - - -
Constructor parameters in edu.internet2.middleware.shibboleth.wayf with type arguments of type IdPSite
IdPSiteSetEntry(IdPSiteSet siteSetParam, - Collection<IdPSite> sitesParam) - -
-          Create an object which contains just these two objects.
-  -

- - - - - -
-Uses of IdPSite in edu.internet2.middleware.shibboleth.wayf.plugins
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - -
Method parameters in edu.internet2.middleware.shibboleth.wayf.plugins with type arguments of type IdPSite
- 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.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.
- 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.
- 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 IdPSite in edu.internet2.middleware.shibboleth.wayf.plugins.provider
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - -
Method parameters in edu.internet2.middleware.shibboleth.wayf.plugins.provider with type arguments of type IdPSite
- 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.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.
- 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.
- 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