Class | Description | |
---|---|---|
AbleCommerceMembershipProvider | Custom implementation of an ASP.NET Membership Provider for AbleCommerce | |
AbleCommerceRoleProvider | Custom implementation of an ASP.NET Role Provider for AbleCommerce | |
Address | Address object for NHibernate mapped table 'ac_Addresses'. | |
AddressRepository | This class provides repository functionality for the Address This class provides repository functionality for the Address | |
CustomerPasswordPolicy | Class that represents password policy for customers | |
CustomerPasswordPolicy.SettingKeys | Provides strongly typed access to variable names | |
Group | Group object for NHibernate mapped table 'ac_Groups'. Group object for NHibernate mapped table 'ac_Groups'. | |
GroupRepository | This class provides repository functionality for the Group This class provides repository functionality for the Group entity | |
MembershipProviderException | Exception class related to Membership Provider errors | |
MerchantPasswordPolicy | Class that represents password policy for merchants | |
MerchantPasswordPolicy.SettingKeys | This class provides easy access on key names for merchant policy | |
PasswordPolicy | Class that represents password policy | |
Role | Role object for NHibernate mapped table 'ac_Roles'. Role object for NHibernate mapped table 'ac_Roles'. | |
RoleProviderException | Role Provider Exception | |
RoleRepository | This class provides repository functionality for the Role entity | |
User | This class represents a User object in the database. | |
UserGroup | UserGroup object for NHibernate mapped table 'ac_UserGroups'. | |
UserGroupRepository | This class provides repository functionality for the UserGroup | |
UserPassword | UserPassword object for NHibernate mapped table 'ac_UserPasswords'. | |
UserPasswordHelper | This class generates and compares hashes using MD5, SHA1, SHA256, SHA384, and SHA512 hashing algorithms. Before computing a hash, it appends a randomly generated salt to the plain text, and stores this salt appended to the result. To verify another plain text value against the given hash, this class will retrieve the salt value from the hash string and use it when computing a new hash of the plain text. Appending a salt value to the hash may not be the most efficient approach, so when using hashes in a real-life application, you may choose to store them separately. You may also opt to keep results as byte arrays instead of converting them into base64-encoded strings. | |
UserPasswordRepository | This class provides repository functionality for the UserPassword | |
UserRepository | This class provides repository functionality for the User Repository class for User objects | |
UserSearchCriteria | Class representing a user search critera | |
UserSetting | UserSetting object for NHibernate mapped table 'ac_UserSettings'. | |
UserSettingRepository | This class provides repository functionality for the UserSetting | |
Wishlist | Wishlist object for NHibernate mapped table 'ac_Wishlists'. Wishlist object for NHibernate mapped table 'ac_Wishlists'. | |
WishlistItem | WishlistItem object for NHibernate mapped table 'ac_WishlistItems'. WishlistItem object for NHibernate mapped table 'ac_WishlistItems'. | |
WishlistItemCollection | Extensions to IList to emulate methods specific to WishlistItem collections. | |
WishlistItemInput | WishlistItemInput object for NHibernate mapped table 'ac_WishlistItemInputs'. | |
WishlistItemInputRepository | This class provides repository functionality for the WishlistItemInput | |
WishlistItemRepository | This class provides repository functionality for the WishlistItem This class provides repository functionality for the WishlistItem | |
WishlistRepository | This class provides repository functionality for the Wishlist This class provides repository functionality for the Wishlist |