source: fedd/abac-src/rtml/examples/FW/networkPerm.xml @ 53dfd4b

axis_examplecompt_changesinfo-opsversion-2.00version-3.01version-3.02
Last change on this file since 53dfd4b was 8780cbec, checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago

ABAC sources from Cobham

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Kangshi (Kangshi) -->
3<Credential
4xmlns="http://crypto.stanford.edu/dc/RTMLv1.0" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://crypto.stanford.edu/dc/RTMLv1.0
5                            http://crypto.stanford.edu/~ninghui/rtml/RTMLv1.0q.xsd">
6        <Preamble>
7                <DefaultDomain uri="C:\rtml\examples\FW\SAADSD.xml"/>
8                <Principal id="K_SA">
9                        <ds:KeyValue>HTRv8mZgt2uZUKWkn5/oBHsQIsJPu6nX/rfGG/</ds:KeyValue>
10                </Principal>
11                <Principal id="K_Alice">
12                        <ds:KeyValue>2J6ASQ7zKTxvqhRkImog9/hWuWfBpKL</ds:KeyValue>
13                </Principal>
14        </Preamble>
15        <Issuer>
16                <PrincipalRef ref="K_SA"/>
17        </Issuer>
18        <SimpleMember>
19                <HeadRoleTerm name="networkPerm">
20                        <Parameter name="host">
21                                <TreeValue includeDescendents="true" includeCurrent="false">stanford.edu</TreeValue>
22                        </Parameter>
23                        <Parameter name="port">
24                                <Interval>
25                                        <From>
26                                                <IntegerValue>8000</IntegerValue>
27                                        </From>
28                                        <To>
29                                                <IntegerValue>8443</IntegerValue>
30                                        </To>
31                                </Interval>
32                        </Parameter>
33                </HeadRoleTerm>
34                <PrincipalRef ref="K_Alice"/>
35        </SimpleMember>
36        <ValidityTime>
37                <IssueTime>2002-08-27T10:23:34</IssueTime>
38                <NotAfter>2002-09-27T10:23:34</NotAfter>
39        </ValidityTime>
40</Credential>
Note: See TracBrowser for help on using the repository browser.