Interface IAuthRuleBuilderPatch
public interface IAuthRuleBuilderPatch
-
Method Summary
Modifier and TypeMethodDescriptionWith this setting, all patch requests will be permitted to proceed.
-
Method Details
-
allRequests
With this setting, all patch requests will be permitted to proceed. This rule will not permit theIServerOperationInterceptor.resourceCreated(RequestDetails, IBaseResource)
andIServerOperationInterceptor.resourceUpdated(RequestDetails, IBaseResource, IBaseResource)
methods if your server supportsIServerOperationInterceptor
. In that case, additional rules are generally required in order to permit write operations.
-