Hi, We were using 2.7.6 and had implemented a custom security plugin for authorization and authentication by implementing GridSecurityProcessor.
Now in 2.9 we see that a new interface is provided IgniteSecurity. May I know what is the difference between the interfaces, as both look similar and what is appropriate place to implement them. Also in 2.7.6 there was a class called SecurityContextHolder to hold the context. Now in 2.9 we do not see that class and we see a class OperartionClassContext. How do we use this new class when using a custom security plugin? Regards, Vishwas
