Class 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.