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

Allow the declaration of ACLconfigurations in application policies specified in static XML files.

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • 2.0.2.CR9
    • 2.0.2.CR6
    • AS-Integration
    • None

    Description

      Application policies can be declared in static XML files (e.g. login-config.xml) that are parsed by the security framework. We need to support the specification of ACL providers as part of an application policy, like the example bellow:

      <policy>
      <application-policy name="policy>
      <authentication>
      ...
      </authentication>
      <acl>
      <acl-module code="org.jboss.security.acl.ACLProviderImpl" flag="required">
      <module-option name="persistenceStrategy">org.jboss.security.acl.JPAPersistenceStrategy</module-option>
      </acl-module>
      </acl>
      ...
      </application-policy>
      </policy>

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: