Uses of Class
org.biscuitsec.biscuit.datalog.FactSet
-
Packages that use FactSet 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 FactSet in org.biscuitsec.biscuit.datalog
Methods in org.biscuitsec.biscuit.datalog that return FactSet Modifier and Type Method Description FactSetFactSet. clone()FactSetWorld. facts()FactSetWorld. query_rule(Rule rule, Long origin, TrustedOrigins scope, SymbolTable symbols)Methods in org.biscuitsec.biscuit.datalog with parameters of type FactSet Modifier and Type Method Description booleanRule. check_match_all(FactSet facts, TrustedOrigins scope, SymbolTable symbols)booleanRule. find_match(FactSet facts, Long origin, TrustedOrigins scope, SymbolTable symbols)voidFactSet. merge(FactSet other)Constructors in org.biscuitsec.biscuit.datalog with parameters of type FactSet Constructor Description World(FactSet facts)World(FactSet facts, RuleSet rules) -
Uses of FactSet in org.biscuitsec.biscuit.token
Methods in org.biscuitsec.biscuit.token that return FactSet Modifier and Type Method Description FactSetAuthorizer. facts()
-