Package io.deephaven.proto.auth
Interface GetTokenAsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetTokenAsRequest,GetTokenAsRequest.Builder
@Generated
public interface GetTokenAsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringthe cookie for the client making the request.the user as whom the client desires to operate.com.google.protobuf.ByteStringthe user as whom the client desires to operate.the service for which the token is intended.com.google.protobuf.ByteStringthe service for which the token is intended.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCookie
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
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
com.google.protobuf.ByteString getOperateAsUserBytes()the user as whom the client desires to operate.
string operateAsUser = 3;- Returns:
- The bytes for operateAsUser.
-