Uses of Class
app.hypi.mekadb.client.AuthCtx
-
Packages that use AuthCtx Package Description app.hypi.mekadb app.hypi.mekadb.client -
-
Uses of AuthCtx in app.hypi.mekadb
Methods in app.hypi.mekadb that return AuthCtx Modifier and Type Method Description AuthCtxMekaDBClient. login(java.lang.String username, java.lang.String password, java.lang.String database)AuthCtxMekaDBClient. login(java.lang.String username, java.lang.String password, java.lang.String database, java.lang.String schema)Methods in app.hypi.mekadb with parameters of type AuthCtx Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.List<java.util.Map<java.lang.String,java.lang.Object>>>MekaDBClient. query(AuthCtx creds, java.lang.String sql)java.util.concurrent.CompletableFuture<java.util.List<java.util.Map<java.lang.String,java.lang.Object>>>MekaDBClient. query(AuthCtx creds, java.lang.String sql, java.util.Map<java.lang.String,java.lang.Object> params) -
Uses of AuthCtx in app.hypi.mekadb.client
Methods in app.hypi.mekadb.client that return AuthCtx Modifier and Type Method Description AuthCtxMekaDBClientGrpc.MekaDBClientBlockingStub. authenticate(AuthReq request)Log into a database to obtain an authentication context that can be used to execute SQL queriesAuthCtxAuthCtx.Builder. build()AuthCtxAuthCtx.Builder. buildPartial()AuthCtxSqlRequest.Builder. getAuth().mekadb_client.AuthCtx auth = 2;AuthCtxSqlRequest. getAuth().mekadb_client.AuthCtx auth = 2;AuthCtxSqlRequestOrBuilder. getAuth().mekadb_client.AuthCtx auth = 2;static AuthCtxAuthCtx. getDefaultInstance()AuthCtxAuthCtx.Builder. getDefaultInstanceForType()AuthCtxAuthCtx. getDefaultInstanceForType()static AuthCtxAuthCtx. parseDelimitedFrom(java.io.InputStream input)static AuthCtxAuthCtx. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthCtxAuthCtx. parseFrom(byte[] data)static AuthCtxAuthCtx. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthCtxAuthCtx. parseFrom(com.google.protobuf.ByteString data)static AuthCtxAuthCtx. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthCtxAuthCtx. parseFrom(com.google.protobuf.CodedInputStream input)static AuthCtxAuthCtx. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthCtxAuthCtx. parseFrom(java.io.InputStream input)static AuthCtxAuthCtx. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthCtxAuthCtx. parseFrom(java.nio.ByteBuffer data)static AuthCtxAuthCtx. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in app.hypi.mekadb.client that return types with arguments of type AuthCtx Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AuthCtx>MekaDBClientGrpc.MekaDBClientFutureStub. authenticate(AuthReq request)Log into a database to obtain an authentication context that can be used to execute SQL queriesstatic io.grpc.MethodDescriptor<AuthReq,AuthCtx>MekaDBClientGrpc. getAuthenticateMethod()com.google.protobuf.Parser<AuthCtx>AuthCtx. getParserForType()static com.google.protobuf.Parser<AuthCtx>AuthCtx. parser()Methods in app.hypi.mekadb.client with parameters of type AuthCtx Modifier and Type Method Description SqlRequest.BuilderSqlRequest.Builder. mergeAuth(AuthCtx value).mekadb_client.AuthCtx auth = 2;AuthCtx.BuilderAuthCtx.Builder. mergeFrom(AuthCtx other)static AuthCtx.BuilderAuthCtx. newBuilder(AuthCtx prototype)SqlRequest.BuilderSqlRequest.Builder. setAuth(AuthCtx value).mekadb_client.AuthCtx auth = 2;Method parameters in app.hypi.mekadb.client with type arguments of type AuthCtx Modifier and Type Method Description default voidMekaDBClientGrpc.AsyncService. authenticate(AuthReq request, io.grpc.stub.StreamObserver<AuthCtx> responseObserver)Log into a database to obtain an authentication context that can be used to execute SQL queriesvoidMekaDBClientGrpc.MekaDBClientStub. authenticate(AuthReq request, io.grpc.stub.StreamObserver<AuthCtx> responseObserver)Log into a database to obtain an authentication context that can be used to execute SQL queries
-