Interface IAuthRuleBuilderOperationNamedAndScoped
-
public interface IAuthRuleBuilderOperationNamedAndScoped
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthRuleBuilderRuleOpClassifierFinishedandAllowAllResponses()Responses for this operation will not be checkedIAuthRuleBuilderRuleOpClassifierFinishedandRequireExplicitResponseAuthorization()Responses for this operation must be authorized by other rules.
-
-
-
Method Detail
-
andAllowAllResponses
IAuthRuleBuilderRuleOpClassifierFinished andAllowAllResponses()
Responses for this operation will not be checked
-
andRequireExplicitResponseAuthorization
IAuthRuleBuilderRuleOpClassifierFinished 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
-
-