Enrico Olivelli wrote > Is there any way to use org.apache.ignite.plugin.security package classes > ?
Enrico, This package contains only basic API classes, like interfaces and enums. You will probably use them in your plugin implementation, but you still need to implement GridSecurityProcessor to enable security. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/1-di-83-How-to-use-GridPasscodeAuthenticationSpi-tp1332p1363.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
