Uses of Class
org.biscuitsec.biscuit.token.builder.Block
-
Packages that use Block Package Description org.biscuitsec.biscuit.token Classes related to creating and verifying Biscuit tokensorg.biscuitsec.biscuit.token.builder Builder interface to create tokens and caveatsorg.biscuitsec.biscuit.token.builder.parser -
-
Uses of Block in org.biscuitsec.biscuit.token
Methods in org.biscuitsec.biscuit.token that return Block Modifier and Type Method Description BlockUnverifiedBiscuit. create_block()Creates a Block builderMethods in org.biscuitsec.biscuit.token with parameters of type Block Modifier and Type Method Description BiscuitBiscuit. attenuate(SecureRandom rng, KeyPair keypair, Block block)BiscuitBiscuit. attenuate(Block block)Generates a new token from an existing one and a new blockUnverifiedBiscuitUnverifiedBiscuit. attenuate(SecureRandom rng, KeyPair keypair, Block block)UnverifiedBiscuitUnverifiedBiscuit. attenuate(Block block)Generates a new token from an existing one and a new blockio.vavr.control.Either<Error.FormatError,ThirdPartyBlockContents>ThirdPartyBlockRequest. createBlock(KeyPair keyPair, Block blockBuilder) -
Uses of Block in org.biscuitsec.biscuit.token.builder
Methods in org.biscuitsec.biscuit.token.builder that return Block Modifier and Type Method Description BlockBlock. add_check(String s)BlockBlock. add_check(Check check)BlockBlock. add_fact(String s)BlockBlock. add_fact(Fact f)BlockBlock. add_rule(String s)BlockBlock. add_rule(Rule rule)BlockBlock. add_scope(Scope scope)BlockBlock. check_right(String right)BlockBlock. expiration_date(Date d)BlockBlock. resource_prefix(String prefix)BlockBlock. resource_suffix(String suffix)BlockBlock. set_context(String context)Constructors in org.biscuitsec.biscuit.token.builder with parameters of type Block Constructor Description Biscuit(SecureRandom rng, KeyPair root, io.vavr.control.Option<Integer> root_key_id, Block block) -
Uses of Block in org.biscuitsec.biscuit.token.builder.parser
Methods in org.biscuitsec.biscuit.token.builder.parser that return types with arguments of type Block Modifier and Type Method Description static io.vavr.control.Either<Map<Integer,List<Error>>,Block>Parser. datalog(long index, String s)Takes a datalog string with\nas datalog line separator.
-