Sorry, but this custom plugin only has authentication section for node and you can check permisions for nodes.
The authorize method always has null security context. Thanks! ________________________________ From: vitalys <vitaly.seliva...@prudential.com> Sent: Wednesday, February 13, 2019 5:32:01 PM To: user@ignite.apache.org Subject: Re: Implementing custom plugin I already implement IgnitePlugin. I am following an example from : http://smartkey.co.uk/development/securing-an-apache-ignite-cluster/ public class WhiteListSecurityProcessor implements DiscoverySpiNodeAuthenticator, *IgnitePlugin *{ @Override public SecurityContext authenticateNode(ClusterNode arg0, SecurityCredentials arg1) throws IgniteException { // TODO Auto-generated method stub return null; } @Override public boolean isGlobalNodeAuthentication() { // TODO Auto-generated method stub return false; } ..... -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/