Click or drag to resize

ClientSecurityConfig Class

Contains the security configuration for a client.
Inheritance Hierarchy
SystemObject
  Hazelcast.ConfigClientSecurityConfig

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public class ClientSecurityConfig

The ClientSecurityConfig type exposes the following members.

Constructors
  NameDescription
Public methodClientSecurityConfig
Initializes a new instance of the ClientSecurityConfig class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCredentials
The configured ICredentials implementation
Public methodGetCredentialsClassName
Public methodGetCredentialsFactoryConfig
Returns the CredentialsFactory Config
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetCredentials
Sets the ICredentials implementation
Public methodSetCredentialsClassName
Credentials class will be instantiated from class name when setCredentialsFactoryConfig and setCredentials are not used. The class will be instantiated with empty constructor.
Public methodSetCredentialsFactoryConfig
Credentials Factory Config allows user to pass custom properties and use group config when instantiating a credentials object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also