Package | Description |
---|---|
com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
Modifier and Type | Method and Description |
---|---|
<V> SecureCallable<V> |
SecurityContext.createSecureCallable(Subject subject,
Callable<V> callable)
Creates secure callable that runs in a sandbox.
|
<V> SecureCallable<?> |
SecurityContext.createSecureCallable(Subject subject,
Runnable runnable)
Creates secure callable that runs in a sandbox.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.