Ilumnis Authentication

AuthenticationValidator Members

AuthenticationValidator overview

Public Static Properties

AllowEmptyBirthDays Specifies if empty birtdays are valid.
MaxDomainNameLength Gets or sets maximal domain name length allowed.
MaxFirstNameLength Gets or sets maximal first name length allowed.
MaxLastNameLength Gets or sets maximal last name length allowed.
MaxMiddleNameLength Gets or sets maximal middle name length allowed.
MaxPasswordLength Gets or sets maximal password length allowed.
MaxRightNameLength Gets or sets maximal right name length allowed.
MaxRoleNameLength Gets or sets maximal role name length allowed.
MaxUserNameLength Gets or sets maximal user name length allowed.
MinDomainNameLength Gets or sets minimal domain name length allowed.
MinFirstNameLength Gets or sets minimal first name length allowed.
MinLastNameLength Gets or sets minimal last name length allowed.
MinMiddleNameLength Gets or sets minimal middle name length allowed.
MinPasswordLength Gets or sets minimal password length allowed.
MinRightNameLength Gets or sets minimal right name length allowed.
MinRoleNameLength Gets or sets minimal role name length allowed.
MinUserNameLength Gets or sets minimal user name length allowed.

Public Static Methods

ValidateBirthdayOverloaded. Validates birthday.
ValidateDomainIdOverloaded. Validates domainId.
ValidateDomainNameOverloaded. Validates domainName.
ValidateFirstNameOverloaded. Validates firstName.
ValidateLastNameOverloaded. Validates lastName.
ValidateMiddleNameOverloaded. Validates middleName.
ValidatePasswordOverloaded. Validates password.
ValidateRightIdOverloaded. Validates rightId.
ValidateRightNameOverloaded. Validates rightName.
ValidateRoleIdOverloaded. Validates roleId.
ValidateRoleNameOverloaded. Validates roleName.
ValidateUserIdOverloaded. Validates userId.
ValidateUserNameOverloaded. Validates userName.

Public Instance Constructors

AuthenticationValidator Constructor Constructs AuthenticationValidator object.

Public Instance Properties

CurrentValidator Gets or sets current authentication validator implementation.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

AuthenticationValidator Class | IExSys.Authentication.Validation Namespace