Uses of Class
org.biscuitsec.biscuit.datalog.Scope.Kind
-
Packages that use Scope.Kind Package Description org.biscuitsec.biscuit.datalog Implementation of the Datalog engine for the check language -
-
Uses of Scope.Kind in org.biscuitsec.biscuit.datalog
Methods in org.biscuitsec.biscuit.datalog that return Scope.Kind Modifier and Type Method Description Scope.KindScope. kind()static Scope.KindScope.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope.Kind[]Scope.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-