Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.config.security |
Provides classes for configuring security realms in Hazelcast.
|
com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
Class and Description |
---|
Credentials
Credentials represents an identity to be authenticated.
|
ICredentialsFactory
ICredentialsFactory is used to create
Credentials objects to be used during node authentication before connection is
accepted by the master node. |
Class and Description |
---|
ICredentialsFactory
ICredentialsFactory is used to create
Credentials objects to be used during node authentication before connection is
accepted by the master node. |
IPermissionPolicy
IPermissionPolicy is used to determine any
Subject 's
permissions to perform a security sensitive Hazelcast operation. |
SecurityInterceptor
This interface allows to intercept requests which were produced by an API call like map.put, queue.offer...
|
Class and Description |
---|
Credentials
Credentials represents an identity to be authenticated.
|
ICredentialsFactory
ICredentialsFactory is used to create
Credentials objects to be used during node authentication before connection is
accepted by the master node. |
Class and Description |
---|
Credentials
Credentials represents an identity to be authenticated.
|
ICredentialsFactory
ICredentialsFactory is used to create
Credentials objects to be used during node authentication before connection is
accepted by the master node. |
Parameters
This interface is used to pass parameters of a method call to a
SecurityInterceptor . |
PasswordCredentials
Credentials type for name/password representation. |
SecureCallable
A secure callable that runs in a sandbox.
|
TokenCredentials
Credentials type for custom authentication (token based). |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.