Skip to main content
.NET 6.0+

ServerPermissionRequestProcessor Class

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

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.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