|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Callback interface provided by client application enabling post-construction examination/modification of HTTP exchange. For example, a caller may embed security information, authenticate the peer, etc.
Method Summary | |
boolean |
incoming(javax.servlet.http.HttpServletRequest r,
Object globalCtx,
Object callCtx)
Callback hook enabling HTTP request header examination. |
boolean |
incoming(HttpURLConnection conn,
Object globalCtx,
Object callCtx)
Callback hook enabling HTTP response header examination. |
boolean |
outgoing(javax.servlet.http.HttpServletResponse r,
Object globalCtx,
Object callCtx)
Callback hook enabling HTTP response header modification. |
boolean |
outgoing(HttpURLConnection conn,
Object globalCtx,
Object callCtx)
Callback hook enabling HTTP request header modification. |
Method Detail |
public boolean incoming(javax.servlet.http.HttpServletRequest r, Object globalCtx, Object callCtx) throws SAMLException
r
- The HTTP request contextglobalCtx
- Context data to pass to registered hooks on each callcallCtx
- Context data to pass to registered hooks for this call
SAMLException
public boolean outgoing(javax.servlet.http.HttpServletResponse r, Object globalCtx, Object callCtx) throws SAMLException
r
- The HTTP response contextglobalCtx
- Context data to pass to registered hooks on each callcallCtx
- Context data to pass to registered hooks for this call
SAMLException
public boolean incoming(HttpURLConnection conn, Object globalCtx, Object callCtx) throws SAMLException
conn
- The HTTP connectionglobalCtx
- Context data to pass to registered hooks on each callcallCtx
- Context data to pass to registered hooks for this call
SAMLException
public boolean outgoing(HttpURLConnection conn, Object globalCtx, Object callCtx) throws SAMLException
conn
- The HTTP connectionglobalCtx
- Context data to pass to registered hooks on each callcallCtx
- Context data to pass to registered hooks for this call
SAMLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |