How does Java handle Certificates in Spring Ws?

前端 未结 1 1925
無奈伤痛
無奈伤痛 2021-01-25 21:54

I need to consume a web Service using Spring Ws . I am using WEB service Template. I need to know that by only specifying the certificates in java keystore and trustore will th

相关标签:
1条回答
  • 2021-01-25 22:57

    Once you have selected the security interceptor you like to use. Assuming you have all the certificates handy, you can follow below links to set up the one or two way ssl for each of the security interceptor. This links are not most up to date but should get you started.

    XwsSecurityInterceptor

    Server Security Set up

    Client Security Set up

    Wss4jSecurityInteceptor

    Client and Server Security Set up

    0 讨论(0)
提交回复
热议问题