Interface IAuthRuleBuilderOperationNamedAndScoped
public interface IAuthRuleBuilderOperationNamedAndScoped
-
Method Summary
Modifier and TypeMethodDescriptionResponses for this operation will not be checkedDeprecated.Responses for this operation must be authorized by other rules.
-
Method Details
-
andAllowAllResponses
Responses for this operation will not be checked -
andAllowAllResponsesWithAllResourcesAccess
@Deprecated(since="7.6.0") IAuthRuleBuilderRuleOpClassifierFinished andAllowAllResponsesWithAllResourcesAccess()Deprecated.This is a synonym forandAllowAllResponses()
, use that method instead -
andRequireExplicitResponseAuthorization
Responses for this operation must be authorized by other rules. For example, if this rule is authorizing the Patient $everything operation, there must be a separate rule (or rules) that actually authorize the user to read the resources being returned
-
andAllowAllResponses()
, use that method instead