Package io.deephaven.proto.auth
Interface AuthenticateByCookieRequestOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthenticateByCookieRequest
,AuthenticateByCookieRequest.Builder
public interface AuthenticateByCookieRequestOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe new client id for the client making the request.the new client id for the client making the request.io.deephaven.shadow.core.com.google.protobuf.ByteString
a valid cookie for another client on the same user context.the credentials desired, which should match the cookie.the credentials desired, which should match the cookie.boolean
the new client id for the client making the request.boolean
the credentials desired, which should match the cookie.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
-
hasClientId
boolean hasClientId()the new client id for the client making the request.
.io.deephaven.proto.auth.ClientId client_id = 1;
- Returns:
- Whether the clientId field is set.
-
getClientId
ClientId getClientId()the new client id for the client making the request.
.io.deephaven.proto.auth.ClientId client_id = 1;
- Returns:
- The clientId.
-
getClientIdOrBuilder
ClientIdOrBuilder getClientIdOrBuilder()the new client id for the client making the request.
.io.deephaven.proto.auth.ClientId client_id = 1;
-
hasUserContext
boolean hasUserContext()the credentials desired, which should match the cookie.
.io.deephaven.proto.auth.UserContext user_context = 2;
- Returns:
- Whether the userContext field is set.
-
getUserContext
UserContext getUserContext()the credentials desired, which should match the cookie.
.io.deephaven.proto.auth.UserContext user_context = 2;
- Returns:
- The userContext.
-
getUserContextOrBuilder
UserContextOrBuilder getUserContextOrBuilder()the credentials desired, which should match the cookie.
.io.deephaven.proto.auth.UserContext user_context = 2;
-
getCookie
io.deephaven.shadow.core.com.google.protobuf.ByteString getCookie()a valid cookie for another client on the same user context.
bytes cookie = 3;
- Returns:
- The cookie.
-