Uploaded image for project: 'PicketBox '
  1. PicketBox
  2. SECURITY-258 Integrate the ACL engine with the AS security framework
  3. SECURITY-259

Add ACL configuration to the ApplicationPolicyMetaDataFactory

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 2.0.2.CR8
    • 2.0.2.CR6
    • None
    • None

      The ApplicationPolicyMetaDataFactory must be able to create application policies that contain an ACL configuration. The ACL providers must be specified through the <acl> element:

      <application-policy xmlns="urn:jboss:security-beans:1.0" name="policy">
      <authentication>
      ....
      </authentication>
      <acl>
      <acl-module code="org.jboss.security.acl.ACLProviderImpl" flag="required">
      <module-option name="option">value</module-option>
      </acl-module>
      </acl>
      ...
      </application-policy>

            sguilhen Stefan Guilhen
            sguilhen Stefan Guilhen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: