Class IgniteSecurityProcessor

  • All Implemented Interfaces:
    GridComponent, GridProcessor, IgniteSecurity

    public class IgniteSecurityProcessor
    extends IgniteSecurityAdapter
    Default IgniteSecurity implementation.

    IgniteSecurityProcessor serves here as a facade with is exposed to Ignite internal code, while GridSecurityProcessor is hidden and managed from IgniteSecurityProcessor.

    This implementation of IgniteSecurity is responsible for:

    • Keeping and propagating authenticated security contexts for cluster nodes;
    • Delegating calls for all actions to GridSecurityProcessor;
    • Managing sandbox and proving point of entry to the internal sandbox API.