IExSys.Authentication.Validation Namespace
Namespace hierarchy
Classes
Class |
Description |
AuthenticationValidator
|
Provides number of static methods to access validator logic. Validator logic is actually implemented in one of classes that implement IAuthenticationValidator. StandardValidator class implements default validation and is used as default validator. |
StandardValidator
|
Standard implementation of IAuthenticationValidator interface. Validates identifiers and length of variables. |
Interfaces
Interface |
Description |
IAuthenticationValidator
|
Interface used implement authentication validators. Authentication validators perform checks on authentication variables and throw exceptions in case of faulty values. IExSys.Authentication module provides StandardValidator, applications using this module can use their own classes for validation, or can inherit StandardValidator to extend / modify it's behaviour. |