|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebSSOResponseAdaptor
WebSSOResponseAdaptor. This interface will be implemented by any adaptor element responding requests to eduGAIN. These methods will be implemented at the Home realm (in Home Bridging Elements).
| Method Summary | |
|---|---|
void |
incomingAuthenticationResponse(AuthenticationResponse authNresponse,
java.lang.String target,
javax.servlet.http.HttpServletResponse httpResponse)
Handles the request coming from the local federation, converting it to an eduGAIN authentication response that will be used by eduGAIN base. |
void |
setServletContext(javax.servlet.ServletContext context)
Sets the ServletContext received from the servlet using the class implementing this adaptor. |
| Method Detail |
|---|
void incomingAuthenticationResponse(AuthenticationResponse authNresponse,
java.lang.String target,
javax.servlet.http.HttpServletResponse httpResponse)
authNresponse - An eduGAIN @see AuthenticationRequest objecttarget - The original target of the AuthenticationRequesthttpResponse - The servlet http response object.void setServletContext(javax.servlet.ServletContext context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||