Uses of Class
org.biscuitsec.biscuit.datalog.Rule
-
Packages that use Rule Package Description org.biscuitsec.biscuit.datalog Implementation of the Datalog engine for the check languageorg.biscuitsec.biscuit.token.builder Builder interface to create tokens and caveats -
-
Uses of Rule in org.biscuitsec.biscuit.datalog
Fields in org.biscuitsec.biscuit.datalog with type parameters of type Rule Modifier and Type Field Description HashMap<TrustedOrigins,List<io.vavr.Tuple2<Long,Rule>>>RuleSet. rulesMethods in org.biscuitsec.biscuit.datalog that return types with arguments of type Rule Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Rule>Rule. deserializeV2(Schema.RuleV2 rule)List<Rule>Check. queries()java.util.stream.Stream<Rule>RuleSet. stream()Methods in org.biscuitsec.biscuit.datalog with parameters of type Rule Modifier and Type Method Description voidRuleSet. add(Long origin, TrustedOrigins scope, Rule rule)voidWorld. add_rule(Long origin, TrustedOrigins scope, Rule rule)StringSymbolTable. print_rule(Rule r)StringSymbolTable. print_rule_body(Rule r)booleanWorld. query_match(Rule rule, Long origin, TrustedOrigins scope, SymbolTable symbols)booleanWorld. query_match_all(Rule rule, TrustedOrigins scope, SymbolTable symbols)FactSetWorld. query_rule(Rule rule, Long origin, TrustedOrigins scope, SymbolTable symbols)Constructor parameters in org.biscuitsec.biscuit.datalog with type arguments of type Rule Constructor Description Check(Check.Kind kind, List<Rule> queries) -
Uses of Rule in org.biscuitsec.biscuit.token.builder
Methods in org.biscuitsec.biscuit.token.builder that return Rule Modifier and Type Method Description RuleRule. convert(SymbolTable symbols)Methods in org.biscuitsec.biscuit.token.builder with parameters of type Rule Modifier and Type Method Description static RuleRule. convert_from(Rule r, SymbolTable symbols)
-