Uses of Package
com.hazelcast.security
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
Provides classes for configuring security realms in Hazelcast.
Provides interfaces/classes for Hazelcast security implementation.
-
ClassDescriptionCredentials represents an identity to be authenticated.ICredentialsFactory is used to create
Credentials
objects to be used during node authentication before connection is accepted by the master node. -
ClassDescriptionICredentialsFactory is used to create
Credentials
objects to be used during node authentication before connection is accepted by the master node.IPermissionPolicy is used to determine anySubject
's permissions to perform a security sensitive Hazelcast operation.This interface allows to intercept requests which were produced by an API call like map.put, queue.offer... -
ClassDescriptionCredentials represents an identity to be authenticated.ICredentialsFactory is used to create
Credentials
objects to be used during node authentication before connection is accepted by the master node. -
ClassDescriptionCredentials represents an identity to be authenticated.ICredentialsFactory is used to create
Credentials
objects to be used during node authentication before connection is accepted by the master node.This interface is used to pass parameters of a method call to aSecurityInterceptor
.Credentials
type for name/password representation.A secure callable that runs in a sandbox.SecurityContext is responsible for managing lifecycle of security object such asICredentialsFactory
,IPermissionPolicy
etc, to creatingLoginContext
es for member and client authentications and checking permissions for client operations.Credentials
type for custom authentication (token based).