Uses of Class
org.biscuitsec.biscuit.datalog.RuleSet
-
Packages that use RuleSet Package Description org.biscuitsec.biscuit.datalog Implementation of the Datalog engine for the check languageorg.biscuitsec.biscuit.token Classes related to creating and verifying Biscuit tokens -
-
Uses of RuleSet in org.biscuitsec.biscuit.datalog
Methods in org.biscuitsec.biscuit.datalog that return RuleSet Modifier and Type Method Description RuleSetRuleSet. clone()RuleSetWorld. rules()Constructors in org.biscuitsec.biscuit.datalog with parameters of type RuleSet Constructor Description World(FactSet facts, RuleSet rules) -
Uses of RuleSet in org.biscuitsec.biscuit.token
Methods in org.biscuitsec.biscuit.token that return RuleSet Modifier and Type Method Description RuleSetAuthorizer. rules()
-