Package io.deephaven.proto.auth
Interface AuthenticateByCookieRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthenticateByCookieRequest,AuthenticateByCookieRequest.Builder
@Generated
public interface AuthenticateByCookieRequestOrBuilder
extends 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.com.google.protobuf.ByteStringa 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.booleanthe new client id for the client making the request.booleanthe credentials desired, which should match the cookie.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
-
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
com.google.protobuf.ByteString getCookie()a valid cookie for another client on the same user context.
bytes cookie = 3;- Returns:
- The cookie.
-