Class HandlerMappingIntrospectorRequestTransformer

java.lang.Object
org.springframework.security.web.access.HandlerMappingIntrospectorRequestTransformer
All Implemented Interfaces:
AuthorizationManagerWebInvocationPrivilegeEvaluator.HttpServletRequestTransformer

@Deprecated(forRemoval=true) public class HandlerMappingIntrospectorRequestTransformer extends Object implements AuthorizationManagerWebInvocationPrivilegeEvaluator.HttpServletRequestTransformer
Deprecated, for removal: This API element is subject to removal in a future version.
Transforms by passing it into HandlerMappingIntrospector.setCache(HttpServletRequest). Before, it wraps the HttpServletRequest to ensure that the methods needed work since some methods by default throw UnsupportedOperationException.