Implementation of the authorizer that checks per-type authorization rules for each request. More...
Public Member Functions | |
| ActiveAuthorizer (ApplicationContext applicationContext) | |
| Creates an instance of the type. More... | |
| void | Authorize (AuthorizeRequest clientRequest) |
| Checks authorization rules for the request. More... | |
Implementation of the authorizer that checks per-type authorization rules for each request.
Definition at line 20 of file ActiveAuthorizer.cs.
| Csla.Server.ActiveAuthorizer.ActiveAuthorizer | ( | ApplicationContext | applicationContext | ) |
Creates an instance of the type.
| applicationContext |
Definition at line 26 of file ActiveAuthorizer.cs.
| void Csla.Server.ActiveAuthorizer.Authorize | ( | AuthorizeRequest | clientRequest | ) |
Checks authorization rules for the request.
| clientRequest | Client request information. |
Implements Csla.Server.IAuthorizeDataPortal.
Definition at line 39 of file ActiveAuthorizer.cs.