DseAuthProvider Class |
Cluster cluster = Cluster.builder() .addContactPoint(hostname) .withCredentials("username", "password") .build();
Namespace: Cassandra
public class DseAuthProvider : IAuthProvider
The DseAuthProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | DseAuthProvider | Initializes a new instance of the DseAuthProvider class |
![]() | DseAuthProvider(IDseCredentialsResolver) | Initializes a new instance of the DseAuthProvider class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | NewAuthenticator | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |