Uses of Class
org.biscuitsec.biscuit.datalog.TrustedOrigins
-
Packages that use TrustedOrigins 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 TrustedOrigins in org.biscuitsec.biscuit.datalog
Fields in org.biscuitsec.biscuit.datalog with type parameters of type TrustedOrigins Modifier and Type Field Description HashMap<TrustedOrigins,List<io.vavr.Tuple2<Long,Rule>>>RuleSet. rulesMethods in org.biscuitsec.biscuit.datalog that return TrustedOrigins Modifier and Type Method Description TrustedOriginsTrustedOrigins. clone()static TrustedOriginsTrustedOrigins. defaultOrigins()static TrustedOriginsTrustedOrigins. fromScopes(List<Scope> ruleScopes, TrustedOrigins defaultOrigins, long currentBlock, HashMap<Long,List<Long>> publicKeyToBlockId)Methods in org.biscuitsec.biscuit.datalog with parameters of type TrustedOrigins Modifier and Type Method Description voidRuleSet. add(Long origin, TrustedOrigins scope, Rule rule)voidWorld. add_rule(Long origin, TrustedOrigins scope, Rule rule)booleanRule. check_match_all(FactSet facts, TrustedOrigins scope, SymbolTable symbols)booleanRule. find_match(FactSet facts, Long origin, TrustedOrigins scope, SymbolTable symbols)static TrustedOriginsTrustedOrigins. fromScopes(List<Scope> ruleScopes, TrustedOrigins defaultOrigins, long currentBlock, HashMap<Long,List<Long>> publicKeyToBlockId)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)java.util.stream.StreamFactSet. stream(TrustedOrigins blockIds) -
Uses of TrustedOrigins in org.biscuitsec.biscuit.token
Methods in org.biscuitsec.biscuit.token that return TrustedOrigins Modifier and Type Method Description TrustedOriginsAuthorizer. authorizerTrustedOrigins()
-