All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static io.grpc.MethodDescriptor<AuthDisableRequest,AuthDisableResponse> |
getAuthDisableMethod() |
static io.grpc.MethodDescriptor<AuthEnableRequest,AuthEnableResponse> |
getAuthEnableMethod() |
static io.grpc.MethodDescriptor<AuthenticateRequest,AuthenticateResponse> |
getAuthenticateMethod() |
static io.grpc.MethodDescriptor<AuthRoleAddRequest,AuthRoleAddResponse> |
getRoleAddMethod() |
static io.grpc.MethodDescriptor<AuthRoleDeleteRequest,AuthRoleDeleteResponse> |
getRoleDeleteMethod() |
static io.grpc.MethodDescriptor<AuthRoleGetRequest,AuthRoleGetResponse> |
getRoleGetMethod() |
static io.grpc.MethodDescriptor<AuthRoleGrantPermissionRequest,AuthRoleGrantPermissionResponse> |
getRoleGrantPermissionMethod() |
static io.grpc.MethodDescriptor<AuthRoleListRequest,AuthRoleListResponse> |
getRoleListMethod() |
static io.grpc.MethodDescriptor<AuthRoleRevokePermissionRequest,AuthRoleRevokePermissionResponse> |
getRoleRevokePermissionMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<AuthUserAddRequest,AuthUserAddResponse> |
getUserAddMethod() |
static io.grpc.MethodDescriptor<AuthUserChangePasswordRequest,AuthUserChangePasswordResponse> |
getUserChangePasswordMethod() |
static io.grpc.MethodDescriptor<AuthUserDeleteRequest,AuthUserDeleteResponse> |
getUserDeleteMethod() |
static io.grpc.MethodDescriptor<AuthUserGetRequest,AuthUserGetResponse> |
getUserGetMethod() |
static io.grpc.MethodDescriptor<AuthUserGrantRoleRequest,AuthUserGrantRoleResponse> |
getUserGrantRoleMethod() |
static io.grpc.MethodDescriptor<AuthUserListRequest,AuthUserListResponse> |
getUserListMethod() |
static io.grpc.MethodDescriptor<AuthUserRevokeRoleRequest,AuthUserRevokeRoleResponse> |
getUserRevokeRoleMethod() |
static AuthGrpc.AuthBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AuthGrpc.AuthFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AuthGrpc.AuthStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|