Package io.deephaven.proto.auth
Interface GetTokenRequestOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetTokenRequest
,GetTokenRequest.Builder
public interface GetTokenRequestOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionio.deephaven.shadow.core.com.google.protobuf.ByteString
the cookie for the client making the request.the service for which the token is intended.io.deephaven.shadow.core.com.google.protobuf.ByteString
the service for which the token is intended.Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCookie
io.deephaven.shadow.core.com.google.protobuf.ByteString getCookie()the cookie for the client making the request.
bytes cookie = 1;
- Returns:
- The cookie.
-
getService
String getService()the service for which the token is intended.
string service = 2;
- Returns:
- The service.
-
getServiceBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getServiceBytes()the service for which the token is intended.
string service = 2;
- Returns:
- The bytes for service.
-