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

Implementation of the authorizer that checks per-type authorization rules for each request. More...

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

Public Member Functions

 ActiveAuthorizer (ApplicationContext applicationContext)
 Creates an instance of the type.
async Task AuthorizeAsync (AuthorizeRequest clientRequest, CancellationToken ct)
 Checks authorization rules for the request.

Detailed Description

Implementation of the authorizer that checks per-type authorization rules for each request.

Constructor & Destructor Documentation

◆ ActiveAuthorizer()

Csla.Server.ActiveAuthorizer.ActiveAuthorizer ( ApplicationContext applicationContext)
inline

Creates an instance of the type.

Parameters
applicationContext
Exceptions
ArgumentNullExceptionapplicationContext is null.

Member Function Documentation

◆ AuthorizeAsync()

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

Checks authorization rules for the request.

Parameters
clientRequestClient request information.
ctThe cancellation token.

Implements Csla.Server.IAuthorizeDataPortal.


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