org.biscuitsec.biscuit.token.builder.Rule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biscuit Show documentation
Show all versions of biscuit Show documentation
Java support for the biscuit auth token and policy language
package org.biscuitsec.biscuit.token.builder;
import org.biscuitsec.biscuit.datalog.SymbolTable;
import org.biscuitsec.biscuit.error.Error;
import org.biscuitsec.biscuit.error.FailedCheck;
import io.vavr.control.Either;
import io.vavr.control.Option;
import java.util.*;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class Rule implements Cloneable {
Predicate head;
List body;
List expressions;
Option
© 2015 - 2025 Weber Informatics LLC | Privacy Policy