Uses of Class
org.biscuitsec.biscuit.datalog.Check.Kind
-
Packages that use Check.Kind 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 Check.Kind in org.biscuitsec.biscuit.datalog
Methods in org.biscuitsec.biscuit.datalog that return Check.Kind Modifier and Type Method Description Check.KindCheck. kind()static Check.KindCheck.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Check.Kind[]Check.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.biscuitsec.biscuit.datalog with parameters of type Check.Kind Constructor Description Check(Check.Kind kind, List<Rule> queries) -
Uses of Check.Kind in org.biscuitsec.biscuit.token.builder
Constructors in org.biscuitsec.biscuit.token.builder with parameters of type Check.Kind Constructor Description Check(Check.Kind kind, List<Rule> queries)Check(Check.Kind kind, Rule query)
-