lib/checkpoint/query/role_granted.rb in checkpoint-1.0.3 vs lib/checkpoint/query/role_granted.rb in checkpoint-1.1.0
- old
+ new
@@ -14,10 +14,10 @@
# appropriate roles within a given rule. This has the effect of placing
# the literal values within the body of a rule, making it quite easy
# to examine. Tests can validate system behavior at development time
# because it is static.
#
- # 2. Implementing a {Checkpoint::Credential::Mapper} that maps backward
+ # 2. Implementing a {Checkpoint::Credential::Resolver} that maps backward
# from actions to named permissions and roles that would allow them.
# The policy rules would only authorize actions, leaving the mapping
# outside to accommodate configuration or runtime modification. This has
# the effect of being more flexible, while making the specifics of a
# rule more difficult to examine. Tests can only validate system