public static interface MysqlxSession.AuthenticateStartOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAuthData()
authentication data
|
com.google.protobuf.ByteString |
getInitialResponse()
initial response
|
java.lang.String |
getMechName()
authentication mechanism name
|
com.google.protobuf.ByteString |
getMechNameBytes()
authentication mechanism name
|
boolean |
hasAuthData()
authentication data
|
boolean |
hasInitialResponse()
initial response
|
boolean |
hasMechName()
authentication mechanism name
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMechName()
authentication mechanism name
required string mech_name = 1;java.lang.String getMechName()
authentication mechanism name
required string mech_name = 1;com.google.protobuf.ByteString getMechNameBytes()
authentication mechanism name
required string mech_name = 1;boolean hasAuthData()
authentication data
optional bytes auth_data = 2;com.google.protobuf.ByteString getAuthData()
authentication data
optional bytes auth_data = 2;boolean hasInitialResponse()
initial response
optional bytes initial_response = 3;com.google.protobuf.ByteString getInitialResponse()
initial response
optional bytes initial_response = 3;