Hi, in this examples you have either WhiteListNullPlugin or WhiteListAuthenticator
@Override
public IgnitePlugin plugin() {
System.out.println("****new plugin");
return new WhiteListNullPlugin();
}
@Override
public IgnitePlugin plugin() {
return new WhiteListAuthenticator();
}
Could you provide example implementation of this WhiteListHullPlugin /
WhiteListAuthenticator class?
Thanks
Michal
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
