Interface VerifyChallengeResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    bool success = 1;
    The user context that can be actually authenticated; if there was one in the original client request this should match it.
    The user context that can be actually authenticated; if there was one in the original client request this should match it.
    boolean
    The user context that can be actually authenticated; if there was one in the original client request this should match it.

    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

    • getSuccess

      boolean getSuccess()
      bool success = 1;
      Returns:
      The success.
    • hasUserContext

      boolean hasUserContext()
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;
      Returns:
      Whether the userContext field is set.
    • getUserContext

      UserContext getUserContext()
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;
      Returns:
      The userContext.
    • getUserContextOrBuilder

      UserContextOrBuilder getUserContextOrBuilder()
       The user context that can be actually authenticated;
       if there was one in the original client request this should match it.
       
      .io.deephaven.proto.auth.UserContext userContext = 2;