Class UserManagementServiceGrpc.UserManagementServiceBlockingStub

  • Enclosing class:
    UserManagementServiceGrpc

    public static final class UserManagementServiceGrpc.UserManagementServiceBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<UserManagementServiceGrpc.UserManagementServiceBlockingStub>
     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.