@Service(value="userInfoUrlParameterizingPreInterceptor") public class UserInfoUrlParameterizingPreInterceptor extends Object implements IPreInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
UserInfoUrlParameterizingPreInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Intercept a content request before it is executed.
|
boolean |
validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Confirm that the proxyRequest has all of the information required to execute.
|
public UserInfoUrlParameterizingPreInterceptor()
public void intercept(HttpContentRequestImpl proxyRequest, javax.portlet.PortletRequest portletRequest)
intercept in interface IPreInterceptorproxyRequest - a HttpContentRequestImpl objectportletRequest - a PortletRequest objectpublic boolean validate(HttpContentRequestImpl proxyRequest, javax.portlet.PortletRequest portletRequest)
validate in interface IPreInterceptorproxyRequest - a HttpContentRequestImpl objectportletRequest - a PortletRequest objectCopyright © 2023 Apereo. All rights reserved.