|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WayfException | |
|---|---|
| edu.internet2.middleware.shibboleth.wayf | The engine which drives the Java Centralized Discovery Service Servlet. |
| Uses of WayfException in edu.internet2.middleware.shibboleth.wayf |
|---|
| Methods in edu.internet2.middleware.shibboleth.wayf that throw WayfException | |
|---|---|
static void |
DiscoveryServiceHandler.forwardRequest(HttpServletRequest req,
HttpServletResponse res,
IdPSite site)
Uses an HTTP Status 307 redirect to forward the user to the IdP or the SP. |
protected org.opensaml.saml2.metadata.EntityDescriptor |
IdPSiteSet.getEntity(String name)
Return the entity given the name. |
protected IdPSite |
IdPSiteSet.getSite(String idpName)
Return the idpSite for the given entity name. |
private static String |
DiscoveryServiceHandler.getSPId(HttpServletRequest req)
Examine the request and return the ID of the service provider by checking Both DS and WAYF protocols. |
private void |
DiscoveryServiceHandler.handleLookup(HttpServletRequest req,
HttpServletResponse res,
String searchName)
Displays a Discovery Service selection page, having first consulted the plugins as needed. |
private void |
DiscoveryServiceHandler.handleSelection(HttpServletRequest req,
HttpServletResponse res)
When the WAYF user has selected something we look it up, tell the plugins and then dispatch to the Idp. |
private void |
DiscoveryServiceHandler.setupReturnAddress(String spName,
HttpServletRequest req)
This sets up the parameter RETURN_ATTRIBUTE_NAME with the return address harvested from the reqest. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||