projects
/
platform
/
upstream
/
libgsignon-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fde058
)
widl: create a separate SecurityContext dictionary for owner/ACL
author
Jussi Laako
<jussi@sonarnerd.net>
Mon, 2 Jun 2014 08:24:33 +0000
(11:24 +0300)
committer
Jussi Laako
<jussi@sonarnerd.net>
Mon, 2 Jun 2014 08:24:33 +0000
(11:24 +0300)
widl/signon.widl
patch
|
blob
|
history
diff --git
a/widl/signon.widl
b/widl/signon.widl
index 792eae2ce838e48666c70f51395627860a57e0f4..29592aa03c6eccc64b9ae101b86d8a4bc55e4260 100644
(file)
--- a/
widl/signon.widl
+++ b/
widl/signon.widl
@@
-76,9
+76,13
@@
interface AuthSession : EventTarget {
};
-dictionary
ACLEntry
{
+dictionary
SecurityContext
{
DOMString sysContext;
DOMString appContext;
+};
+
+dictionary ACLEntry {
+ SecurityContext secContext;
DOMString method;
DOMString[] mechanisms;
};
@@
-90,7
+94,7
@@
dictionary IdentityInfo {
boolean storeSecret;
DOMString caption;
DOMString[] realms;
-
DOMString
owner;
+
SecurityContext
owner;
ACLEntry[] accessControlList;
};