- All Implemented Interfaces:
- IPreInterceptor
@Service(value="userInfoUrlParameterizingPreInterceptor")
public class UserInfoUrlParameterizingPreInterceptor
extends Object
implements IPreInterceptor
UserInfoUrlParameterizingPreInterceptor allows content requests to include
dynamic parameters of the form {attributeName} in content requests, either
in the URL string or in parameters associated with the request. Each
dynamic string will be replaced with the value of the attribute in the UserInfo
map, if one exists.
- Author:
- Jen Bourey, jennifer.bourey@gmail.com