Hi, I'm upgrading an app to be based on CXF 3.1 (from 3.0.5). In 3.0.5, I could do
message.setContextualProperty(SecurityConstants.USERNAME_TOKEN_VALIDATOR,tokenValidator); from within an AbstractPhaseInterceptor. This method no longer exists. Is there an equivalent? John
