Package org.apache.cxf.ws.security.wss4j
Interface WSS4JSecurityContextCreator
- All Known Implementing Classes:
DefaultWSS4JSecurityContextCreator
public interface WSS4JSecurityContextCreator
A pluggable way to create a CXF SecurityContext Object from a set of WSS4J processing results
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateSecurityContext(org.apache.cxf.binding.soap.SoapMessage msg, org.apache.wss4j.dom.handler.WSHandlerResult handlerResult) Create a SecurityContext and store it on the SoapMessage parameter
-
Method Details
-
createSecurityContext
void createSecurityContext(org.apache.cxf.binding.soap.SoapMessage msg, org.apache.wss4j.dom.handler.WSHandlerResult handlerResult) Create a SecurityContext and store it on the SoapMessage parameter
-