Package biscuit.format.schema
Interface Schema.AuthorizerWorldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.AuthorizerWorld,Schema.AuthorizerWorld.Builder
- Enclosing class:
- Schema
public static interface Schema.AuthorizerWorldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema.SnapshotBlockgetAuthorizerBlock()required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;Schema.SnapshotBlockOrBuildergetAuthorizerBlockOrBuilder()required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;Schema.PolicygetAuthorizerPolicies(int index)repeated .biscuit.format.schema.Policy authorizerPolicies = 6;intgetAuthorizerPoliciesCount()repeated .biscuit.format.schema.Policy authorizerPolicies = 6;List<Schema.Policy>getAuthorizerPoliciesList()repeated .biscuit.format.schema.Policy authorizerPolicies = 6;Schema.PolicyOrBuildergetAuthorizerPoliciesOrBuilder(int index)repeated .biscuit.format.schema.Policy authorizerPolicies = 6;List<? extends Schema.PolicyOrBuilder>getAuthorizerPoliciesOrBuilderList()repeated .biscuit.format.schema.Policy authorizerPolicies = 6;Schema.SnapshotBlockgetBlocks(int index)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;intgetBlocksCount()repeated .biscuit.format.schema.SnapshotBlock blocks = 4;List<Schema.SnapshotBlock>getBlocksList()repeated .biscuit.format.schema.SnapshotBlock blocks = 4;Schema.SnapshotBlockOrBuildergetBlocksOrBuilder(int index)repeated .biscuit.format.schema.SnapshotBlock blocks = 4;List<? extends Schema.SnapshotBlockOrBuilder>getBlocksOrBuilderList()repeated .biscuit.format.schema.SnapshotBlock blocks = 4;Schema.GeneratedFactsgetGeneratedFacts(int index)repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;intgetGeneratedFactsCount()repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;List<Schema.GeneratedFacts>getGeneratedFactsList()repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;Schema.GeneratedFactsOrBuildergetGeneratedFactsOrBuilder(int index)repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;List<? extends Schema.GeneratedFactsOrBuilder>getGeneratedFactsOrBuilderList()repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;longgetIterations()required uint64 iterations = 8;Schema.PublicKeygetPublicKeys(int index)repeated .biscuit.format.schema.PublicKey publicKeys = 3;intgetPublicKeysCount()repeated .biscuit.format.schema.PublicKey publicKeys = 3;List<Schema.PublicKey>getPublicKeysList()repeated .biscuit.format.schema.PublicKey publicKeys = 3;Schema.PublicKeyOrBuildergetPublicKeysOrBuilder(int index)repeated .biscuit.format.schema.PublicKey publicKeys = 3;List<? extends Schema.PublicKeyOrBuilder>getPublicKeysOrBuilderList()repeated .biscuit.format.schema.PublicKey publicKeys = 3;StringgetSymbols(int index)repeated string symbols = 2;com.google.protobuf.ByteStringgetSymbolsBytes(int index)repeated string symbols = 2;intgetSymbolsCount()repeated string symbols = 2;List<String>getSymbolsList()repeated string symbols = 2;intgetVersion()optional uint32 version = 1;booleanhasAuthorizerBlock()required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;booleanhasIterations()required uint64 iterations = 8;booleanhasVersion()optional uint32 version = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVersion
boolean hasVersion()
optional uint32 version = 1;- Returns:
- Whether the version field is set.
-
getVersion
int getVersion()
optional uint32 version = 1;- Returns:
- The version.
-
getSymbolsList
List<String> getSymbolsList()
repeated string symbols = 2;- Returns:
- A list containing the symbols.
-
getSymbolsCount
int getSymbolsCount()
repeated string symbols = 2;- Returns:
- The count of symbols.
-
getSymbols
String getSymbols(int index)
repeated string symbols = 2;- Parameters:
index- The index of the element to return.- Returns:
- The symbols at the given index.
-
getSymbolsBytes
com.google.protobuf.ByteString getSymbolsBytes(int index)
repeated string symbols = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the symbols at the given index.
-
getPublicKeysList
List<Schema.PublicKey> getPublicKeysList()
repeated .biscuit.format.schema.PublicKey publicKeys = 3;
-
getPublicKeys
Schema.PublicKey getPublicKeys(int index)
repeated .biscuit.format.schema.PublicKey publicKeys = 3;
-
getPublicKeysCount
int getPublicKeysCount()
repeated .biscuit.format.schema.PublicKey publicKeys = 3;
-
getPublicKeysOrBuilderList
List<? extends Schema.PublicKeyOrBuilder> getPublicKeysOrBuilderList()
repeated .biscuit.format.schema.PublicKey publicKeys = 3;
-
getPublicKeysOrBuilder
Schema.PublicKeyOrBuilder getPublicKeysOrBuilder(int index)
repeated .biscuit.format.schema.PublicKey publicKeys = 3;
-
getBlocksList
List<Schema.SnapshotBlock> getBlocksList()
repeated .biscuit.format.schema.SnapshotBlock blocks = 4;
-
getBlocks
Schema.SnapshotBlock getBlocks(int index)
repeated .biscuit.format.schema.SnapshotBlock blocks = 4;
-
getBlocksCount
int getBlocksCount()
repeated .biscuit.format.schema.SnapshotBlock blocks = 4;
-
getBlocksOrBuilderList
List<? extends Schema.SnapshotBlockOrBuilder> getBlocksOrBuilderList()
repeated .biscuit.format.schema.SnapshotBlock blocks = 4;
-
getBlocksOrBuilder
Schema.SnapshotBlockOrBuilder getBlocksOrBuilder(int index)
repeated .biscuit.format.schema.SnapshotBlock blocks = 4;
-
hasAuthorizerBlock
boolean hasAuthorizerBlock()
required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;- Returns:
- Whether the authorizerBlock field is set.
-
getAuthorizerBlock
Schema.SnapshotBlock getAuthorizerBlock()
required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;- Returns:
- The authorizerBlock.
-
getAuthorizerBlockOrBuilder
Schema.SnapshotBlockOrBuilder getAuthorizerBlockOrBuilder()
required .biscuit.format.schema.SnapshotBlock authorizerBlock = 5;
-
getAuthorizerPoliciesList
List<Schema.Policy> getAuthorizerPoliciesList()
repeated .biscuit.format.schema.Policy authorizerPolicies = 6;
-
getAuthorizerPolicies
Schema.Policy getAuthorizerPolicies(int index)
repeated .biscuit.format.schema.Policy authorizerPolicies = 6;
-
getAuthorizerPoliciesCount
int getAuthorizerPoliciesCount()
repeated .biscuit.format.schema.Policy authorizerPolicies = 6;
-
getAuthorizerPoliciesOrBuilderList
List<? extends Schema.PolicyOrBuilder> getAuthorizerPoliciesOrBuilderList()
repeated .biscuit.format.schema.Policy authorizerPolicies = 6;
-
getAuthorizerPoliciesOrBuilder
Schema.PolicyOrBuilder getAuthorizerPoliciesOrBuilder(int index)
repeated .biscuit.format.schema.Policy authorizerPolicies = 6;
-
getGeneratedFactsList
List<Schema.GeneratedFacts> getGeneratedFactsList()
repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;
-
getGeneratedFacts
Schema.GeneratedFacts getGeneratedFacts(int index)
repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;
-
getGeneratedFactsCount
int getGeneratedFactsCount()
repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;
-
getGeneratedFactsOrBuilderList
List<? extends Schema.GeneratedFactsOrBuilder> getGeneratedFactsOrBuilderList()
repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;
-
getGeneratedFactsOrBuilder
Schema.GeneratedFactsOrBuilder getGeneratedFactsOrBuilder(int index)
repeated .biscuit.format.schema.GeneratedFacts generatedFacts = 7;
-
hasIterations
boolean hasIterations()
required uint64 iterations = 8;- Returns:
- Whether the iterations field is set.
-
getIterations
long getIterations()
required uint64 iterations = 8;- Returns:
- The iterations.
-
-