summaryrefslogtreecommitdiffstats
path: root/neethi/src/samples/test3.xml
blob: a3bc4277cfd1af7a26a7e23a5b987457384ff05b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>