Interface UserManagementServiceOuterClass.RightOrBuilder

    • Method Detail

      • hasParticipantAdmin

        boolean hasParticipantAdmin()
         The user can administer 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 administer 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.
      • hasIdentityProviderAdmin

        boolean hasIdentityProviderAdmin()
         The user can administer users and parties assigned to the same identity provider as the one of the user.
         
        .com.daml.ledger.api.v1.admin.Right.IdentityProviderAdmin identity_provider_admin = 4 [json_name = "identityProviderAdmin"];
        Returns:
        Whether the identityProviderAdmin field is set.
      • getIdentityProviderAdmin

        UserManagementServiceOuterClass.Right.IdentityProviderAdmin getIdentityProviderAdmin()
         The user can administer users and parties assigned to the same identity provider as the one of the user.
         
        .com.daml.ledger.api.v1.admin.Right.IdentityProviderAdmin identity_provider_admin = 4 [json_name = "identityProviderAdmin"];
        Returns:
        The identityProviderAdmin.
      • getIdentityProviderAdminOrBuilder

        UserManagementServiceOuterClass.Right.IdentityProviderAdminOrBuilder getIdentityProviderAdminOrBuilder()
         The user can administer users and parties assigned to the same identity provider as the one of the user.
         
        .com.daml.ledger.api.v1.admin.Right.IdentityProviderAdmin identity_provider_admin = 4 [json_name = "identityProviderAdmin"];