Copyright© 2008-2022 Sitevision AB, all rights reserved.
public class ServletCallback extends Object implements Callback
JAAS callback for accessing request and response.
Important legacy note! As of Sitevision 3 this class has been moved (from package senselogic.sitevision.security.jaas.callback.api). Previously implemented custom JAAS filters/modules using this class must be re-compiled in order to run in Sitevision 3.| Constructor and Description |
|---|
ServletCallback() |
| Modifier and Type | Method and Description |
|---|---|
HttpServletRequest |
getRequest()
Gets the request of this callback.
|
HttpServletResponse |
getResponse()
Gets the response of this callback.
|
void |
setRequest(HttpServletRequest aRequest)
Sets the request of this callback.
|
void |
setResponse(HttpServletResponse aResponse)
Sets the response of this callback.
|
public HttpServletRequest getRequest()
public void setRequest(HttpServletRequest aRequest)
aRequest - the requestpublic HttpServletResponse getResponse()
public void setResponse(HttpServletResponse aResponse)
aResponse - the responseSitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.