Interface AuthenticateByPasswordRequestOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AuthenticateByPasswordRequest, AuthenticateByPasswordRequest.Builder

public interface AuthenticateByPasswordRequestOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    the client id for the client making the request.
    the client id for the client making the request.
    the password.
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    the password.
    the credentials desired.
    the credentials desired.
    boolean
    the client id for the client making the request.
    boolean
    the credentials desired.

    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 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 client id for the client making the request.
       
      .io.deephaven.proto.auth.ClientId client_id = 1;
      Returns:
      The clientId.
    • getClientIdOrBuilder

      ClientIdOrBuilder getClientIdOrBuilder()
       the client id for the client making the request.
       
      .io.deephaven.proto.auth.ClientId client_id = 1;
    • hasUserContext

      boolean hasUserContext()
       the credentials desired.
       
      .io.deephaven.proto.auth.UserContext user_context = 2;
      Returns:
      Whether the userContext field is set.
    • getUserContext

      UserContext getUserContext()
       the credentials desired.
       
      .io.deephaven.proto.auth.UserContext user_context = 2;
      Returns:
      The userContext.
    • getUserContextOrBuilder

      UserContextOrBuilder getUserContextOrBuilder()
       the credentials desired.
       
      .io.deephaven.proto.auth.UserContext user_context = 2;
    • getPassword

      String getPassword()
       the password.
       
      string password = 3;
      Returns:
      The password.
    • getPasswordBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getPasswordBytes()
       the password.
       
      string password = 3;
      Returns:
      The bytes for password.