Package io.deephaven.proto.auth
Interface VerifyChallengeResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VerifyChallengeResponse,VerifyChallengeResponse.Builder
@Generated
public interface VerifyChallengeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool 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.booleanThe user context that can be actually authenticated; if there was one in the original client request this should match it.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
-
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;
-