0 Replies Latest reply on Aug 24, 2006 3:13 AM by tpnaidu79

    JACC managed custom permissions

    tpnaidu79

      Hi all,
      I have been working on JACC based security on JbossAS 4.0.4. I have successfully made EJBMethodPermissions work with JACC. However, the PolicyConfiguration object has a method called addToRole which takes the arguments the roleName string and a Permission object. So far I have put an EJBMethodPermission object but it can take any Permission object according to the API. If i create a new custom Permission say MYPermission object and i use it in addToRole method how does JACC interpret as to where / when / how to use that permission?

      Thank you,
      -P