1 / 8

A Document Format for Expressing Privacy Preferences

< 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">

jsweeney
Télécharger la présentation

A Document Format for Expressing Privacy Preferences

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <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

  2. 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

  3. 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>

  4. 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>

  5. 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>

  6. 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>

  7. 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

  8. Please review the document!

More Related