Uses of Class
org.casbin.jcasbin.exception.CasbinAdapterException
Packages that use CasbinAdapterException
-
Uses of CasbinAdapterException in org.casbin.jcasbin.persist
Methods in org.casbin.jcasbin.persist that throw CasbinAdapterExceptionModifier and TypeMethodDescriptionvoid
FilteredAdapter.loadFilteredPolicy
(Model model, Object filter) loadFilteredPolicy loads only policy rules that match the filter. -
Uses of CasbinAdapterException in org.casbin.jcasbin.persist.file_adapter
Methods in org.casbin.jcasbin.persist.file_adapter that throw CasbinAdapterExceptionModifier and TypeMethodDescriptionvoid
FilteredAdapter.loadFilteredPolicy
(Model model, Object filter) loadFilteredPolicy loads only policy rules that match the filter.private void
FilteredAdapter.loadFilteredPolicyFile
(Model model, FilteredAdapter.Filter filter, Helper.loadPolicyLineHandler<String, Model> handler) loadFilteredPolicyFile loads only policy rules that match the filter from file.