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 --- .../middleware/shibboleth/wayf/WayfService.html | 316 --------------------- 1 file changed, 316 deletions(-) delete mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/WayfService.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/WayfService.html') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/WayfService.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/WayfService.html deleted file mode 100644 index f083251..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/WayfService.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - - -WayfService (Shibboleth Discovery Service 1.1.0 Java API.) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -edu.internet2.middleware.shibboleth.wayf -
-Class WayfService

-
-java.lang.Object
-  extended by javax.servlet.GenericServlet
-      extended by javax.servlet.http.HttpServlet
-          extended by edu.internet2.middleware.shibboleth.wayf.WayfService
-
-
-
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
-
-
-
-
public class WayfService
extends javax.servlet.http.HttpServlet
- - -

-A servlet implementation of the Shibboleth WAYF service. Allows a browser - user to select from among a group of origin sites. User selection is - optionally cached and the user is forwarded to the HandleService appropriate - to his selection. -

- -

-

-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - -
-Constructor Summary
WayfService() - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
- voiddoGet(javax.servlet.http.HttpServletRequest req, - javax.servlet.http.HttpServletResponse res) - -
-          Handle an HTTP GET.
- voidinit() - -
-          Initialize the Discovery Service.
- - - - - - - -
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
- - - - - - - -
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-WayfService

-
-public WayfService()
-
-
- - - - - - - - -
-Method Detail
- -

-init

-
-public void init()
-          throws javax.servlet.ServletException
-
-
Initialize the Discovery Service. -

-

-
Overrides:
init in class javax.servlet.GenericServlet
-
-
- -
Throws: -
javax.servlet.ServletException - in the case of something bad happening
See Also:
GenericServlet.init()
-
-
-
- -

-doGet

-
-public void doGet(javax.servlet.http.HttpServletRequest req,
-                  javax.servlet.http.HttpServletResponse res)
-
-
Handle an HTTP GET. Just passes out to the appropriate handler. -

-

-
Overrides:
doGet in class javax.servlet.http.HttpServlet
-
-
-
Parameters:
req - described the request.
res - contains the response.
See Also:
HttpServlet.doGet(HttpServletRequest, HttpServletResponse)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2006-2009 Internet2. All Rights Reserved. - - -- cgit v1.1