CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Server.NullAuthorizer Class Reference

Implementation of the authorizer that allows all data portal calls to pass. More...

Inheritance diagram for Csla.Server.NullAuthorizer:
Csla.Server.IAuthorizeDataPortal

Public Member Functions

Task AuthorizeAsync (AuthorizeRequest clientRequest, CancellationToken ct)
 Implement this method to perform custom authorization on every data portal call.
Parameters
clientRequestObject containing information about the client request.
ctThe cancellation token.
Exceptions
ArgumentNullExceptionclientRequest is null.

Detailed Description

Implementation of the authorizer that allows all data portal calls to pass.

Member Function Documentation

◆ AuthorizeAsync()

Task Csla.Server.NullAuthorizer.AuthorizeAsync ( AuthorizeRequest clientRequest,
CancellationToken ct )
inline

Implement this method to perform custom authorization on every data portal call.

Parameters
clientRequestObject containing information about the client request.
ctThe cancellation token.
Exceptions
ArgumentNullExceptionclientRequest is null.

Implements Csla.Server.IAuthorizeDataPortal.


The documentation for this class was generated from the following file: