source: fedd/abac-src/ttg/demo/web/sadmir.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: 5.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CredentialStore xmlns="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
3  file:///home/jay/rtml/schemas/RTMLv1.0q.xsd">
4        <ApplicationDomainSpecification uri="" id="FakeHashADSD01">
5                <RoleDeclaration name="friendly">
6                        <Plain issuerTraces="all" subjectTraces="none"/>
7                </RoleDeclaration>
8                <RoleDeclaration name="getsSLocs">
9                        <Plain issuerTraces="def" subjectTraces="none"/>
10                </RoleDeclaration>
11                <RoleDeclaration name="needsSLocs">
12                        <Plain issuerTraces="def" subjectTraces="none"/>
13                </RoleDeclaration>
14                <RoleDeclaration name="NRetTacCom">
15                        <Plain issuerTraces="def" subjectTraces="none"/>
16                </RoleDeclaration>
17                <RoleDeclaration name="usr">
18                        <Plain issuerTraces="none" subjectTraces="all"/>
19                </RoleDeclaration>
20                <RoleDeclaration name="NRetTacUsr">
21                        <Plain issuerTraces="none" subjectTraces="all"/>
22                </RoleDeclaration>
23                <RoleDeclaration name="NRetUSTacCom">
24                        <Plain issuerTraces="none" subjectTraces="all"/>
25                </RoleDeclaration>
26                <RoleDeclaration name="assignedNRet">
27                        <Plain issuerTraces="none" subjectTraces="all"/>
28                </RoleDeclaration>
29                <RoleDeclaration name="friendlyUsr">
30                        <Plain issuerTraces="all" subjectTraces="none"/>
31                </RoleDeclaration>
32        </ApplicationDomainSpecification>
33        <Credential id="FakeHashCredential01">
34                <!-- SE.usr <- SAdmir-->
35                <Preamble>
36                        <ImportDomain name="s" idref="FakeHashADSD01"/>
37                        <Principal shortName="SE">
38                                <KeyHash>FakeHashKeySE</KeyHash>
39                        </Principal>
40                        <Principal shortName="SAdmir">
41                                <KeyHash>FakeHashKeySAdmir</KeyHash>
42                        </Principal>
43                </Preamble>
44                <Issuer>
45                        <PrincipalRef shortName="SE"/>
46                </Issuer>
47                <SimpleMember>
48                        <HeadRoleTerm name="usr" domain="s"/>
49                        <PrincipalRef shortName="SAdmir"/>
50                </SimpleMember>
51                <ValidityTime>
52                        <IssueTime>2002-09-01T13:20:00</IssueTime>
53                        <NotAfter>2003-09-01T13:20:00</NotAfter>
54                </ValidityTime>
55        </Credential>
56        <Credential id="FakeHashCredential02">
57                <!-- SE.friendly <- US -->
58                <Preamble>
59                        <ImportDomain name="s" idref="FakeHashADSD01"/>
60                        <Principal shortName="SE">
61                                <KeyHash>FakeHashKeySE</KeyHash>
62                        </Principal>
63                        <Principal shortName="US">
64                                <KeyHash>FakeHashKeyUS</KeyHash>
65                        </Principal>
66                </Preamble>
67                <Issuer>
68                        <PrincipalRef shortName="SE"/>
69                </Issuer>
70                <SimpleMember>
71                        <HeadRoleTerm name="friendly" domain="s"/>
72                        <PrincipalRef shortName="US"/>
73                </SimpleMember>
74                <ValidityTime>
75                        <IssueTime>2002-09-01T13:20:00</IssueTime>
76                        <NotAfter>2003-09-01T13:20:00</NotAfter>
77                </ValidityTime>
78        </Credential>
79        <Credential id="FakeHashCredential03">
80                <!-- SAdmir.needsSLocs <- Sadmir.NRetTacCom.NRetTacUsr-->
81                <Preamble>
82                        <ImportDomain name="s" idref="FakeHashADSD01"/>
83                        <Principal shortName="SAdmir">
84                                <KeyHash>FakeHashKeySAdmir</KeyHash>
85                        </Principal>
86                </Preamble>
87                <Issuer>
88                        <PrincipalRef shortName="SAdmir"/>
89                </Issuer>
90                <LinkedContainment>
91                        <HeadRoleTerm name="needsSLocs" domain="s"/>
92                        <LinkedRole>
93                                <RoleTerm name="NRetTacCom" domain="s"/>
94                                <RoleTerm name="NRetTacUsr" domain="s"/>
95                        </LinkedRole>
96                </LinkedContainment>
97                <ValidityTime>
98                        <IssueTime>2002-09-01T13:20:00</IssueTime>
99                        <NotAfter>2003-09-01T13:20:00</NotAfter>
100                </ValidityTime>
101        </Credential>
102        <Credential id="FakeHashCredential04">
103                <!-- SAdmir.NRetTacCom <- USEUCOM.NRetUSTacCom-->
104                <Preamble>
105                        <ImportDomain name="s" idref="FakeHashADSD01"/>
106                        <Principal shortName="SAdmir">
107                                <KeyHash>FakeHashKeySAdmir</KeyHash>
108                        </Principal>
109                        <Principal shortName="USEUCOM">
110                                <KeyHash>FakeHashKeyUSEUCOM</KeyHash>
111                        </Principal>
112                </Preamble>
113                <Issuer>
114                        <PrincipalRef shortName="SAdmir"/>
115                </Issuer>
116                <SimpleContainment>
117                        <HeadRoleTerm name="NRetTacCom" domain="s"/>
118                        <ExternalRole>
119                                <PrincipalRef shortName="USEUCOM"/>
120                                <RoleTerm name="NRetUSTacCom" domain="s"/>
121                        </ExternalRole>
122                </SimpleContainment>
123                <ValidityTime>
124                        <IssueTime>2002-09-01T13:20:00</IssueTime>
125                        <NotAfter>2003-09-01T13:20:00</NotAfter>
126                </ValidityTime>
127        </Credential>
128        <Credential id="FakeHashCredential05">
129                <!-- SAdmir.getsSLocs <- SE.friendly.usr ^ SAdmir.needsSLocs-->
130                <Preamble>
131                        <ImportDomain name="s" idref="FakeHashADSD01"/>
132                        <Principal shortName="SE">
133                                <KeyHash>FakeHashKeySE</KeyHash>
134                        </Principal>
135                        <Principal shortName="SAdmir">
136                                <KeyHash>FakeHashKeySAdmir</KeyHash>
137                        </Principal>
138                </Preamble>
139                <Issuer>
140                        <PrincipalRef shortName="SAdmir"/>
141                </Issuer>
142                <SimpleContainment>
143                        <HeadRoleTerm name="friendly" domain="s"/>
144                        <ExternalRole>
145                                <PrincipalRef shortName="SE"/>
146                                <RoleTerm name="friendly" domain="s"/>
147                        </ExternalRole>
148                </SimpleContainment>
149                <LinkedContainment>
150                        <HeadRoleTerm name="friendlyUsr" domain="s"/>
151                        <LinkedRole>
152                                <RoleTerm name="friendly" domain="s"/>
153                                <RoleTerm name="usr" domain="s"/>
154                        </LinkedRole>
155                </LinkedContainment>
156                <IntersectionContainment>
157                        <HeadRoleTerm name="getsSLocs" domain="s"/>
158                        <Intersection>
159                                <RoleTerm name="friendlyUsr" domain="s"/>
160                                <RoleTerm name="needsSLocs" domain="s"/>
161                        </Intersection>
162                </IntersectionContainment>
163                <ValidityTime>
164                        <IssueTime>2002-09-01T13:20:00</IssueTime>
165                        <NotAfter>2003-09-01T13:20:00</NotAfter>
166                </ValidityTime>
167        </Credential>
168</CredentialStore>
Note: See TracBrowser for help on using the repository browser.