Skip to content

Commit 625487e

Browse files
author
Evren Yildiz
committed
fix method summaries
1 parent 19ede2a commit 625487e

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

src/managementEnforcer.ts

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ export class ManagementEnforcer extends InternalEnforcer {
565565
}
566566

567567
/**
568-
* addPolicy adds an authorization rule to the current policy without
568+
* addPolicyLocally adds an authorization rule to the current policy without
569569
* persistence via the adapter and without calling the update() function of the watcher.
570570
* If the rule already exists, the function returns false and the rule will not be added.
571571
* Otherwise the function returns true by adding the new rule.
@@ -578,7 +578,7 @@ export class ManagementEnforcer extends InternalEnforcer {
578578
}
579579

580580
/**
581-
* addPolicies adds authorization rules to the current policy without
581+
* addPoliciesLocally adds authorization rules to the current policy without
582582
* persistence via the adapter and without calling the update() function of the watcher.
583583
* If the rule already exists, the function returns false and the rules will not be added.
584584
* Otherwise the function returns true by adding the new rules.
@@ -591,7 +591,7 @@ export class ManagementEnforcer extends InternalEnforcer {
591591
}
592592

593593
/**
594-
* addNamedPolicy adds an authorization rule to the current named policy without
594+
* addNamedPolicyLocally adds an authorization rule to the current named policy without
595595
* persistence via the adapter and without calling the update() function of the watcher.
596596
* If the rule already exists, the function returns false and the rule will not be added.
597597
* Otherwise the function returns true by adding the new rule.
@@ -605,7 +605,7 @@ export class ManagementEnforcer extends InternalEnforcer {
605605
}
606606

607607
/**
608-
* addNamedPolicies adds authorization rules to the current named policy without
608+
* addNamedPoliciesLocally adds authorization rules to the current named policy without
609609
* persistence via the adapter and without calling the update() function of the watcher.
610610
* If the rule already exists, the function returns false and the rules will not be added.
611611
* Otherwise the function returns true by adding the new rules.
@@ -619,7 +619,7 @@ export class ManagementEnforcer extends InternalEnforcer {
619619
}
620620

621621
/**
622-
* updatePolicy updates an authorization rule from the current policy without
622+
* updatePolicyLocally updates an authorization rule from the current policy without
623623
* persistence via the adapter and without calling the update() function of the watcher.
624624
* If the rule not exists, the function returns false.
625625
* Otherwise the function returns true by changing it to the new rule.
@@ -633,7 +633,7 @@ export class ManagementEnforcer extends InternalEnforcer {
633633
}
634634

635635
/**
636-
* updateNamedPolicy updates an authorization rule from the current named policy without
636+
* updateNamedPolicyLocally updates an authorization rule from the current named policy without
637637
* persistence via the adapter and without calling the update() function of the watcher.
638638
* If the rule not exists, the function returns false.
639639
* Otherwise the function returns true by changing it to the new rule.
@@ -648,7 +648,7 @@ export class ManagementEnforcer extends InternalEnforcer {
648648
}
649649

650650
/**
651-
* removePolicy removes an authorization rule from the current policy without
651+
* removePolicyLocally removes an authorization rule from the current policy without
652652
* persistence via the adapter and without calling the update() function of the watcher.
653653
*
654654
* @param params the "p" policy rule, ptype "p" is implicitly used.
@@ -659,7 +659,7 @@ export class ManagementEnforcer extends InternalEnforcer {
659659
}
660660

661661
/**
662-
* removePolicies removes an authorization rules from the current policy without
662+
* removePoliciesLocally removes authorization rules from the current policy without
663663
* persistence via the adapter and without calling the update() function of the watcher.
664664
*
665665
* @param rules the "p" policy rules, ptype "p" is implicitly used.
@@ -684,7 +684,7 @@ export class ManagementEnforcer extends InternalEnforcer {
684684
}
685685

686686
/**
687-
* removeNamedPolicy removes an authorization rule from the current named policy without
687+
* removeNamedPolicyLocally removes an authorization rule from the current named policy without
688688
* persistence via the adapter and without calling the update() function of the watcher.
689689
*
690690
* @param ptype the policy type, can be "p", "p2", "p3", ..
@@ -696,7 +696,7 @@ export class ManagementEnforcer extends InternalEnforcer {
696696
}
697697

698698
/**
699-
* removeNamedPolicies removes authorization rules from the current named policy without
699+
* removeNamedPoliciesLocally removes authorization rules from the current named policy without
700700
* persistence via the adapter and without calling the update() function of the watcher.
701701
*
702702
* @param ptype the policy type, can be "p", "p2", "p3", ..
@@ -708,7 +708,7 @@ export class ManagementEnforcer extends InternalEnforcer {
708708
}
709709

710710
/**
711-
* removeFilteredNamedPolicy removes an authorization rule from the current named policy without
711+
* removeFilteredNamedPolicyLocally removes an authorization rule from the current named policy without
712712
* persistence via the adapter and without calling the update() function of the watcher.
713713
* Field filters can be specified.
714714
*
@@ -723,7 +723,7 @@ export class ManagementEnforcer extends InternalEnforcer {
723723
}
724724

725725
/**
726-
* addGroupingPolicy adds a role inheritance rule to the current policy.
726+
* addGroupingPolicyLocally adds a role inheritance rule to the current policy.
727727
* If the rule already exists, the function returns false and the rule will not be added.
728728
* Otherwise the function returns true by adding the new rule.
729729
*
@@ -735,7 +735,7 @@ export class ManagementEnforcer extends InternalEnforcer {
735735
}
736736

737737
/**
738-
* addGroupingPolicies adds a role inheritance rules to the current policy without
738+
* addGroupingPoliciesLocally adds a role inheritance rules to the current policy without
739739
* persistence via the adapter and without calling the update() function of the watcher.
740740
* If the rule already exists, the function returns false and the rules will not be added.
741741
* Otherwise the function returns true by adding the new rules.
@@ -748,7 +748,7 @@ export class ManagementEnforcer extends InternalEnforcer {
748748
}
749749

750750
/**
751-
* addNamedGroupingPolicy adds a named role inheritance rule to the current policy without
751+
* addNamedGroupingPolicyLocally adds a named role inheritance rule to the current policy without
752752
* persistence via the adapter and without calling the update() function of the watcher.
753753
* If the rule already exists, the function returns false and the rule will not be added.
754754
* Otherwise the function returns true by adding the new rule.
@@ -762,7 +762,7 @@ export class ManagementEnforcer extends InternalEnforcer {
762762
}
763763

764764
/**
765-
* addNamedGroupingPolicies adds named role inheritance rules to the current policy without
765+
* addNamedGroupingPoliciesLocally adds named role inheritance rules to the current policy without
766766
* persistence via the adapter and without calling the update() function of the watcher.
767767
* If the rule already exists, the function returns false and the rules will not be added.
768768
* Otherwise the function returns true by adding the new rules.
@@ -776,7 +776,7 @@ export class ManagementEnforcer extends InternalEnforcer {
776776
}
777777

778778
/**
779-
* removeGroupingPolicy removes a role inheritance rule from the current policy without
779+
* removeGroupingPolicyLocally removes a role inheritance rule from the current policy without
780780
* persistence via the adapter and without calling the update() function of the watcher.
781781
*
782782
* @param params the "g" policy rule, ptype "g" is implicitly used.
@@ -787,7 +787,7 @@ export class ManagementEnforcer extends InternalEnforcer {
787787
}
788788

789789
/**
790-
* removeGroupingPolicies removes role inheritance rules from the current policy without
790+
* removeGroupingPoliciesLocally removes role inheritance rules from the current policy without
791791
* persistence via the adapter and without calling the update() function of the watcher.
792792
*
793793
* @param rules the "g" policy rules, ptype "g" is implicitly used.
@@ -798,7 +798,7 @@ export class ManagementEnforcer extends InternalEnforcer {
798798
}
799799

800800
/**
801-
* removeFilteredGroupingPolicy removes a role inheritance rule from the current policy, field filters can be specified without
801+
* removeFilteredGroupingPolicyLocally removes a role inheritance rule from the current policy, field filters can be specified without
802802
* persistence via the adapter and without calling the update() function of the watcher.
803803
*
804804
* @param fieldIndex the policy rule's start index to be matched.
@@ -811,7 +811,7 @@ export class ManagementEnforcer extends InternalEnforcer {
811811
}
812812

813813
/**
814-
* removeNamedGroupingPolicy removes a role inheritance rule from the current named policy without
814+
* removeNamedGroupingPolicyLocally removes a role inheritance rule from the current named policy without
815815
* persistence via the adapter and without calling the update() function of the watcher.
816816
*
817817
* @param ptype the policy type, can be "g", "g2", "g3", ..
@@ -823,7 +823,7 @@ export class ManagementEnforcer extends InternalEnforcer {
823823
}
824824

825825
/**
826-
* removeNamedGroupingPolicies removes role inheritance rules from the current named policy without
826+
* removeNamedGroupingPoliciesLocally removes role inheritance rules from the current named policy without
827827
* persistence via the adapter and without calling the update() function of the watcher.
828828
*
829829
* @param ptype the policy type, can be "g", "g2", "g3", ..
@@ -835,7 +835,7 @@ export class ManagementEnforcer extends InternalEnforcer {
835835
}
836836

837837
/**
838-
* removeFilteredNamedGroupingPolicy removes a role inheritance rule from the current named policy without
838+
* removeFilteredNamedGroupingPolicyLocally removes a role inheritance rule from the current named policy without
839839
* persistence via the adapter and without calling the update() function of the watcher.
840840
* Field filters can be specified.
841841
*
@@ -850,7 +850,7 @@ export class ManagementEnforcer extends InternalEnforcer {
850850
}
851851

852852
/**
853-
* UpdateGroupingPolicy updates an rule to the current named policy without
853+
* UpdateGroupingPolicyLocally updates an rule to the current named policy without
854854
* persistence via the adapter and without calling the update() function of the watcher.
855855
*
856856
* @param oldRule the old rule.
@@ -862,7 +862,7 @@ export class ManagementEnforcer extends InternalEnforcer {
862862
}
863863

864864
/**
865-
* updateNamedGroupingPolicy updates an rule to the current named policy without
865+
* updateNamedGroupingPolicyLocally updates an rule to the current named policy without
866866
* persistence via the adapter and without calling the update() function of the watcher.
867867
*
868868
* @param ptype the policy type, can be "g", "g2", "g3", ..

0 commit comments

Comments
 (0)