80 likes | 98 Views
< draft-ietf-geopriv-common-policy-06.txt > Henning Schulzrinne, John Morris, Hannes Tschofenig, Jorge Cuellar, James Polk, Jonathan Rosenberg. A Document Format for Expressing Privacy Preferences. Changes. Changes to the <identity> condition; Changed the structure: <rule id="f3g44r2">
E N D
<draft-ietf-geopriv-common-policy-06.txt> Henning Schulzrinne, John Morris, Hannes Tschofenig, Jorge Cuellar, James Polk, Jonathan Rosenberg A Document Format for Expressing Privacy Preferences
Changes • Changes to the <identity> condition; Changed the structure: <rule id="f3g44r2"> <conditions> <sphere value="work"/> <identity> <one id="andrew@example.com"/> <one id="ted@example.com"/> </identity> <validity> <from>2003-12-24T17:00:00+01:00</from> <until>2003-12-24T19:00:00+01:00</until> </validity> </conditions> <actions/> <transformations/> </rule> OR AND OR
Single Entity <?xml version="1.0" encoding="UTF-8"?> <ruleset xmlns="urn:ietf:params:xml:ns:common-policy"> <rule id="f3g44r2"> <conditions> <sphere value="work"/> <identity> <one id="andrew@example.com"/> </identity> </conditions> <actions/> <transformations/> </rule> </ruleset>
Matching Any Authenticated Entity <?xml version="1.0" encoding="UTF-8"?> <ruleset xmlns="urn:ietf:params:xml:ns:common-policy"> <rule id="f3g44r5"> <conditions> <identity> <many/> </identity> </conditions> <actions/> <transformations/> </rule> </ruleset>
Matching Any Identity Excepting Enumerated Domains and Identities <?xml version="1.0" encoding="UTF-8"?> <ruleset xmlns="urn:ietf:params:xml:ns:common-policy"> <rule id="f3g44r1"> <conditions> <sphere value="work"/> <identity> <many> <except domain="example.com"/> <except domain="example.org"/> <except id="alice@bad.example.net"/> <except id="bob@good.example.net"/> <except id="+1-212-555-1234" scheme="tel"/> <except id="alice@example.com"/> </many> </identity> <validity> <from>2003-12-24T17:00:00+01:00</from> <until>2003-12-24T19:00:00+01:00</until> </validity> </conditions> <actions/> <transformations/> </rule> </ruleset>
Matching Any Identity Within a Domain Excepting Enumerated Identities <?xml version="1.0" encoding="UTF-8"?> <ruleset xmlns="urn:ietf:params:xml:ns:common-policy"> <rule id="f3g44r1"> <conditions> <identity> <many domain="example.com"> <except id="alice@example.com"/> <except id="bob@example.com"/> </many> </identity> </conditions> <actions/> <transformations/> </rule> </ruleset>
Open Issues? • One or multiple tokens in scheme or sphere attribute? • Internationalization • Proposal provided by the last draft update. • Restrictions in the XML schema • Rejected • Extensibility of the scheme element • Is enough there? • Registration of sphere values • Rejected