Uses of Class
com.clevercloud.biscuit.token.builder.Rule
-
Packages that use Rule Package Description com.clevercloud.biscuit.token Classes related to creating and verifying Biscuit tokenscom.clevercloud.biscuit.token.builder Builder interface to create tokens and caveatscom.clevercloud.biscuit.token.builder.parser -
-
Uses of Rule in com.clevercloud.biscuit.token
Fields in com.clevercloud.biscuit.token with type parameters of type Rule Modifier and Type Field Description List<Rule>Policy. queriesMethods in com.clevercloud.biscuit.token with parameters of type Rule Modifier and Type Method Description AuthorizerAuthorizer. add_rule(Rule rule)Set<Fact>Authorizer. query(Rule query)Set<Fact>Authorizer. query(Rule query, RunLimits limits)Constructors in com.clevercloud.biscuit.token with parameters of type Rule Constructor Description Policy(Rule query, Policy.Kind kind)Constructor parameters in com.clevercloud.biscuit.token with type arguments of type Rule Constructor Description Policy(List<Rule> queries, Policy.Kind kind) -
Uses of Rule in com.clevercloud.biscuit.token.builder
Methods in com.clevercloud.biscuit.token.builder that return Rule Modifier and Type Method Description RuleRule. clone()static RuleUtils. constrained_rule(String head_name, List<Term> head_ids, List<Predicate> predicates, List<Expression> expressions)static RuleRule. convert_from(Rule r, SymbolTable symbols)static RuleUtils. rule(String head_name, List<Term> head_ids, List<Predicate> predicates)Methods in com.clevercloud.biscuit.token.builder that return types with arguments of type Rule Modifier and Type Method Description io.vavr.control.Either<String,Rule>Rule. validate_variables()Methods in com.clevercloud.biscuit.token.builder with parameters of type Rule Modifier and Type Method Description BiscuitBiscuit. add_authority_rule(Rule rule)BlockBlock. add_rule(Rule rule)static CheckUtils. check(Rule rule)Constructors in com.clevercloud.biscuit.token.builder with parameters of type Rule Constructor Description Check(Rule query)Constructor parameters in com.clevercloud.biscuit.token.builder with type arguments of type Rule Constructor Description Check(List<Rule> queries) -
Uses of Rule in com.clevercloud.biscuit.token.builder.parser
Methods in com.clevercloud.biscuit.token.builder.parser that return types with arguments of type Rule Modifier and Type Method Description static io.vavr.control.Either<Error,io.vavr.Tuple2<String,List<Rule>>>Parser. check_body(String s)static io.vavr.control.Either<Error,io.vavr.Tuple2<String,Rule>>Parser. rule(String s)
-