source: fedd/abac-src/rtml/examples/FW/netPerm.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.6 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\FWADSD.xml"/>
8    <ImportDomain name="Stanford" uri="C:\rtml\examples\FW\StanfordADSD.xml"/>
9    <Principal id="K_SA">
10      <ds:KeyValue>HTRv8mZgt2uZUKWkn5/oBHsQIsJPu6nX/rfGG/</ds:KeyValue>
11    </Principal>
12    <Principal id="K_Stanford">
13      <ds:KeyValue>HTRv8mZgt2uZUKWkn5/oB</ds:KeyValue>
14    </Principal>
15  </Preamble>
16  <Issuer>
17    <Principal id="K_FW">
18      <ds:KeyValue>Eln5/htZP51p7Y/Y1+zZOSSmoi2fQS0deniScan3990</ds:KeyValue>
19    </Principal>
20  </Issuer>
21  <SimpleDelegation>
22    <HeadRoleTerm name="hostPerm">
23      <Parameter name="host">
24        <TreeValue includeCurrent="true" includeDescendents="true">cs.stanford.edu</TreeValue>
25      </Parameter>
26    </HeadRoleTerm>
27    <DelegateTo>
28      <PrincipalRef ref="K_SA"/>
29    </DelegateTo>
30    <Control>
31      <ExternalRole>
32        <PrincipalRef ref="K_Stanford"/>
33        <RoleTerm name="StudentID" domain="Stanford"/>
34      </ExternalRole>
35    </Control>
36  </SimpleDelegation>
37  <ValidityTime>
38    <IssueTime>2002-08-27T10:23:34</IssueTime>
39    <NotAfter>2002-09-27T10:23:34</NotAfter>
40  </ValidityTime>
41</Credential>
Note: See TracBrowser for help on using the repository browser.