DefaultUserProvider class
namespace: Serenity.Services assembly: Serenity.Net.Core
Default implementation for IUserProvider which is a combination of IUserAccessor and IUserRetrieveService.
public class DefaultUserProvider : IUserProvider
| parameter |
description |
| userAccessor |
User accessor |
| userClaimCreator |
User claim creator |
| userRetriever |
User retrieve service |
| cache |
Optional cache for graceful invalidation if the IUserRetrieveService does not implement IUser |
Public Members
Exceptions
| exception |
condition |
| ArgumentNullException |
|
See Also