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.1
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 (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodNewCredentials
Public methodToString (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