Copyright© 2008-2018 SiteVision AB, all rights reserved.
public class ServletCallback
extends Object
implements javax.security.auth.callback.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-2018 SiteVision AB, all rights reserved.