Package com.daml.ledger.api.v1.admin
Class UserManagementServiceGrpc
- java.lang.Object
-
- com.daml.ledger.api.v1.admin.UserManagementServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v1/admin/user_management_service.proto") public final class UserManagementServiceGrpc extends java.lang.Object
Service to manage users and their rights for interacting with the Ledger API served by a participant node. The authorization rules for its RPCs are specified on the ``<RpcName>Request`` messages as boolean expressions over these two facts: (1) ``HasRight(r)`` denoting whether the authenticated user has right ``r`` and (2) ``IsAuthenticatedUser(uid)`` denoting whether ``uid`` is the empty string or equal to the id of the authenticated user.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserManagementServiceGrpc.UserManagementServiceBlockingStub
Service to manage users and their rights for interacting with the Ledger API served by a participant node.static class
UserManagementServiceGrpc.UserManagementServiceFutureStub
Service to manage users and their rights for interacting with the Ledger API served by a participant node.static class
UserManagementServiceGrpc.UserManagementServiceImplBase
Service to manage users and their rights for interacting with the Ledger API served by a participant node.static class
UserManagementServiceGrpc.UserManagementServiceStub
Service to manage users and their rights for interacting with the Ledger API served by a participant node.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateUserMethod
public static io.grpc.MethodDescriptor<UserManagementServiceOuterClass.CreateUserRequest,UserManagementServiceOuterClass.CreateUserResponse> getCreateUserMethod()
-
getGetUserMethod
public static io.grpc.MethodDescriptor<UserManagementServiceOuterClass.GetUserRequest,UserManagementServiceOuterClass.GetUserResponse> getGetUserMethod()
-
getDeleteUserMethod
public static io.grpc.MethodDescriptor<UserManagementServiceOuterClass.DeleteUserRequest,UserManagementServiceOuterClass.DeleteUserResponse> getDeleteUserMethod()
-
getListUsersMethod
public static io.grpc.MethodDescriptor<UserManagementServiceOuterClass.ListUsersRequest,UserManagementServiceOuterClass.ListUsersResponse> getListUsersMethod()
-
getGrantUserRightsMethod
public static io.grpc.MethodDescriptor<UserManagementServiceOuterClass.GrantUserRightsRequest,UserManagementServiceOuterClass.GrantUserRightsResponse> getGrantUserRightsMethod()
-
getRevokeUserRightsMethod
public static io.grpc.MethodDescriptor<UserManagementServiceOuterClass.RevokeUserRightsRequest,UserManagementServiceOuterClass.RevokeUserRightsResponse> getRevokeUserRightsMethod()
-
getListUserRightsMethod
public static io.grpc.MethodDescriptor<UserManagementServiceOuterClass.ListUserRightsRequest,UserManagementServiceOuterClass.ListUserRightsResponse> getListUserRightsMethod()
-
newStub
public static UserManagementServiceGrpc.UserManagementServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static UserManagementServiceGrpc.UserManagementServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static UserManagementServiceGrpc.UserManagementServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-