Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ServerPermissionRequestProcessor Class

Processes permission requests when the Deny Permission Policy is in use.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v24.2.dll

#Declaration

public class ServerPermissionRequestProcessor :
    IPermissionRequestProcessor,
    ISecurityCriteriaProvider2

#Remarks

Most of the ServerPermissionRequestProcessor API is for internal use, except for the static ServerPermissionRequestProcessor.UseAutoAssociationPermission field. This field enables automatic processing of security permissions for associated objects. When UseAutoAssociationPermission is set to false it is required to configure permissions for both sides of an association, for example, grant Write access to the collection properties on both sides of the many-to many association to allow linking and unlinking operations. This approach assumes creating separate permission objects for both sides manually. The default value is false.

#Inheritance

Object
ServerPermissionRequestProcessor
See Also