AuthenticationStorage overview
![]() ![]() | Gets or sets AuthenticationStorage data caching. |
![]() ![]() | Gets or sets prefix for data tables used for data storage. |
![]() ![]() | Gets or sets flag indicating wheter users must exist on all domains (true) or not. |
![]() ![]() | Gets or sets prefix for stored procedures used for accessing data storage. |
![]() ![]() | Uses data layer to load authenticated user or loads authenticated user from cache. |
![]() ![]() | Clears all cache. |
![]() ![]() | Clears domain cache. |
![]() ![]() | Clears right cache. |
![]() ![]() | Clears role cache. |
![]() ![]() | Clears user cache. |
![]() ![]() | Overloaded. Uses data layer to delete a domain. |
![]() ![]() | Overloaded. Uses data layer to delete specific right. |
![]() ![]() | Overloaded. Uses data layer to delete a role. |
![]() ![]() | Overloaded. Uses data layer to delete specific user. |
![]() ![]() | Uses data layer to load all domains. |
![]() ![]() | Uses data layer to get all rights. |
![]() ![]() | Uses data layer to get all roles. |
![]() ![]() | Uses data layer to get all users. |
![]() ![]() | Overloaded. Uses data layer to load domain or load domain from cache. |
![]() ![]() | Overloaded. Uses data layer to load domain users for domain with specific DomainId. |
![]() ![]() | Overloaded. Uses data layer to load right or loads right from cache. |
![]() ![]() | Overloaded. Uses data layer to get all users that have specific right. |
![]() ![]() | Overloaded. Uses data layer to load role or load role from cache. |
![]() ![]() | Uses data layer to gets all rights assigned to specific role. |
![]() ![]() | Overloaded. Uses data layer to get all users that have specific role. |
![]() ![]() | Overloaded. Uses data layer to load user or loads user from cache. |
![]() ![]() | Uses data layer to load roles assigned to a user. |
![]() ![]() | Overloaded. Uses data layer to create new domain. |
![]() ![]() | Overloaded. Uses data layer to create new right. |
![]() ![]() | Overloaded. Uses data layer to create new role. |
![]() ![]() | Overloaded. Uses data layer to create new user. |
![]() ![]() | Overloaded. Sets current storage implementation to be used. |
![]() ![]() | Uses data layer to update a domain. |
![]() ![]() | Uses data layer to update specific right. |
![]() ![]() | Uses data layer to update a role. |
![]() ![]() | Uses data layer to update specific user. |
![]() |
Initializes a new instance of the AuthenticationStorage class. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
AuthenticationStorage Class | IExSys.Authentication.Storage Namespace