Hazelcast.Security Namespace |
Class | Description | |
---|---|---|
AbstractCredentials |
Abstract implementation of
ICredentials | |
DefaultCredentialsFactory | ||
UsernamePasswordCredentials |
Simple implementation of
ICredentials
using
username and password as security attributes.
| |
UsernamePasswordCredentialsFactory |
Simple username password credentials factory.
|
Interface | Description | |
---|---|---|
ICredentials |
ICredentials is a container object for endpoint (Members and Clients)
security attributes.
| |
ICredentialsFactory | ICredentialsFactory is used to create ICredentials objects to be used
during node authentication before connection is accepted by the master node.
|