Uses of Interface
com.hazelcast.security.SecureCallable
Package
Description
Provides interfaces/classes for Hazelcast security implementation.
-
Uses of SecureCallable in com.hazelcast.security
Modifier and TypeMethodDescription<V> SecureCallable<?>
SecurityContext.createSecureCallable
(Subject subject, Runnable runnable) Creates secure callable that runs in a sandbox.<V> SecureCallable<V>
SecurityContext.createSecureCallable
(Subject subject, Callable<V> callable) Creates secure callable that runs in a sandbox.