| Package | Description |
|---|---|
| io.etcd.jetcd.api | |
| io.kcache.keta.server.grpc |
| Modifier and Type | Method and Description |
|---|---|
AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.Builder.build() |
AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.Builder.buildPartial() |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.getDefaultInstance() |
AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.getDefaultInstanceForType() |
AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.Builder.getDefaultInstanceForType() |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseDelimitedFrom(InputStream input) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(byte[] data) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(com.google.protobuf.ByteString data) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(InputStream input) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthUserChangePasswordResponse |
AuthGrpc.AuthBlockingStub.userChangePassword(AuthUserChangePasswordRequest request)
UserChangePassword changes the password of a specified user.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AuthUserChangePasswordResponse> |
AuthUserChangePasswordResponse.getParserForType() |
static io.grpc.MethodDescriptor<AuthUserChangePasswordRequest,AuthUserChangePasswordResponse> |
AuthGrpc.getUserChangePasswordMethod() |
static com.google.protobuf.Parser<AuthUserChangePasswordResponse> |
AuthUserChangePasswordResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<AuthUserChangePasswordResponse> |
AuthGrpc.AuthFutureStub.userChangePassword(AuthUserChangePasswordRequest request)
UserChangePassword changes the password of a specified user.
|
io.vertx.core.Future<AuthUserChangePasswordResponse> |
VertxAuthGrpc.AuthVertxStub.userChangePassword(AuthUserChangePasswordRequest request) |
io.vertx.core.Future<AuthUserChangePasswordResponse> |
VertxAuthGrpc.AuthVertxImplBase.userChangePassword(AuthUserChangePasswordRequest request) |
| Modifier and Type | Method and Description |
|---|---|
AuthUserChangePasswordResponse.Builder |
AuthUserChangePasswordResponse.Builder.mergeFrom(AuthUserChangePasswordResponse other) |
static AuthUserChangePasswordResponse.Builder |
AuthUserChangePasswordResponse.newBuilder(AuthUserChangePasswordResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthGrpc.AuthImplBase.userChangePassword(AuthUserChangePasswordRequest request,
io.grpc.stub.StreamObserver<AuthUserChangePasswordResponse> responseObserver)
UserChangePassword changes the password of a specified user.
|
void |
AuthGrpc.AuthStub.userChangePassword(AuthUserChangePasswordRequest request,
io.grpc.stub.StreamObserver<AuthUserChangePasswordResponse> responseObserver)
UserChangePassword changes the password of a specified user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthService.userChangePassword(AuthUserChangePasswordRequest request,
io.grpc.stub.StreamObserver<AuthUserChangePasswordResponse> responseObserver) |
Copyright © 2021. All rights reserved.