UsernamePasswordCredentials Class |
Namespace: Hazelcast.Security
The UsernamePasswordCredentials type exposes the following members.
| Name | Description | |
|---|---|---|
| UsernamePasswordCredentials | Initializes a new instance of the UsernamePasswordCredentials class | |
| UsernamePasswordCredentials(String, String) | Initializes a new instance of the UsernamePasswordCredentials class |
| Name | Description | |
|---|---|---|
| Password |
Password principal
| |
| Username |
Username property, act as the principal value of the ICredential interface
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from AbstractCredentials.) | |
| GetEndpoint | (Inherited from AbstractCredentials.) | |
| GetHashCode | (Inherited from AbstractCredentials.) | |
| GetPrincipal | (Inherited from AbstractCredentials.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetEndpoint | (Inherited from AbstractCredentials.) | |
| SetPrincipal | (Inherited from AbstractCredentials.) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |