Package dev.cerbos.api.v1.request
Interface Request.AuxData.JWTOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Request.AuxData.JWT,Request.AuxData.JWT.Builder
- Enclosing class:
- Request.AuxData
public static interface Request.AuxData.JWTOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKeySetId()string key_set_id = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetKeySetIdBytes()string key_set_id = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetToken()string token = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetTokenBytes()string token = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getToken
java.lang.String getToken()
string token = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()
string token = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for token.
-
getKeySetId
java.lang.String getKeySetId()
string key_set_id = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The keySetId.
-
getKeySetIdBytes
com.google.protobuf.ByteString getKeySetIdBytes()
string key_set_id = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for keySetId.
-
-