Uses of Class
com.clevercloud.biscuit.datalog.Check
-
Packages that use Check Package Description com.clevercloud.biscuit.datalog Implementation of the Datalog engine for the check languagecom.clevercloud.biscuit.token Classes related to creating and verifying Biscuit tokenscom.clevercloud.biscuit.token.builder Builder interface to create tokens and caveats -
-
Uses of Check in com.clevercloud.biscuit.datalog
Methods in com.clevercloud.biscuit.datalog that return types with arguments of type Check Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Check>Check. deserializeV2(Schema.CheckV2 check)Methods in com.clevercloud.biscuit.datalog with parameters of type Check Modifier and Type Method Description StringSymbolTable. print_check(Check c) -
Uses of Check in com.clevercloud.biscuit.token
Methods in com.clevercloud.biscuit.token that return Check Modifier and Type Method Description CheckPolicy. convert(SymbolTable symbols)Methods in com.clevercloud.biscuit.token that return types with arguments of type Check Modifier and Type Method Description List<List<Check>>UnverifiedBiscuit. checks() -
Uses of Check in com.clevercloud.biscuit.token.builder
Methods in com.clevercloud.biscuit.token.builder that return Check Modifier and Type Method Description CheckCheck. convert(SymbolTable symbols)Methods in com.clevercloud.biscuit.token.builder with parameters of type Check Modifier and Type Method Description static CheckCheck. convert_from(Check r, SymbolTable symbols)
-