Uses of Class
biscuit.format.schema.Schema.Block
-
Packages that use Schema.Block Package Description biscuit.format.schema com.clevercloud.biscuit.token Classes related to creating and verifying Biscuit tokens -
-
Uses of Schema.Block in biscuit.format.schema
Fields in biscuit.format.schema with type parameters of type Schema.Block Modifier and Type Field Description static com.google.protobuf.Parser<Schema.Block>Schema.Block. PARSERDeprecated.Methods in biscuit.format.schema that return Schema.Block Modifier and Type Method Description Schema.BlockSchema.Block.Builder. build()Schema.BlockSchema.Block.Builder. buildPartial()static Schema.BlockSchema.Block. getDefaultInstance()Schema.BlockSchema.Block.Builder. getDefaultInstanceForType()Schema.BlockSchema.Block. getDefaultInstanceForType()static Schema.BlockSchema.Block. parseDelimitedFrom(InputStream input)static Schema.BlockSchema.Block. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.BlockSchema.Block. parseFrom(byte[] data)static Schema.BlockSchema.Block. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.BlockSchema.Block. parseFrom(com.google.protobuf.ByteString data)static Schema.BlockSchema.Block. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.BlockSchema.Block. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.BlockSchema.Block. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.BlockSchema.Block. parseFrom(InputStream input)static Schema.BlockSchema.Block. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.BlockSchema.Block. parseFrom(ByteBuffer data)static Schema.BlockSchema.Block. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in biscuit.format.schema that return types with arguments of type Schema.Block Modifier and Type Method Description com.google.protobuf.Parser<Schema.Block>Schema.Block. getParserForType()static com.google.protobuf.Parser<Schema.Block>Schema.Block. parser()Methods in biscuit.format.schema with parameters of type Schema.Block Modifier and Type Method Description Schema.Block.BuilderSchema.Block.Builder. mergeFrom(Schema.Block other)static Schema.Block.BuilderSchema.Block. newBuilder(Schema.Block prototype) -
Uses of Schema.Block in com.clevercloud.biscuit.token
Methods in com.clevercloud.biscuit.token that return Schema.Block Modifier and Type Method Description Schema.BlockBlock. serialize()Serializes a Block to its Protobuf representationMethods in com.clevercloud.biscuit.token with parameters of type Schema.Block Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Block>Block. deserialize(Schema.Block b)Deserializes a block from its Protobuf representation
-