OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

security-services message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: [security-services] xacml extensibility


I'm not sure if I' attached correct file for j2se1.xml
 
Simon
<?xml version="1.0" encoding="UTF-8"?>
<xacmle:Policy xmlns="http://www.oasis-open.org/committees/xacml/docs/draft-tc-schema-j2se.xsd" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xacmle="http://www.oasis-open.org/committees/xacml/docs/draft-tc-schema-extension-01.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oasis-open.org/committees/xacml/docs/draft-tc-schema-j2se.xsd sg-draft-tc-schema-j2se.xsd">
   <!-- -->
   <xacmle:Grant id="100">
      <xacmle:RuleHead>
         <Subjects>
            <Codesource uri="http://www.foo.com/records.jar">
               <ds:KeyInfo>
                  <ds:KeyName>homer</ds:KeyName>
               </ds:KeyInfo>
            </Codesource>
         </Subjects>
         <Permissions>
            <FilePermission>
               <File>/webapps/store/index.html</File>
               <Action>read</Action>
               <Action>write</Action>
            </FilePermission>
         </Permissions>
      </xacmle:RuleHead>
   </xacmle:Grant>
   <!-- -->
   <xacmle:Grant id="200">
      <xacmle:RuleHead>
         <Subjects>
            <Codesource uri="http://www.foo.com/records.jar">
               <ds:KeyInfo>
                  <ds:KeyName>homer</ds:KeyName>
               </ds:KeyInfo>
            </Codesource>
         </Subjects>
         <Permissions>
            <TVPermission ClassName="com.abc.programming.util.TVPermission">
               <ds:KeyInfo>
                  <ds:KeyName>homer</ds:KeyName>
               </ds:KeyInfo>
               <Channel>channel13</Channel>
               <Action>watch</Action>
            </TVPermission>
         </Permissions>
      </xacmle:RuleHead>
   </xacmle:Grant>
   <!-- -->
</xacmle:Policy>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC