Relative Content

Tag Archive for spring-bootmavensoapx509ws-security

Maven Dependency for WSServerSecurityInterceptor

I’m trying to make a producing web service using spring boot.
It was working fine until I tried to add WS Security, apparently I have to use WSServerSecurityInterceptor to validate the BinarySecurityToken in the request.
But I can’t find a Maven Dependency for the WSServerSecurityInterceptor or the WSS4JInInterceptor and WSS4JOutInterceptor class anywhere.

Maven Dependency for WSServerSecurityInterceptor

I’m trying to make a producing web service using spring boot.
It was working fine until I tried to add WS Security, apparently I have to use WSServerSecurityInterceptor to validate the BinarySecurityToken in the request.
But I can’t find a Maven Dependency for the WSServerSecurityInterceptor or the WSS4JInInterceptor and WSS4JOutInterceptor class anywhere.