Interface UserManagementServiceOuterClass.CreateUserRequestOrBuilder

    • Method Detail

      • hasUser

        boolean hasUser()
         The user to create.
         Required
         
        .com.daml.ledger.api.v1.admin.User user = 1 [json_name = "user"];
        Returns:
        Whether the user field is set.
      • getRightsList

        java.util.List<UserManagementServiceOuterClass.Right> getRightsList()
         The rights to be assigned to the user upon creation,
         which SHOULD include appropriate rights for the ``user.primary_party``.
         Optional
         
        repeated .com.daml.ledger.api.v1.admin.Right rights = 2 [json_name = "rights"];
      • getRights

        UserManagementServiceOuterClass.Right getRights​(int index)
         The rights to be assigned to the user upon creation,
         which SHOULD include appropriate rights for the ``user.primary_party``.
         Optional
         
        repeated .com.daml.ledger.api.v1.admin.Right rights = 2 [json_name = "rights"];
      • getRightsCount

        int getRightsCount()
         The rights to be assigned to the user upon creation,
         which SHOULD include appropriate rights for the ``user.primary_party``.
         Optional
         
        repeated .com.daml.ledger.api.v1.admin.Right rights = 2 [json_name = "rights"];
      • getRightsOrBuilderList

        java.util.List<? extends UserManagementServiceOuterClass.RightOrBuilder> getRightsOrBuilderList()
         The rights to be assigned to the user upon creation,
         which SHOULD include appropriate rights for the ``user.primary_party``.
         Optional
         
        repeated .com.daml.ledger.api.v1.admin.Right rights = 2 [json_name = "rights"];
      • getRightsOrBuilder

        UserManagementServiceOuterClass.RightOrBuilder getRightsOrBuilder​(int index)
         The rights to be assigned to the user upon creation,
         which SHOULD include appropriate rights for the ``user.primary_party``.
         Optional
         
        repeated .com.daml.ledger.api.v1.admin.Right rights = 2 [json_name = "rights"];