net.geant.edugain.base.websso
Interface WebSSORequestAdaptor


public interface WebSSORequestAdaptor

WebSSORequestAdaptor. This interface will be implemented by any adaptor element receiving requests from eduGAIN. These methods will be implemented at the Home realm (in Home Bridging Elements).

Author:
Jose Manuel Macias

Method Summary
 void incomingAuthenticationRequest(AuthenticationRequest authnRequest, javax.servlet.http.HttpServletResponse httpResponse)
          Handles the requests coming from eduGAIN, converting it into the local federation slang.
 void setServletContext(javax.servlet.ServletContext context)
          Sets the ServletContext received from the servlet using the class implementing this adaptor.
 

Method Detail

incomingAuthenticationRequest

void incomingAuthenticationRequest(AuthenticationRequest authnRequest,
                                   javax.servlet.http.HttpServletResponse httpResponse)
Handles the requests coming from eduGAIN, converting it into the local federation slang.

Parameters:
authnRequest - The request coming from any eduGAIN element
httpResponse - The HTTP servlet response object

setServletContext

void setServletContext(javax.servlet.ServletContext context)
Sets the ServletContext received from the servlet using the class implementing this adaptor.