Interface IAuthRuleBuilderOperation
-
public interface IAuthRuleBuilderOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthRuleBuilderOperationNamednamed(String theOperationName)This rule applies to the operation with the given nameIAuthRuleBuilderOperationNamedwithAnyName()This rule applies to any operation
-
-
-
Method Detail
-
named
IAuthRuleBuilderOperationNamed named(String theOperationName)
This rule applies to the operation with the given name- Parameters:
The- operation name, e.g. "validate" or "$validate" (either form may be used here)
-
withAnyName
IAuthRuleBuilderOperationNamed withAnyName()
This rule applies to any operation
-
-