Click or drag to resize

UsernamePasswordCredentialsFactory Class

Simple username password credentials factory.
Inheritance Hierarchy
SystemObject
  Hazelcast.SecurityUsernamePasswordCredentialsFactory

Namespace:  Hazelcast.Security
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public class UsernamePasswordCredentialsFactory : ICredentialsFactory

The UsernamePasswordCredentialsFactory type exposes the following members.

Constructors
  NameDescription
Public methodUsernamePasswordCredentialsFactory
Initializes a new instance of the UsernamePasswordCredentialsFactory class
Top
Methods
  NameDescription
Public methodConfigure
Public methodDestroy
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNewCredentials
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This factory uses the properties dictionary of CredentialsFactoryConfig. username and password properties are used for creating UsernamePasswordCredentials. if username is omitted in the properties list then GetName will be used instead if password is omitted in the properties list then GetPassword will be used instead
See Also