AuthenticationOptions Class
Namespace: Hazelcast.Clustering
Assembly: Hazelcast.Net.dll
Represents authentication options.
public class AuthenticationOptions
Constructors
| AuthenticationOptions() | Initializes a new instance of the AuthenticationOptions class. |
Properties
| CredentialsFactory | Gets the SingletonServiceFactory<TService> for the ICredentialsFactory. |
Methods
| ConfigureCredentials(ICredentials) | Configures static credentials as the authentication mechanism. |
| ConfigureKerberosCredentials(String) | Configures Kerberos as the authentication mechanism. |
| ConfigureTokenCredentials(Byte[]) | Configures a static token as the authentication mechanism. |
| ConfigureUsernamePasswordCredentials(String, String) | Configures a user name and password as the authentication mechanism. |