3 Replies Latest reply on Oct 17, 2011 7:29 AM by jharting

    Seam Rest Module and Security

    mariogiurlanda

      Hi to everybody.


      I need to secure my rest service layer which has been implemented using seam rest.


      I'd like to use PreProcessInterceptor to implement my security stuff but I don't khow how to enable it.


      I created a class that extends PreProcessInterceptor and is annotated with ServerInterceptor but it is never called.


      Any idea?


      If this is not possible, do you have any suggestions about a way to secure my restful services?


      Thanks


      Mario