PasswordResetInfo.h
Go to the documentation of this file.
33 DB_EDGEVIS_SDK PasswordResetInfo(const std::wstring& reason, const std::wstring& error, const int32_t min_len, const bool requires_number, const bool requires_uppercase, const bool requires_nonalpha, const int32_t reuse_period,
34 const bool inbuilt_dictionary_detection, const bool custom_dictionary_detection, int32_t number_consecutive_characters, int32_t expiry_period);
DB_EDGEVIS_SDK std::wstring Reason() const
Returns the reason for the password reset.
DB_EDGEVIS_SDK bool RequiresNonAlphanumeric() const
Set if the password must contain a non-alphanumeric character.
DB_EDGEVIS_SDK bool RequiresNumber() const
Set if the password must contain a number.
DB_EDGEVIS_SDK bool InbuiltDictionaryDetection() const
Set if the standard inbuilt list of passwords should be used for disallowed password detection...
DB_EDGEVIS_SDK int32_t MinimumLength() const
The minimum length the password must be.
DB_EDGEVIS_SDK bool CustomDictionaryDetection() const
Set if the custom list of passwords should be used for disallowed password detection.
DB_EDGEVIS_SDK int32_t NumberConsecutiveCharacters() const
Set the maximum number of consecutive characters allowed in a user account password.
Describes the details required for resetting a users password.
Definition: PasswordResetInfo.h:29
DB_EDGEVIS_SDK std::wstring Error() const
Returns the error associated with the password reset.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK int32_t ReusePeriod() const
The time in days before a password may be reused.
DB_EDGEVIS_SDK bool RequiresUppercase() const
Set if the password must contain an uppercase character.
DB_EDGEVIS_SDK int32_t MaximumLength() const
The maximum length a password can be.
DB_EDGEVIS_SDK int32_t ExpiryPeriod() const
Set the number of days that a user account password is valid for from the day it was set...