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