|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.base.websso.WebSSORequester
public class WebSSORequester
Class to be used by a 'requester' (remote) bridging element to handle HTTP requests coming from a local federation that need to be translated into eduGAIN messages.
| Field Summary | |
|---|---|
private org.apache.log4j.Logger |
log
|
| Constructor Summary | |
|---|---|
WebSSORequester()
Simple constructor with no parameters. |
|
WebSSORequester(java.util.Properties props)
Constructor receiving signing properties as a parameter. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthenticationRequestURL(AuthenticationRequest request)
Processes an AuthenticationRequest request and builds the appropriate HTTP response (redirection to a HomeBE). |
void |
sendAuthenticationRequest(AuthenticationRequest request,
javax.servlet.http.HttpServletResponse httpResponse)
Processes an AuthenticationRequest request and builds the appropriate HTTP response (redirection to a HomeBE). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private org.apache.log4j.Logger log
| Constructor Detail |
|---|
public WebSSORequester()
registerAdaptor()
public WebSSORequester(java.util.Properties props)
| Method Detail |
|---|
public java.lang.String getAuthenticationRequestURL(AuthenticationRequest request)
throws BaseException
BaseException
public void sendAuthenticationRequest(AuthenticationRequest request,
javax.servlet.http.HttpServletResponse httpResponse)
throws BaseException
BaseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||