You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by wt <wa...@gmail.com> on 2018/08/21 10:04:17 UTC

does ignite.net plugin provider only work with OnIgniteStart and OnIgniteStop

i am looking at adding custom security using Kerberos but it doesn't look
like there are any methods that can be used to add authorization logic to
when accessing cache. Am i wrong here because it looks like it can only work
in a limited scope (startup and shutdown)

documentation:

IPluginProvider implementation is the work-horse of the newly added plugin.
It deals with the Ignite node life cycle by processing the calls to
OnIgniteStart and OnIgniteStop methods. In addition, it can provide an
optional API to be used by an end user via the GetPlugin<T>() method.


Does anyone know how a plugin from .net can intercept client calls to apply
authorization?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/