source: fedd/abac-src/ttg/demo/build/WEB-INF/usn.xml @ df783c1

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

ABAC sources from Cobham

  • Property mode set to 100644
File size: 2.7 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<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="file:///var/tomcat4/webapps/demo/WEB-INF/RTMLv1.0q.xsd">
4        <ApplicationDomainSpecification uri="" id="FakeHashADSD02">
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="NRetTacCom">
12                        <Plain issuerTraces="def" subjectTraces="none"/>
13                </RoleDeclaration>
14                <RoleDeclaration name="usr">
15                        <Plain issuerTraces="none" subjectTraces="all"/>
16                </RoleDeclaration>
17                <RoleDeclaration name="NRetTacUsr">
18                        <Plain issuerTraces="none" subjectTraces="all"/>
19                </RoleDeclaration>
20                <RoleDeclaration name="NRetUSTacCom">
21                        <Plain issuerTraces="none" subjectTraces="all"/>
22                </RoleDeclaration>
23                <RoleDeclaration name="assignedNRet">
24                        <Plain issuerTraces="none" subjectTraces="all"/>
25                </RoleDeclaration>
26                <RoleDeclaration name="friendlyUsr">
27                        <Plain issuerTraces="none" subjectTraces="all"/>
28                </RoleDeclaration>
29        </ApplicationDomainSpecification>
30        <Credential id="FakeHashCredential04">
31                <!-- RADMSmith.NRetTacUsr <- USN.assignedNRet -->
32                <Preamble>
33                        <ImportDomain name="s" idref="FakeHashADSD02"/>
34                        <Principal shortName="RADMSmith">
35                                <KeyHash>FakeHashKeyRADMSmith</KeyHash>
36                        </Principal>
37                        <Principal shortName="USN">
38                                <KeyHash>FakeHashKeyUSN</KeyHash>
39                        </Principal>
40                </Preamble>
41                <Issuer>
42                        <PrincipalRef shortName="RADMSmith"/>
43                </Issuer>
44                <SimpleContainment>
45                        <HeadRoleTerm name="NRetTacUsr" domain="s"/>
46                        <ExternalRole>
47                                <PrincipalRef shortName="USN"/>
48                                <RoleTerm name="assignedNRet" domain="s"/>
49                        </ExternalRole>
50                </SimpleContainment>
51                <ValidityTime>
52                        <IssueTime>2002-09-01T13:20:00</IssueTime>
53                        <NotAfter>2004-09-01T13:20:00</NotAfter>
54                </ValidityTime>
55        </Credential>
56        <Credential id="FakeHashCredential05">
57                <!-- US.friendly <- SE -->
58                <Preamble>
59                        <ImportDomain name="s" idref="FakeHashADSD02"/>
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="US"/>
69                </Issuer>
70                <SimpleMember>
71                        <HeadRoleTerm name="friendly" domain="s"/>
72                        <PrincipalRef shortName="SE"/>
73                </SimpleMember>
74                <ValidityTime>
75                        <IssueTime>2002-09-01T13:20:00</IssueTime>
76                        <NotAfter>2004-09-01T13:20:00</NotAfter>
77                </ValidityTime>
78        </Credential>
79</CredentialStore>
Note: See TracBrowser for help on using the repository browser.