Interface AuthenticationResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    bool authenticated = 1;
    optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;
    optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    bytes cookie = 2;
    boolean
    optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;

    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

    • getAuthenticated

      boolean getAuthenticated()
      bool authenticated = 1;
      Returns:
      The authenticated.
    • getCookie

      io.deephaven.shadow.core.com.google.protobuf.ByteString getCookie()
      bytes cookie = 2;
      Returns:
      The cookie.
    • hasConfig

      boolean hasConfig()
      optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;
      Returns:
      Whether the config field is set.
    • getConfig

      optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;
      Returns:
      The config.
    • getConfigOrBuilder

      optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;