@Generated(value="by gRPC proto compiler (version 1.56.1)", comments="Source: rpc.proto") public final class AuthGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthGrpc.AsyncService |
static class |
AuthGrpc.AuthBlockingStub
A stub to allow clients to do synchronous rpc calls to service Auth.
|
static class |
AuthGrpc.AuthFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Auth.
|
static class |
AuthGrpc.AuthImplBase
Base class for the server implementation of the service Auth.
|
static class |
AuthGrpc.AuthStub
A stub to allow clients to do asynchronous rpc calls to service Auth.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<AuthEnableRequest,AuthEnableResponse> getAuthEnableMethod()
public static io.grpc.MethodDescriptor<AuthDisableRequest,AuthDisableResponse> getAuthDisableMethod()
public static io.grpc.MethodDescriptor<AuthenticateRequest,AuthenticateResponse> getAuthenticateMethod()
public static io.grpc.MethodDescriptor<AuthUserAddRequest,AuthUserAddResponse> getUserAddMethod()
public static io.grpc.MethodDescriptor<AuthUserGetRequest,AuthUserGetResponse> getUserGetMethod()
public static io.grpc.MethodDescriptor<AuthUserListRequest,AuthUserListResponse> getUserListMethod()
public static io.grpc.MethodDescriptor<AuthUserDeleteRequest,AuthUserDeleteResponse> getUserDeleteMethod()
public static io.grpc.MethodDescriptor<AuthUserChangePasswordRequest,AuthUserChangePasswordResponse> getUserChangePasswordMethod()
public static io.grpc.MethodDescriptor<AuthUserGrantRoleRequest,AuthUserGrantRoleResponse> getUserGrantRoleMethod()
public static io.grpc.MethodDescriptor<AuthUserRevokeRoleRequest,AuthUserRevokeRoleResponse> getUserRevokeRoleMethod()
public static io.grpc.MethodDescriptor<AuthRoleAddRequest,AuthRoleAddResponse> getRoleAddMethod()
public static io.grpc.MethodDescriptor<AuthRoleGetRequest,AuthRoleGetResponse> getRoleGetMethod()
public static io.grpc.MethodDescriptor<AuthRoleListRequest,AuthRoleListResponse> getRoleListMethod()
public static io.grpc.MethodDescriptor<AuthRoleDeleteRequest,AuthRoleDeleteResponse> getRoleDeleteMethod()
public static io.grpc.MethodDescriptor<AuthRoleGrantPermissionRequest,AuthRoleGrantPermissionResponse> getRoleGrantPermissionMethod()
public static io.grpc.MethodDescriptor<AuthRoleRevokePermissionRequest,AuthRoleRevokePermissionResponse> getRoleRevokePermissionMethod()
public static AuthGrpc.AuthStub newStub(io.grpc.Channel channel)
public static AuthGrpc.AuthBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AuthGrpc.AuthFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AuthGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023. All rights reserved.