Re: Looking for information on these methods

2018-08-31 Thread Ilya Kasnacheev
Hello! authenticate() is called from Client and REST initiation code. authenticatedSubject() is called on node start. authorize() is called from all over the code base, when need to check if permission is granted. My recommendation is to check out Apache Ignite source, get accustomized with

Looking for information on these methods

2018-08-31 Thread wt
okay i have a white list plugin class that is now working - ThankYou Ilya (GridGain) I can now control nodes joining the cluster be it clients or servers. My next task is to manage user requests to specific caches and what they can do on those. I already have the GridSecurityProcessor class