Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
9d803873
Commit
9d803873
authored
Oct 03, 2008
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add optional extensions section to credential.
parent
fead0db4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
protogeni/security/credential.rnc
protogeni/security/credential.rnc
+2
-0
protogeni/security/credential.xsd
protogeni/security/credential.xsd
+10
-0
No files found.
protogeni/security/credential.rnc
View file @
9d803873
...
@@ -86,6 +86,8 @@ credentials = element credential {
...
@@ -86,6 +86,8 @@ credentials = element credential {
element expires { xsd:dateTime },
element expires { xsd:dateTime },
## Privileges or a ticket
## Privileges or a ticket
(PrivilegesSpec | TicketSpec | CapabilitiesSpec),
(PrivilegesSpec | TicketSpec | CapabilitiesSpec),
## Optional Extensions
element extensions { anyelementbody }*,
## Parent that delegated to us
## Parent that delegated to us
element parent { credentials }?
element parent { credentials }?
}
}
...
...
protogeni/security/credential.xsd
View file @
9d803873
...
@@ -132,6 +132,7 @@
...
@@ -132,6 +132,7 @@
<xs:element
ref=
"ticket"
/>
<xs:element
ref=
"ticket"
/>
<xs:element
ref=
"capabilities"
/>
<xs:element
ref=
"capabilities"
/>
</xs:choice>
</xs:choice>
<xs:element
minOccurs=
"0"
maxOccurs=
"unbounded"
ref=
"extensions"
/>
<xs:element
minOccurs=
"0"
ref=
"parent"
/>
<xs:element
minOccurs=
"0"
ref=
"parent"
/>
</xs:sequence>
</xs:sequence>
<xs:attribute
ref=
"xml:id"
use=
"required"
/>
<xs:attribute
ref=
"xml:id"
use=
"required"
/>
...
@@ -179,6 +180,15 @@
...
@@ -179,6 +180,15 @@
<xs:documentation>
Expires on
</xs:documentation>
<xs:documentation>
Expires on
</xs:documentation>
</xs:annotation>
</xs:annotation>
</xs:element>
</xs:element>
<xs:element
name=
"extensions"
>
<xs:annotation>
<xs:documentation>
Optional Extensions
</xs:documentation>
</xs:annotation>
<xs:complexType
mixed=
"true"
>
<xs:group
ref=
"anyelementbody"
/>
<xs:attributeGroup
ref=
"anyelementbody"
/>
</xs:complexType>
</xs:element>
<xs:element
name=
"parent"
type=
"credentials"
>
<xs:element
name=
"parent"
type=
"credentials"
>
<xs:annotation>
<xs:annotation>
<xs:documentation>
Parent that delegated to us
</xs:documentation>
<xs:documentation>
Parent that delegated to us
</xs:documentation>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment