Package mxaccess_gateway.v1
Interface MxaccessGateway.AuthenticateUserCommandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.AuthenticateUserCommand,MxaccessGateway.AuthenticateUserCommand.Builder
- Enclosing class:
MxaccessGateway
public static interface MxaccessGateway.AuthenticateUserCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 server_handle = 1;string verify_user = 2;com.google.protobuf.ByteStringstring verify_user = 2;Raw MXAccess credential.com.google.protobuf.ByteStringRaw MXAccess credential.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
-
getServerHandle
int getServerHandle()int32 server_handle = 1;- Returns:
- The serverHandle.
-
getVerifyUser
String getVerifyUser()string verify_user = 2;- Returns:
- The verifyUser.
-
getVerifyUserBytes
com.google.protobuf.ByteString getVerifyUserBytes()string verify_user = 2;- Returns:
- The bytes for verifyUser.
-
getVerifyUserPassword
String getVerifyUserPassword()Raw MXAccess credential. Implementations must keep this field out of logs, metrics labels, command lines, and diagnostics.
string verify_user_password = 3;- Returns:
- The verifyUserPassword.
-
getVerifyUserPasswordBytes
com.google.protobuf.ByteString getVerifyUserPasswordBytes()Raw MXAccess credential. Implementations must keep this field out of logs, metrics labels, command lines, and diagnostics.
string verify_user_password = 3;- Returns:
- The bytes for verifyUserPassword.
-