See: Description
| Interface | Description | 
|---|---|
| Credentials | Credentials is a container object for endpoint (Members and Clients)
 security attributes. | 
| ICredentialsFactory | ICredentialsFactory is used to create  Credentialsobjects 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. | 
| Parameters | This interface is used to pass parameters of a method call to a  SecurityInterceptor. | 
| SecureCallable<V> | A secure callable that runs in a sandbox. | 
| SecurityContext | SecurityContext is responsible for managing lifecycle of security object such as
  ICredentialsFactory,IPermissionPolicyetc, to creatingLoginContextes
 for member and client authentications and checking permissions for client operations. | 
| SecurityInterceptor | This interface allows to intercept requests which produced by an API call like map.put, queue.offer ... | 
| Class | Description | 
|---|---|
| AbstractCredentials | Abstract implementation of  Credentials | 
| UsernamePasswordCredentials | Simple implementation of  Credentialsusing
 username and password as security attributes. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.