source: fedd/abac-src/ttg/demo/build/WEB-INF/sadmir-dde.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: 1.4 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="file:///var/tomcat4/webapps/demp/WEB-INF/RTMLv1.0q.xsd">
3        <ApplicationDomainSpecification uri="" id="FakeHashADSD01">
4                <RoleDeclaration name="friendly">
5                        <Plain issuerTraces="all" subjectTraces="none"/>
6                </RoleDeclaration>
7                <RoleDeclaration name="getsSLocs">
8                        <Plain issuerTraces="def" subjectTraces="none"/>
9                </RoleDeclaration>
10                <RoleDeclaration name="needsSLocs">
11                        <Plain issuerTraces="def" subjectTraces="none"/>
12                </RoleDeclaration>
13                <RoleDeclaration name="NRetTacCom">
14                        <Plain issuerTraces="def" subjectTraces="none"/>
15                </RoleDeclaration>
16                <RoleDeclaration name="usr">
17                        <Plain issuerTraces="none" subjectTraces="all"/>
18                </RoleDeclaration>
19                <RoleDeclaration name="NRetTacUsr">
20                        <Plain issuerTraces="none" subjectTraces="all"/>
21                </RoleDeclaration>
22                <RoleDeclaration name="NRetUSTacCom">
23                        <Plain issuerTraces="none" subjectTraces="all"/>
24                </RoleDeclaration>
25                <RoleDeclaration name="assignedNRet">
26                        <Plain issuerTraces="none" subjectTraces="all"/>
27                </RoleDeclaration>
28                <RoleDeclaration name="friendlyUsr">
29                        <Plain issuerTraces="all" subjectTraces="none"/>
30                </RoleDeclaration>
31        </ApplicationDomainSpecification>
32</CredentialStore>
Note: See TracBrowser for help on using the repository browser.