Class IgniteSecurityAdapter

    • Constructor Detail

      • IgniteSecurityAdapter

        protected IgniteSecurityAdapter​(GridKernalContext ctx)
        Parameters:
        ctx - Kernal context.
    • Method Detail

      • isSystemType

        public boolean isSystemType​(Class<?> cls)
        Specified by:
        isSystemType in interface IgniteSecurity
        Parameters:
        cls - The class for which the check is to be performed.
        Returns:
        Whether the specified class can be considered system. System classes are classes whose source code can be considered controlled by the Ignite administrator and to which less stringent security checks can be applied. By default, Ignite considers only classes from its own codebase as system but their pool can be extended by custom Security Plugin.
        See Also:
        GridSecurityProcessor.isSystemType(Class)