接口 MysqlxSession.AuthenticateStartOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MysqlxSession
public static interface MysqlxSession.AuthenticateStartOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 com.google.protobuf.ByteStringgetAuthData()authentication datacom.google.protobuf.ByteStringgetInitialResponse()initial responseStringgetMechName()authentication mechanism namecom.google.protobuf.ByteStringgetMechNameBytes()authentication mechanism namebooleanhasAuthData()authentication databooleanhasInitialResponse()initial responsebooleanhasMechName()authentication mechanism name
-
-
-
方法详细资料
-
hasMechName
boolean hasMechName()
authentication mechanism name
required string mech_name = 1;- 返回:
- Whether the mechName field is set.
-
getMechName
String getMechName()
authentication mechanism name
required string mech_name = 1;- 返回:
- The mechName.
-
getMechNameBytes
com.google.protobuf.ByteString getMechNameBytes()
authentication mechanism name
required string mech_name = 1;- 返回:
- The bytes for mechName.
-
hasAuthData
boolean hasAuthData()
authentication data
optional bytes auth_data = 2;- 返回:
- Whether the authData field is set.
-
getAuthData
com.google.protobuf.ByteString getAuthData()
authentication data
optional bytes auth_data = 2;- 返回:
- The authData.
-
hasInitialResponse
boolean hasInitialResponse()
initial response
optional bytes initial_response = 3;- 返回:
- Whether the initialResponse field is set.
-
getInitialResponse
com.google.protobuf.ByteString getInitialResponse()
initial response
optional bytes initial_response = 3;- 返回:
- The initialResponse.
-
-