Package io.deephaven.proto.auth
Interface GetTokenAsRequestOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetTokenAsRequest
,GetTokenAsRequest.Builder
public interface GetTokenAsRequestOrBuilder
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 user as whom the client desires to operate.io.deephaven.shadow.core.com.google.protobuf.ByteString
the user as whom the client desires to operate.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.
-
getOperateAsUser
String getOperateAsUser()the user as whom the client desires to operate.
string operateAsUser = 3;
- Returns:
- The operateAsUser.
-
getOperateAsUserBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getOperateAsUserBytes()the user as whom the client desires to operate.
string operateAsUser = 3;
- Returns:
- The bytes for operateAsUser.
-