summaryrefslogtreecommitdiffstats
path: root/neethi/src/samples/test3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'neethi/src/samples/test3.xml')
-rw-r--r--neethi/src/samples/test3.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/neethi/src/samples/test3.xml b/neethi/src/samples/test3.xml
new file mode 100644
index 0000000..a3bc427
--- /dev/null
+++ b/neethi/src/samples/test3.xml
@@ -0,0 +1,20 @@
+
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sec:SecurityToken>
+ <sec:TokenType>sec:X509v3</sec:TokenType>
+ </sec:SecurityToken>
+ </wsp:All>
+ <wsp:All>
+ <sec:SecurityToken>
+ <sec:TokenType>sec:X509v3</sec:TokenType>
+ </sec:SecurityToken>
+ </wsp:All>
+ <wsp:All>
+ <sec:SecurityToken>
+ <sec:TokenType>sec:Kerberosv5TGT</sec:TokenType>
+ </sec:SecurityToken>
+ </wsp:All>
+ </wsp:ExactlyOne>
+</wsp:Policy> \ No newline at end of file