I want to secure my web service to only let qualified agent to call my service which is exposed by spring integration http inbound gateway, can I use spring security to do that? the simplest way is to use a token in header for verification, however I don't want to create a wheal for such case, I want to use one standard solution in community.
thanks