Uses of Class
com.clevercloud.biscuit.error.Error.FormatError
-
Packages that use Error.FormatError Package Description com.clevercloud.biscuit.datalog Implementation of the Datalog engine for the check languagecom.clevercloud.biscuit.datalog.expressions com.clevercloud.biscuit.error Error description classescom.clevercloud.biscuit.token Classes related to creating and verifying Biscuit tokenscom.clevercloud.biscuit.token.format Serializing code -
-
Uses of Error.FormatError in com.clevercloud.biscuit.datalog
Methods in com.clevercloud.biscuit.datalog that return types with arguments of type Error.FormatError Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Term>Term. deserialize_enumV2(Schema.TermV2 term)static io.vavr.control.Either<Error.FormatError,Check>Check. deserializeV2(Schema.CheckV2 check)static io.vavr.control.Either<Error.FormatError,Fact>Fact. deserializeV2(Schema.FactV2 fact)static io.vavr.control.Either<Error.FormatError,Predicate>Predicate. deserializeV2(Schema.PredicateV2 predicate)static io.vavr.control.Either<Error.FormatError,Rule>Rule. deserializeV2(Schema.RuleV2 rule)static io.vavr.control.Either<Error.FormatError,Term>Term.Bool. deserializeV2(Schema.TermV2 term)static io.vavr.control.Either<Error.FormatError,Term>Term.Bytes. deserializeV2(Schema.TermV2 term)static io.vavr.control.Either<Error.FormatError,Term>Term.Date. deserializeV2(Schema.TermV2 term)static io.vavr.control.Either<Error.FormatError,Term>Term.Integer. deserializeV2(Schema.TermV2 term)static io.vavr.control.Either<Error.FormatError,Term>Term.Set. deserializeV2(Schema.TermV2 term)static io.vavr.control.Either<Error.FormatError,Term>Term.Str. deserializeV2(Schema.TermV2 term)static io.vavr.control.Either<Error.FormatError,Term>Term.Variable. deserializeV2(Schema.TermV2 term) -
Uses of Error.FormatError in com.clevercloud.biscuit.datalog.expressions
Methods in com.clevercloud.biscuit.datalog.expressions that return types with arguments of type Error.FormatError Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Op>Op.Binary. deserializeV1(Schema.OpBinary op)static io.vavr.control.Either<Error.FormatError,Expression>Expression. deserializeV2(Schema.ExpressionV2 e)static io.vavr.control.Either<Error.FormatError,Op>Op. deserializeV2(Schema.Op op)static io.vavr.control.Either<Error.FormatError,Op>Op.Unary. deserializeV2(Schema.OpUnary op) -
Uses of Error.FormatError in com.clevercloud.biscuit.error
Subclasses of Error.FormatError in com.clevercloud.biscuit.error Modifier and Type Class Description static classError.FormatError.BlockDeserializationErrorstatic classError.FormatError.BlockSerializationErrorstatic classError.FormatError.DeserializationErrorstatic classError.FormatError.EmptyKeysstatic classError.FormatError.InvalidSignatureSizestatic classError.FormatError.SealedSignaturestatic classError.FormatError.SerializationErrorstatic classError.FormatError.Signaturestatic classError.FormatError.Signature.InvalidFormatstatic classError.FormatError.Signature.InvalidSignaturestatic classError.FormatError.UnknownPublicKeystatic classError.FormatError.Version -
Uses of Error.FormatError in com.clevercloud.biscuit.token
Methods in com.clevercloud.biscuit.token that return types with arguments of type Error.FormatError Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Block>Block. deserialize(Schema.Block b)Deserializes a block from its Protobuf representationstatic io.vavr.control.Either<Error.FormatError,Block>Block. from_bytes(byte[] slice)Deserializes a Block from a byte arrayio.vavr.control.Either<Error.FormatError,byte[]>Block. to_bytes()Methods in com.clevercloud.biscuit.token that throw Error.FormatError Modifier and Type Method Description static BiscuitBiscuit. make(SecureRandom rng, KeyPair root, SymbolTable symbols, Block authority)Deprecated.static BiscuitBiscuit. make(SecureRandom rng, KeyPair root, io.vavr.control.Option<Integer> root_key_id, SymbolTable symbols, Block authority)Creates a token -
Uses of Error.FormatError in com.clevercloud.biscuit.token.format
Methods in com.clevercloud.biscuit.token.format that return types with arguments of type Error.FormatError Modifier and Type Method Description io.vavr.control.Either<Error.FormatError,SerializedBiscuit>SerializedBiscuit. append(KeyPair next, Block newBlock)static io.vavr.control.Either<Error.FormatError,SerializedBiscuit>SerializedBiscuit. make(KeyPair root, Block authority, KeyPair next)static io.vavr.control.Either<Error.FormatError,SerializedBiscuit>SerializedBiscuit. make(KeyPair root, io.vavr.control.Option<Integer> root_key_id, Block authority, KeyPair next)
-