0 Replies Latest reply on May 18, 2015 7:53 AM by sviluppatorefico

    ACL provider in wildfly

    sviluppatorefico

      I see wildfly allows to configure a acl module in the security domain as:

       

      <acl>

            <acl-module code="org.jboss.security.acl.ACLProviderImpl" flag="required">

                   <module-option name="strategy" value="org.jboss.security.acl.JPAPersistenceStrategy"/>

           </acl-module>

      </acl>

       

      but there is not documentation about it. Can I inject the ACL Provider in my ejb? If no how the ACL provider must be used?