source: fedd/abac-src/rtml/examples/EPub/studentCredential.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.5 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\ABUADSD.xml"/>
7                <Principal id="K_StateU">
8                        <StringValue>l2BQjxUjC8yykrmCouuEC/BYHPU=</StringValue>
9                </Principal>
10                <Principal id="K_Bob">
11                        <StringValue>0o4KOuHiuzpnWRbqN/C/ohN</StringValue>
12                </Principal>
13        </Preamble>
14        <Issuer>
15                <PrincipalRef ref="K_StateU"/>
16        </Issuer>
17        <SimpleMember>
18                <HeadRoleTerm name="Student">
19                        <Parameter name="university">
20                                <StringValue>StateU</StringValue>
21                        </Parameter>
22                        <Parameter name="department">
23                                <StringValue>CS</StringValue>
24                        </Parameter>
25                        <Parameter name="program">
26                                <EnumValue>M.S.</EnumValue>
27                        </Parameter>
28                        <Parameter name="id">
29                                <StringValue>123456789</StringValue>
30                        </Parameter>
31                        <Parameter name="name">
32                                <Record>
33                                        <Field name="first name">
34                                                <StringValue>Bob</StringValue>
35                                        </Field>
36                                        <Field name="last name">
37                                                <StringValue>Smith</StringValue>
38                                        </Field>
39                                </Record>
40                        </Parameter>
41                </HeadRoleTerm>
42                <PrincipalRef ref="K_Bob"/>
43        </SimpleMember>
44        <ValidityTime>
45                <IssueTime>2002-08-26T12:52:00</IssueTime>
46        </ValidityTime>
47</Credential>
Note: See TracBrowser for help on using the repository browser.