ClientSecurityConfig Class |
Namespace: Hazelcast.Config
The ClientSecurityConfig type exposes the following members.
Name | Description | |
---|---|---|
ClientSecurityConfig | Initializes a new instance of the ClientSecurityConfig class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetCredentials |
The configured ICredentials implementation
| |
GetCredentialsClassName | ||
GetCredentialsFactoryConfig |
Returns the CredentialsFactory Config
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SetCredentials |
Sets the ICredentials implementation
| |
SetCredentialsClassName |
Credentials class will be instantiated from class name when setCredentialsFactoryConfig and setCredentials
are not used. The class will be instantiated with empty constructor.
| |
SetCredentialsFactoryConfig |
Credentials Factory Config allows user to pass custom properties and use group config when instantiating a credentials object.
| |
ToString | (Inherited from Object.) |