source: fedd/abac-src/rtml/examples/FW/StudentID.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: 941 bytes
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:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\rtml\schemas\Credential.xsd">
4        <Preamble>
5                <DefaultDomain uri="C:\rtml\examples\FW\StanfordADSD.xml"/>
6                <Principal id="K_Stanford">
7                        <ds:KeyValue>HTRv8mZgt2uZUKWkn5/oB</ds:KeyValue>
8                </Principal>
9                <Principal id="K_Alice">
10                        <ds:KeyValue>2J6ASQ7zKTxvqhRkImog9/hWuWfBpKL</ds:KeyValue>
11                </Principal>
12        </Preamble>
13        <Issuer>
14                <PrincipalRef ref="K_Stanford"/>
15        </Issuer>
16        <SimpleMember>
17                <HeadRoleTerm name="StudentID"/>
18                <PrincipalRef ref="K_Alice"/>
19        </SimpleMember>
20        <ValidityTime>
21                <IssuedAt>2002-08-27T10:23:34</IssuedAt>
22                <ValidFrom>2002-08-27T10:23:34</ValidFrom>
23                <ValidTo>2002-09-27T10:23:34</ValidTo>
24        </ValidityTime>
25</Credential>
Note: See TracBrowser for help on using the repository browser.