source: fedd/abac-src/rtml/examples/EPub/ACMCredential.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.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 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
4                                http://crypto.stanford.edu/~ninghui/rtml/RTMLv1.0q.xsd">
5        <Preamble>
6                <DefaultDomain uri="C:\rtml\examples\EPub\ACMADSD.xml"/>
7                <Principal id="K_ACM">
8                        <StringValue>
9                                9+GghdabPd7LvKtcNrhXuXmUr7v6OuqC+VdMCz0HgmdRWVeOutRZT+ZxBxCBgLRJFnEj6EwoFhO3
10                                zwkyjMim4TwWeotUfI0o4KOuHiuzpnWRbqN/C/ohNWLx+2J6ASQ7zKTxvqhRkImog9/hWuWfBpKL
11                                Zl6Ae1UlZAFMO/7PSSo=
12                </StringValue>
13                </Principal>
14                <Principal id="K_Bob">
15                        <StringValue>0o4KOuHiuzpnWRbqN/C/ohN</StringValue>
16                </Principal>
17        </Preamble>
18        <Issuer>
19                <PrincipalRef ref="K_ACM"/>
20        </Issuer>
21        <SimpleMember>
22                <HeadRoleTerm name="ACM Member">
23                        <Parameter name="number">
24                                <StringValue>UJ11111</StringValue>
25                        </Parameter>
26                        <Parameter name="class">
27                                <EnumValue>Professional</EnumValue>
28                        </Parameter>
29                        <Parameter name="name">
30                                <Record>
31                                        <Field name="first name">
32                                                <StringValue>Bob</StringValue>
33                                        </Field>
34                                        <Field name="last name">
35                                                <StringValue>Smith</StringValue>
36                                        </Field>
37                                </Record>
38                        </Parameter>
39                </HeadRoleTerm>
40                <PrincipalRef ref="K_Bob"/>
41        </SimpleMember>
42        <ValidityTime>
43                <IssueTime>2002-08-26T12:52:00</IssueTime>
44        </ValidityTime>
45</Credential>
Note: See TracBrowser for help on using the repository browser.