Package dev.cerbos.api.v1.engine
Interface Engine.AuxDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Engine.AuxData,Engine.AuxData.Builder
- Enclosing class:
- Engine
public static interface Engine.AuxDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsJwt(java.lang.String key)map<string, .google.protobuf.Value> jwt = 1;java.util.Map<java.lang.String,com.google.protobuf.Value>getJwt()Deprecated.intgetJwtCount()map<string, .google.protobuf.Value> jwt = 1;java.util.Map<java.lang.String,com.google.protobuf.Value>getJwtMap()map<string, .google.protobuf.Value> jwt = 1;com.google.protobuf.ValuegetJwtOrDefault(java.lang.String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> jwt = 1;com.google.protobuf.ValuegetJwtOrThrow(java.lang.String key)map<string, .google.protobuf.Value> jwt = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJwtCount
int getJwtCount()
map<string, .google.protobuf.Value> jwt = 1;
-
containsJwt
boolean containsJwt(java.lang.String key)
map<string, .google.protobuf.Value> jwt = 1;
-
getJwt
@Deprecated java.util.Map<java.lang.String,com.google.protobuf.Value> getJwt()
Deprecated.UsegetJwtMap()instead.
-
getJwtMap
java.util.Map<java.lang.String,com.google.protobuf.Value> getJwtMap()
map<string, .google.protobuf.Value> jwt = 1;
-
getJwtOrDefault
com.google.protobuf.Value getJwtOrDefault(java.lang.String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> jwt = 1;
-
getJwtOrThrow
com.google.protobuf.Value getJwtOrThrow(java.lang.String key)
map<string, .google.protobuf.Value> jwt = 1;
-
-