Uses of Class
biscuit.format.schema.Schema.Scope
-
Packages that use Schema.Scope Package Description biscuit.format.schema org.biscuitsec.biscuit.datalog Implementation of the Datalog engine for the check language -
-
Uses of Schema.Scope in biscuit.format.schema
Fields in biscuit.format.schema with type parameters of type Schema.Scope Modifier and Type Field Description static com.google.protobuf.Parser<Schema.Scope>Schema.Scope. PARSERDeprecated.Methods in biscuit.format.schema that return Schema.Scope Modifier and Type Method Description Schema.ScopeSchema.Scope.Builder. build()Schema.ScopeSchema.Scope.Builder. buildPartial()static Schema.ScopeSchema.Scope. getDefaultInstance()Schema.ScopeSchema.Scope.Builder. getDefaultInstanceForType()Schema.ScopeSchema.Scope. getDefaultInstanceForType()Schema.ScopeSchema.Block.Builder. getScope(int index)repeated .biscuit.format.schema.Scope scope = 7;Schema.ScopeSchema.Block. getScope(int index)repeated .biscuit.format.schema.Scope scope = 7;Schema.ScopeSchema.BlockOrBuilder. getScope(int index)repeated .biscuit.format.schema.Scope scope = 7;Schema.ScopeSchema.RuleV2.Builder. getScope(int index)repeated .biscuit.format.schema.Scope scope = 4;Schema.ScopeSchema.RuleV2. getScope(int index)repeated .biscuit.format.schema.Scope scope = 4;Schema.ScopeSchema.RuleV2OrBuilder. getScope(int index)repeated .biscuit.format.schema.Scope scope = 4;Schema.ScopeSchema.SnapshotBlock.Builder. getScope(int index)repeated .biscuit.format.schema.Scope scope = 6;Schema.ScopeSchema.SnapshotBlock. getScope(int index)repeated .biscuit.format.schema.Scope scope = 6;Schema.ScopeSchema.SnapshotBlockOrBuilder. getScope(int index)repeated .biscuit.format.schema.Scope scope = 6;static Schema.ScopeSchema.Scope. parseDelimitedFrom(InputStream input)static Schema.ScopeSchema.Scope. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ScopeSchema.Scope. parseFrom(byte[] data)static Schema.ScopeSchema.Scope. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ScopeSchema.Scope. parseFrom(com.google.protobuf.ByteString data)static Schema.ScopeSchema.Scope. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ScopeSchema.Scope. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.ScopeSchema.Scope. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ScopeSchema.Scope. parseFrom(InputStream input)static Schema.ScopeSchema.Scope. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.ScopeSchema.Scope. parseFrom(ByteBuffer data)static Schema.ScopeSchema.Scope. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in biscuit.format.schema that return types with arguments of type Schema.Scope Modifier and Type Method Description com.google.protobuf.Parser<Schema.Scope>Schema.Scope. getParserForType()List<Schema.Scope>Schema.Block.Builder. getScopeList()repeated .biscuit.format.schema.Scope scope = 7;List<Schema.Scope>Schema.Block. getScopeList()repeated .biscuit.format.schema.Scope scope = 7;List<Schema.Scope>Schema.BlockOrBuilder. getScopeList()repeated .biscuit.format.schema.Scope scope = 7;List<Schema.Scope>Schema.RuleV2.Builder. getScopeList()repeated .biscuit.format.schema.Scope scope = 4;List<Schema.Scope>Schema.RuleV2. getScopeList()repeated .biscuit.format.schema.Scope scope = 4;List<Schema.Scope>Schema.RuleV2OrBuilder. getScopeList()repeated .biscuit.format.schema.Scope scope = 4;List<Schema.Scope>Schema.SnapshotBlock.Builder. getScopeList()repeated .biscuit.format.schema.Scope scope = 6;List<Schema.Scope>Schema.SnapshotBlock. getScopeList()repeated .biscuit.format.schema.Scope scope = 6;List<Schema.Scope>Schema.SnapshotBlockOrBuilder. getScopeList()repeated .biscuit.format.schema.Scope scope = 6;static com.google.protobuf.Parser<Schema.Scope>Schema.Scope. parser()Methods in biscuit.format.schema with parameters of type Schema.Scope Modifier and Type Method Description Schema.Block.BuilderSchema.Block.Builder. addScope(int index, Schema.Scope value)repeated .biscuit.format.schema.Scope scope = 7;Schema.Block.BuilderSchema.Block.Builder. addScope(Schema.Scope value)repeated .biscuit.format.schema.Scope scope = 7;Schema.RuleV2.BuilderSchema.RuleV2.Builder. addScope(int index, Schema.Scope value)repeated .biscuit.format.schema.Scope scope = 4;Schema.RuleV2.BuilderSchema.RuleV2.Builder. addScope(Schema.Scope value)repeated .biscuit.format.schema.Scope scope = 4;Schema.SnapshotBlock.BuilderSchema.SnapshotBlock.Builder. addScope(int index, Schema.Scope value)repeated .biscuit.format.schema.Scope scope = 6;Schema.SnapshotBlock.BuilderSchema.SnapshotBlock.Builder. addScope(Schema.Scope value)repeated .biscuit.format.schema.Scope scope = 6;Schema.Scope.BuilderSchema.Scope.Builder. mergeFrom(Schema.Scope other)static Schema.Scope.BuilderSchema.Scope. newBuilder(Schema.Scope prototype)Schema.Block.BuilderSchema.Block.Builder. setScope(int index, Schema.Scope value)repeated .biscuit.format.schema.Scope scope = 7;Schema.RuleV2.BuilderSchema.RuleV2.Builder. setScope(int index, Schema.Scope value)repeated .biscuit.format.schema.Scope scope = 4;Schema.SnapshotBlock.BuilderSchema.SnapshotBlock.Builder. setScope(int index, Schema.Scope value)repeated .biscuit.format.schema.Scope scope = 6;Method parameters in biscuit.format.schema with type arguments of type Schema.Scope Modifier and Type Method Description Schema.Block.BuilderSchema.Block.Builder. addAllScope(Iterable<? extends Schema.Scope> values)repeated .biscuit.format.schema.Scope scope = 7;Schema.RuleV2.BuilderSchema.RuleV2.Builder. addAllScope(Iterable<? extends Schema.Scope> values)repeated .biscuit.format.schema.Scope scope = 4;Schema.SnapshotBlock.BuilderSchema.SnapshotBlock.Builder. addAllScope(Iterable<? extends Schema.Scope> values)repeated .biscuit.format.schema.Scope scope = 6; -
Uses of Schema.Scope in org.biscuitsec.biscuit.datalog
Methods in org.biscuitsec.biscuit.datalog that return Schema.Scope Modifier and Type Method Description Schema.ScopeScope. serialize()Methods in org.biscuitsec.biscuit.datalog with parameters of type Schema.Scope Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Scope>Scope. deserialize(Schema.Scope scope)
-