public final class MysqlxSession
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MysqlxSession.AuthenticateContinue
send by client or server after a :protobuf:msg:`Mysqlx.Session::AuthenticateStart` to
exchange more auth data
:param auth_data: authentication data
:Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
|
static interface |
MysqlxSession.AuthenticateContinueOrBuilder |
static class |
MysqlxSession.AuthenticateOk
sent by the server after successful authentication
:param auth_data: authentication data
|
static interface |
MysqlxSession.AuthenticateOkOrBuilder |
static class |
MysqlxSession.AuthenticateStart
the initial message send from the client to the server to start the
authentication proccess
:param mech_name: authentication mechanism name
:param auth_data: authentication data
:param initial_response: initial response
:Returns: :protobuf:msg:`Mysqlx.Session::AuthenticateContinue`
|
static interface |
MysqlxSession.AuthenticateStartOrBuilder |
static class |
MysqlxSession.Close
close the current session
:Returns: :protobuf:msg:`Mysqlx::Ok`
|
static interface |
MysqlxSession.CloseOrBuilder |
static class |
MysqlxSession.Reset
reset the current session
param keep_open: if is true the session will be reset, but stays authenticated.
|
static interface |
MysqlxSession.ResetOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()