CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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. More...
 
void Authorize (AuthorizeRequest clientRequest)
 Checks authorization rules for the request. More...
 

Detailed Description

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

Definition at line 20 of file ActiveAuthorizer.cs.

Constructor & Destructor Documentation

◆ ActiveAuthorizer()

Csla.Server.ActiveAuthorizer.ActiveAuthorizer ( ApplicationContext  applicationContext)

Creates an instance of the type.

Parameters
applicationContext

Definition at line 26 of file ActiveAuthorizer.cs.

Member Function Documentation

◆ Authorize()

void Csla.Server.ActiveAuthorizer.Authorize ( AuthorizeRequest  clientRequest)

Checks authorization rules for the request.

Parameters
clientRequestClient request information.

Implements Csla.Server.IAuthorizeDataPortal.

Definition at line 39 of file ActiveAuthorizer.cs.