class Casbin::Persist::FilteredAdapter

FilteredAdapter is the interface for Casbin adapters supporting filtered policies.

Public Instance Methods

filtered?() click to toggle source

IsFiltered returns true if the loaded policy has been filtered Marks if the loaded policy is filtered or not

# File lib/casbin-ruby/persist/filtered_adapter.rb, line 11
def filtered?; end
load_filtered_policy(_model, _filter) click to toggle source

Loads policy rules that match the filter from the storage.

# File lib/casbin-ruby/persist/filtered_adapter.rb, line 14
def load_filtered_policy(_model, _filter); end