Interface IAuthRuleBuilderPatch
-
public interface IAuthRuleBuilderPatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthRuleFinishedallRequests()With this setting, all patch requests will be permitted to proceed.
-
-
-
Method Detail
-
allRequests
IAuthRuleFinished 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.
-
-