public interface IAuthChallengeResponse
Modifier and Type | Method and Description |
---|---|
String |
getLogoutURL(HttpServletRequest request)
Returns full URL for logout request.
|
int |
handle(HttpServletRequest request,
HttpServletResponse response)
Handles the request.
|
void |
init(IAuthScheme authScheme)
Initialize this authChallengeResponse with it's IAuthScheme
|
void init(IAuthScheme authScheme) throws PortalException
authScheme
- PortalException
int handle(HttpServletRequest request, HttpServletResponse response) throws FrameworkException
com.webmethods.portal.framework.dispatch.DispatchManager
how to further handle the request. Prior to the com.webmethods.portal.framework.dispatch.DispatchManager
delegating to the IDispatchHandler,
a PresentationData is associated with the HttpServletRequest. The following response are valid:PresentationData
PresentationData
back to the user
IPresentationManager
request
- the current HttpServletRequestresponse
- the current HttpServletResponseFrameworkException
String getLogoutURL(HttpServletRequest request) throws PortalException
request
- HTTP request initialized with portal context info.PortalException