Interface UserManagementServiceOuterClass.RightOrBuilder

    • Method Detail

      • hasParticipantAdmin

        boolean hasParticipantAdmin()
         The user can administrate the participant node.
         
        .com.daml.ledger.api.v1.admin.Right.ParticipantAdmin participant_admin = 1 [json_name = "participantAdmin"];
        Returns:
        Whether the participantAdmin field is set.
      • getParticipantAdmin

        UserManagementServiceOuterClass.Right.ParticipantAdmin getParticipantAdmin()
         The user can administrate the participant node.
         
        .com.daml.ledger.api.v1.admin.Right.ParticipantAdmin participant_admin = 1 [json_name = "participantAdmin"];
        Returns:
        The participantAdmin.
      • hasCanActAs

        boolean hasCanActAs()
         The user can act as a specific party.
         
        .com.daml.ledger.api.v1.admin.Right.CanActAs can_act_as = 2 [json_name = "canActAs"];
        Returns:
        Whether the canActAs field is set.
      • hasCanReadAs

        boolean hasCanReadAs()
         The user can read ledger data visible to a specific party.
         
        .com.daml.ledger.api.v1.admin.Right.CanReadAs can_read_as = 3 [json_name = "canReadAs"];
        Returns:
        Whether the canReadAs field is set.
      • getCanReadAs

        UserManagementServiceOuterClass.Right.CanReadAs getCanReadAs()
         The user can read ledger data visible to a specific party.
         
        .com.daml.ledger.api.v1.admin.Right.CanReadAs can_read_as = 3 [json_name = "canReadAs"];
        Returns:
        The canReadAs.