~ziad-sawalha/keystone/master

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/extensions.xml

  • Committer: Dolph Mathews
  • Author(s): Ziad Sawalha
  • Date: 2011-08-15 14:33:24 UTC
  • Revision ID: git-v1:d9d6a2dd7e01a9ff502b35a1c7b08149c11b362c
Added reponse handling for xsd static file rendering

Change-Id: Iccf2b5b4947d2d8c16ddcf4412657d01bd570729

Schema updates. Split WADLs and extensions and got xsds to compile

Change-Id: I68d34df56f76d86c3764da74b4afe7e67f8ee616

Added reponse handling for xsd static file rendering

Change-Id: Iccf2b5b4947d2d8c16ddcf4412657d01bd570729

Added reponse handling for xsd static file rendering

Change-Id: Iccf2b5b4947d2d8c16ddcf4412657d01bd570729

Extension handling and static file content reorganization

Change-Id: I9f0f66c90df3f43933dc1a578cef2691f4fb332f

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<extensions xmlns="http://docs.openstack.org/common/api/v1.0"
 
4
            xmlns:atom="http://www.w3.org/2005/Atom">
 
5
    <extension
 
6
        name="Reset Password Extension"
 
7
        namespace="http://docs.rackspacecloud.com/identity/api/ext/rpe/v1.0"
 
8
        alias="RS-RPE"
 
9
        updated="2011-01-22T13:25:27-06:00">
 
10
 
 
11
        <description>
 
12
            Adds the capability to reset a user's password.  The user is
 
13
            emailed when the password has been reset.
 
14
        </description>
 
15
 
 
16
        <atom:link rel="describedby"
 
17
                   type="application/pdf"
 
18
                   href="http://docs.rackspacecloud.com/identity/api/ext/identity-rpe-20111111.pdf"/>
 
19
        <atom:link rel="describedby"
 
20
                   type="application/vnd.sun.wadl+xml"
 
21
                   href="http://docs.rackspacecloud.com/identity/api/ext/identity-rpe.wadl"/>
 
22
    </extension>
 
23
    <extension
 
24
        name="User Metadata Extension"
 
25
        namespace="http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0"
 
26
        alias="RS-META"
 
27
        updated="2011-01-12T11:22:33-06:00">
 
28
        <description>
 
29
            Allows associating arbritrary metadata with a user.
 
30
        </description>
 
31
 
 
32
        <atom:link rel="describedby"
 
33
                   type="application/pdf"
 
34
                   href="http://docs.rackspacecloud.com/identity/api/ext/identity-meta-20111201.pdf"/>
 
35
        <atom:link rel="describedby"
 
36
                   type="application/vnd.sun.wadl+xml"
 
37
                   href="http://docs.rackspacecloud.com/identity/api/ext/identity-meta.wadl"/>
 
38
    </extension>
 
39
</extensions>