![]() | 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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetCredentials |
The configured ICredentials implementation
|
![]() | GetCredentialsClassName | |
![]() | GetCredentialsFactoryConfig |
Returns the CredentialsFactory Config
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (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 | Returns a string that represents the current object. (Inherited from Object.) |