Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Incomplete
-
2.6.2
-
Unknown
Description
There do not appear to be WS-SecurityPolicy assertion builders for any of the Require<foo>Reference assertions, e.g. RequireEmbeddedTokenReference.
I would be happy to start poking at this if someone would give me a 5 minute roadmap. I believe what needs to happen is in /cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/builders; add a new assertion builder class that would be picked up by WSSecurityPolicyLoader; I can sort of guess by looking at the others what an AssertionBuilder is supposed to do, but there is probably more to it.