接口 MysqlxSession.AuthenticateStartOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      com.google.protobuf.ByteString getAuthData()
      authentication data
      com.google.protobuf.ByteString getInitialResponse()
      initial response
      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
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • 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.