Click or drag to resize

Hazelcast.Security Namespace

 
Classes
  ClassDescription
Public classAbstractCredentials
Abstract implementation of ICredentials
Public classDefaultCredentialsFactory
Public classUsernamePasswordCredentials
Simple implementation of ICredentials using username and password as security attributes.
Public classUsernamePasswordCredentialsFactory
Simple username password credentials factory.
Interfaces
  InterfaceDescription
Public interfaceICredentials
ICredentials is a container object for endpoint (Members and Clients) security attributes.
Public interfaceICredentialsFactory
ICredentialsFactory is used to create ICredentials objects to be used during node authentication before connection is accepted by the master node.