1 Reply Latest reply on Nov 4, 2010 12:05 PM by ender1

    seam security - role name mapping

    ender1

      How can I map role name in seam security.
      In servlet specification this is done by <security-role-ref> and <role-link> in web.xml.


      Arek

        • 1. Re: seam security - role name mapping
          ender1

          For example in s:hasRole('admin') I want map hardcoded 'admin' to real admin role name in customer production enviroment.


          Application is deployed to many customers and 'admin' role name for each customer is different.


          Without the ability to mapping roles names seam security is useless for me.


          Arek