Uses of Class
org.biscuitsec.biscuit.datalog.Scope
-
Packages that use Scope 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 tokensorg.biscuitsec.biscuit.token.builder Builder interface to create tokens and caveats -
-
Uses of Scope in org.biscuitsec.biscuit.datalog
Methods in org.biscuitsec.biscuit.datalog that return Scope Modifier and Type Method Description static ScopeScope. authority()static ScopeScope. previous()static ScopeScope. publicKey(long publicKey)Methods in org.biscuitsec.biscuit.datalog that return types with arguments of type Scope Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Scope>Scope. deserialize(Schema.Scope scope)List<Scope>Rule. scopes()Methods in org.biscuitsec.biscuit.datalog with parameters of type Scope Modifier and Type Method Description StringSymbolTable. print_scope(Scope scope)Method parameters in org.biscuitsec.biscuit.datalog with type arguments of type Scope Modifier and Type Method Description static TrustedOriginsTrustedOrigins. fromScopes(List<Scope> ruleScopes, TrustedOrigins defaultOrigins, long currentBlock, HashMap<Long,List<Long>> publicKeyToBlockId) -
Uses of Scope in org.biscuitsec.biscuit.token
Methods in org.biscuitsec.biscuit.token with parameters of type Scope Modifier and Type Method Description AuthorizerAuthorizer. add_scope(Scope s) -
Uses of Scope in org.biscuitsec.biscuit.token.builder
Methods in org.biscuitsec.biscuit.token.builder that return Scope Modifier and Type Method Description ScopeScope. convert(SymbolTable symbols)Methods in org.biscuitsec.biscuit.token.builder with parameters of type Scope Modifier and Type Method Description static ScopeScope. convert_from(Scope scope, SymbolTable symbols)
-