1 Reply Latest reply on Aug 8, 2002 2:59 PM by dsundstrom

    Custom interceptor & licence checking

    pkghosh

      I have to do Flex LM licence checking for my ejb calls. Is wrting a custom interceptor for licence checking the best way to handle this?

      Pranab

        • 1. Re: Custom interceptor & licence checking
          dsundstrom

          Sounds like a good idea to me. Is this basically a security interceptor? If so you can use the context based security interceptor plugin?

          Is this a remote client (RMI)? If so you could use a custom matched pair of client/server interceptors. The client interecptor packs the key, and the server unpacks the key and verifies it.