Uses of Interface
org.apache.ignite.internal.processors.security.IgniteSecurity
-
Packages that use IgniteSecurity Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.security org.apache.ignite.internal.processors.security.sandbox org.apache.ignite.internal.processors.security.thread -
-
Uses of IgniteSecurity in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteSecurity Modifier and Type Method Description IgniteSecurityGridKernalContext. security()Gets instance ofIgniteSecurity.IgniteSecurityGridKernalContextImpl. security()Gets instance ofIgniteSecurity. -
Uses of IgniteSecurity in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return IgniteSecurity Modifier and Type Method Description IgniteSecurityStandaloneGridKernalContext. security()Gets instance ofIgniteSecurity. -
Uses of IgniteSecurity in org.apache.ignite.internal.processors.security
Classes in org.apache.ignite.internal.processors.security that implement IgniteSecurity Modifier and Type Class Description classIgniteSecurityAdapterclassIgniteSecurityProcessorDefaultIgniteSecurityimplementation.classNoOpIgniteSecurityProcessorNo operation IgniteSecurity.Methods in org.apache.ignite.internal.processors.security with parameters of type IgniteSecurity Modifier and Type Method Description static voidSecurityUtils. authorizeAll(IgniteSecurity security, SecurityPermissionSet permissions) -
Uses of IgniteSecurity in org.apache.ignite.internal.processors.security.sandbox
Constructors in org.apache.ignite.internal.processors.security.sandbox with parameters of type IgniteSecurity Constructor Description AccessControllerSandbox(GridKernalContext ctx, IgniteSecurity security)Constructor. -
Uses of IgniteSecurity in org.apache.ignite.internal.processors.security.thread
Constructors in org.apache.ignite.internal.processors.security.thread with parameters of type IgniteSecurity Constructor Description SecurityAwareIoPool(IgniteSecurity security, IoPool delegate)SecurityAwareStripedExecutor(IgniteSecurity security, int cnt, String igniteInstanceName, String poolName, IgniteLogger log, IgniteInClosure<Throwable> errHnd, boolean stealTasks, GridWorkerListener gridWorkerLsnr, long failureDetectionTimeout)SecurityAwareStripedExecutor(IgniteSecurity security, int cnt, String igniteInstanceName, String poolName, IgniteLogger log, IgniteInClosure<Throwable> errHnd, GridWorkerListener gridWorkerLsnr, long failureDetectionTimeout)SecurityAwareStripedThreadPoolExecutor(IgniteSecurity security, int concurrentLvl, String igniteInstanceName, String threadNamePrefix, Thread.UncaughtExceptionHandler eHnd, boolean allowCoreThreadTimeOut, long keepAliveTime)SecurityAwareThreadPoolExecutor(IgniteSecurity security, String threadNamePrefix, String igniteInstanceName, int corePoolSize, int maxPoolSize, long keepAliveTime, BlockingQueue<Runnable> workQ, byte plc, Thread.UncaughtExceptionHandler eHnd)
-