0 Replies Latest reply on Apr 30, 2018 7:56 AM by skorejo

    How to add role in picketlink

    skorejo

      I am converting application from Seam 3 to Picketlink. Currently there is used Identity which have hasRole and addRole methods.

       

      There is Identity class in picketlink too but it is missing these two methods (hasRole and addRole).

       

      How can I add and check role using picketlink?